Skip to content
cmucl-x86-vm.pot 8.02 KiB
Newer Older
#@ cmucl-x86-vm

# SOME DESCRIPTIVE TITLE
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

rtoy's avatar
rtoy committed
#: src/code/x86-vm.lisp
msgid "Returns a string describing the type of the local machine."
msgstr ""

rtoy's avatar
rtoy committed
#: src/code/x86-vm.lisp
msgid "Returns a string describing the version of the local machine."
msgstr ""

rtoy's avatar
rtoy committed
#: src/code/x86-vm.lisp
msgid "Unknown code-object-fixup kind ~s."
msgstr ""

rtoy's avatar
rtoy committed
#: src/code/x86-vm.lisp
msgid ""
"Atomically compare object's slot value to test-value and if EQ store\n"
"   new-value in the slot. The original value of the slot is returned."
msgstr ""

rtoy's avatar
rtoy committed
#: src/code/x86-vm.lisp
msgid ""
"Atomically compare symbol's value to test-value and if EQ store\n"
"  new-value in symbol's value slot and return the original value."
msgstr ""

rtoy's avatar
rtoy committed
#: src/code/x86-vm.lisp
msgid ""
"Atomically compare the car of CONS to test-value and if EQ store\n"
"  new-value its car and return the original value."
msgstr ""

rtoy's avatar
rtoy committed
#: src/code/x86-vm.lisp
msgid ""
"Atomically compare the cdr of CONS to test-value and if EQ store\n"
"  new-value its cdr and return the original value."
msgstr ""

rtoy's avatar
rtoy committed
#: src/code/x86-vm.lisp
msgid ""
"Atomically compare an element of vector to test-value and if EQ store\n"
"  new-value the element and return the original value."
msgstr ""

rtoy's avatar
rtoy committed
#: src/code/x86-vm.lisp
msgid "Thread safe push of val onto the list in the symbol global value."
msgstr ""

rtoy's avatar
rtoy committed
#: src/code/x86-vm.lisp
msgid "Thread safe pop from the list in the symbol global value."
msgstr ""

rtoy's avatar
rtoy committed
#: src/code/x86-vm.lisp
msgid "Thread safe push of val onto the list in the car of cons."
msgstr ""

rtoy's avatar
rtoy committed
#: src/code/x86-vm.lisp
msgid "Thread safe push of val onto the list in the cdr of cons."
msgstr ""

rtoy's avatar
rtoy committed
#: src/code/x86-vm.lisp
msgid "Thread safe push of val onto the list in the vector element."
msgstr ""

rtoy's avatar
rtoy committed
#: src/code/commandline.lisp
msgid ""
"Specifies what kind of floating-point support should be used on x86\n"
"  systems.  If 'x87', Lisp will use the x87 floating-point unit; if\n"
"  'sse2', Lisp uses SSE2 floating-point unit. The default is\n"
"  'auto',which causes Lisp to check to see if SSE2 is available.  If\n"
"  so, then SSE2 is used.  If the SSE2 core file cannot be found,Lisp\n"
"  will fallback to the x87 core, which can run on any machine."
msgstr ""

#: src/code/commandline.lisp
msgid "mode"
msgstr ""

#: src/code/commandline.lisp
msgid "a symbol or function"
msgstr ""

#: src/code/load.lisp
msgid "Top-Level Form"
msgstr ""

#: src/compiler/x86/parms.lisp
msgid "Number of bits per word where a word holds one lisp descriptor."
msgstr ""

#: src/compiler/x86/parms.lisp
msgid ""
"Number of bits per byte where a byte is the smallest addressable object."
msgstr ""

#: src/compiler/x86/parms.lisp
msgid "Number of bits needed to represent a character"
msgstr ""

#: src/compiler/x86/parms.lisp
msgid "Number of bytes needed to represent a character"
msgstr ""

#: src/compiler/x86/parms.lisp
msgid "Number of bits to shift between word addresses and byte addresses."
msgstr ""

#: src/compiler/x86/parms.lisp
msgid "Number of bytes in a word."
msgstr ""

#: src/compiler/x86/vm.lisp
msgid "Redefining SC number ~D from ~S to ~S."
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/c-call.lisp src/compiler/x86/insts.lisp
msgid "Class not yet defined: ~S"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/macros.lisp
msgid "Move SRC into DST unless they are location=."
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/macros.lisp
msgid ""
"Loads the type bits of a pointer into target independent of\n"
"   byte-ordering issues."
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/macros.lisp
msgid ""
"Allocate an object with a size in bytes given by Size.\n"
"   The size may be an integer or a TN.\n"
"   If Inline is a VOP node-var then it is used to make an appropriate\n"
"   speed vs size decision.  If Dynamic-Extent is true, and otherwise\n"
"   appropriate, allocate from the stack."
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/macros.lisp
msgid ""
"Allocate an other-pointer object of fixed Size with a single\n"
"   word header having the specified Type-Code.  The result is placed in\n"
"   Result-TN."
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/macros.lisp
msgid "Cause an error.  ERROR-CODE is the error to cause."
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/macros.lisp
msgid ""
"Cause a continuable error.  If the error is continued, execution resumes at\n"
"  LABEL."
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/macros.lisp
msgid ""
"Generate-Error-Code Error-code Value*\n"
"  Emit code for an error with the specified Error-Code and context Values."
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/macros.lisp
msgid ""
"Generate-CError-Code Error-code Value*\n"
"  Emit code for a continuable error with the specified Error-Code and\n"
"  context Values.  If the error is continued, execution resumes after\n"
"  the GENERATE-CERROR-CODE form."
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/type-vops.lisp src/compiler/x86/pred.lisp
#: src/compiler/x86/array.lisp src/compiler/x86/print.lisp
#: src/compiler/x86/nlx.lisp src/compiler/x86/call.lisp
#: src/compiler/x86/alloc.lisp src/compiler/x86/values.lisp
#: src/compiler/x86/cell.lisp src/compiler/x86/debug.lisp
#: src/compiler/x86/subprim.lisp src/compiler/x86/arith.lisp
#: src/compiler/x86/static-fn.lisp src/compiler/x86/memory.lisp
#: src/compiler/x86/char.lisp src/compiler/x86/system.lisp
#: src/compiler/x86/sap.lisp src/compiler/x86/move.lisp
msgid "Unknown SC to SC-Case for ~S:~%  ~S"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/move.lisp
msgid "fixnum untagging"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/move.lisp
msgid "constant load"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/nlx.lisp src/compiler/x86/call.lisp
#: src/compiler/x86/debug.lisp src/compiler/x86/char.lisp
#: src/compiler/x86/move.lisp
msgid ""
"Load TN allocated, but no move function?~@\n"
"	           VM definition inconsistent, recompile and try again."
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/move.lisp
msgid "integer to untagged word coercion"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/move.lisp
msgid "fixnum tagging"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/move.lisp
msgid "signed word to integer coercion"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/move.lisp
msgid "unsigned word to integer coercion"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/move.lisp
msgid "word integer move"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/move.lisp
msgid "word integer argument move"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/char.lisp
msgid "character untagging"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/char.lisp
msgid "character tagging"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/char.lisp
msgid "character move"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/char.lisp
msgid "character arg move"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/char.lisp
msgid "inline comparison"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/arith.lisp
msgid "inline fixnum arithmetic"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/arith.lisp
msgid "inline (signed-byte 32) arithmetic"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/arith.lisp
msgid "inline (unsigned-byte 32) arithmetic"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/arith.lisp
rtoy's avatar
rtoy committed
#: src/compiler/x86/arith.lisp
msgid "inline (signed-byte 32) integer-length"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/arith.lisp
msgid "inline (unsigned-byte 32) logcount"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/arith.lisp
msgid "inline fixnum comparison"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/arith.lisp
msgid "inline (signed-byte 32) comparison"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/arith.lisp
msgid "inline (unsigned-byte 32) comparison"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/arith.lisp
msgid "SHIFT-TOWARDS-START"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/arith.lisp
msgid "SHIFT-TOWARDS-END"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/c-call.lisp
msgid "Too many result values from c-call."
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/c-call.lisp
msgid "Method ~S not defined for ~S"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/c-call.lisp
msgid ""
"Cons up a piece of code which calls call-callback with INDEX and a\n"
"pointer to the arguments."
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/call.lisp
msgid "more-arg-context"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/array.lisp
msgid "inline array access"
msgstr ""

rtoy's avatar
rtoy committed
#: src/compiler/x86/array.lisp
msgid "inline array store"
msgstr ""