| Commit | Line | Data |
|---|---|---|
| d8544caa | 1 | #@ cmucl-x86-vm |
| 2 | ||
| 3 | # SOME DESCRIPTIVE TITLE | |
| 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR | |
| 5 | # | |
| 6 | #, fuzzy | |
| 7 | msgid "" | |
| 8 | msgstr "" | |
| 9 | "Project-Id-Version: PACKAGE VERSION\n" | |
| 10 | "Report-Msgid-Bugs-To: \n" | |
| 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" | |
| 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
| 13 | "Language-Team: LANGUAGE <LL@li.org>\n" | |
| 14 | "MIME-Version: 1.0\n" | |
| 15 | "Content-Type: text/plain; charset=UTF-8\n" | |
| 16 | "Content-Transfer-Encoding: 8bit\n" | |
| 17 | ||
| 4fb1997f | 18 | #: src/code/x86-vm.lisp |
| d8544caa | 19 | msgid "Returns a string describing the type of the local machine." |
| 20 | msgstr "" | |
| 21 | ||
| 4fb1997f | 22 | #: src/code/x86-vm.lisp |
| d8544caa | 23 | msgid "Returns a string describing the version of the local machine." |
| 24 | msgstr "" | |
| 25 | ||
| 4fb1997f | 26 | #: src/code/x86-vm.lisp |
| d8544caa | 27 | msgid "Unknown code-object-fixup kind ~s." |
| 28 | msgstr "" | |
| 29 | ||
| 4fb1997f | 30 | #: src/code/x86-vm.lisp |
| d8544caa | 31 | msgid "" |
| 32 | "Atomically compare object's slot value to test-value and if EQ store\n" | |
| 33 | " new-value in the slot. The original value of the slot is returned." | |
| 34 | msgstr "" | |
| 35 | ||
| 4fb1997f | 36 | #: src/code/x86-vm.lisp |
| d8544caa | 37 | msgid "" |
| 38 | "Atomically compare symbol's value to test-value and if EQ store\n" | |
| 39 | " new-value in symbol's value slot and return the original value." | |
| 40 | msgstr "" | |
| 41 | ||
| 4fb1997f | 42 | #: src/code/x86-vm.lisp |
| d8544caa | 43 | msgid "" |
| 44 | "Atomically compare the car of CONS to test-value and if EQ store\n" | |
| 45 | " new-value its car and return the original value." | |
| 46 | msgstr "" | |
| 47 | ||
| 4fb1997f | 48 | #: src/code/x86-vm.lisp |
| d8544caa | 49 | msgid "" |
| 50 | "Atomically compare the cdr of CONS to test-value and if EQ store\n" | |
| 51 | " new-value its cdr and return the original value." | |
| 52 | msgstr "" | |
| 53 | ||
| 4fb1997f | 54 | #: src/code/x86-vm.lisp |
| d8544caa | 55 | msgid "" |
| 56 | "Atomically compare an element of vector to test-value and if EQ store\n" | |
| 57 | " new-value the element and return the original value." | |
| 58 | msgstr "" | |
| 59 | ||
| 4fb1997f | 60 | #: src/code/x86-vm.lisp |
| d8544caa | 61 | msgid "Thread safe push of val onto the list in the symbol global value." |
| 62 | msgstr "" | |
| 63 | ||
| 4fb1997f | 64 | #: src/code/x86-vm.lisp |
| d8544caa | 65 | msgid "Thread safe pop from the list in the symbol global value." |
| 66 | msgstr "" | |
| 67 | ||
| 4fb1997f | 68 | #: src/code/x86-vm.lisp |
| d8544caa | 69 | msgid "Thread safe push of val onto the list in the car of cons." |
| 70 | msgstr "" | |
| 71 | ||
| 4fb1997f | 72 | #: src/code/x86-vm.lisp |
| d8544caa | 73 | msgid "Thread safe push of val onto the list in the cdr of cons." |
| 74 | msgstr "" | |
| 75 | ||
| 4fb1997f | 76 | #: src/code/x86-vm.lisp |
| d8544caa | 77 | msgid "Thread safe push of val onto the list in the vector element." |
| 78 | msgstr "" | |
| 79 | ||
| 78c5da28 | 80 | #: src/code/commandline.lisp |
| 81 | msgid "" | |
| 82 | "Specifies what kind of floating-point support should be used on x86\n" | |
| 83 | " systems. If 'x87', Lisp will use the x87 floating-point unit; if\n" | |
| 84 | " 'sse2', Lisp uses SSE2 floating-point unit. The default is\n" | |
| 85 | " 'auto',which causes Lisp to check to see if SSE2 is available. If\n" | |
| 86 | " so, then SSE2 is used. If the SSE2 core file cannot be found,Lisp\n" | |
| 87 | " will fallback to the x87 core, which can run on any machine." | |
| 88 | msgstr "" | |
| 89 | ||
| 90 | #: src/code/commandline.lisp | |
| 91 | msgid "mode" | |
| 92 | msgstr "" | |
| 93 | ||
| 94 | #: src/code/commandline.lisp | |
| 95 | msgid "a symbol or function" | |
| 96 | msgstr "" | |
| 97 | ||
| 98 | #: src/code/load.lisp | |
| 99 | msgid "Top-Level Form" | |
| 100 | msgstr "" | |
| 101 | ||
| 5bd82930 | 102 | #: src/code/debug-int.lisp |
| 103 | msgid "Breakpoint that nobody wants?" | |
| 104 | msgstr "" | |
| 105 | ||
| 78c5da28 | 106 | #: src/compiler/x86/parms.lisp |
| 107 | msgid "Number of bits per word where a word holds one lisp descriptor." | |
| 108 | msgstr "" | |
| 109 | ||
| 110 | #: src/compiler/x86/parms.lisp | |
| 111 | msgid "" | |
| 112 | "Number of bits per byte where a byte is the smallest addressable object." | |
| 113 | msgstr "" | |
| 114 | ||
| 115 | #: src/compiler/x86/parms.lisp | |
| 116 | msgid "Number of bits needed to represent a character" | |
| 117 | msgstr "" | |
| 118 | ||
| 119 | #: src/compiler/x86/parms.lisp | |
| 120 | msgid "Number of bytes needed to represent a character" | |
| 121 | msgstr "" | |
| 122 | ||
| 123 | #: src/compiler/x86/parms.lisp | |
| 124 | msgid "Number of bits to shift between word addresses and byte addresses." | |
| 125 | msgstr "" | |
| 126 | ||
| 127 | #: src/compiler/x86/parms.lisp | |
| 128 | msgid "Number of bytes in a word." | |
| 129 | msgstr "" | |
| 130 | ||
| 131 | #: src/compiler/x86/vm.lisp | |
| 132 | msgid "Redefining SC number ~D from ~S to ~S." | |
| 133 | msgstr "" | |
| 134 | ||
| 4fb1997f | 135 | #: src/compiler/x86/c-call.lisp src/compiler/x86/insts.lisp |
| d8544caa | 136 | msgid "Class not yet defined: ~S" |
| 137 | msgstr "" | |
| 138 | ||
| 4fb1997f | 139 | #: src/compiler/x86/macros.lisp |
| d8544caa | 140 | msgid "Move SRC into DST unless they are location=." |
| 141 | msgstr "" | |
| 142 | ||
| 4fb1997f | 143 | #: src/compiler/x86/macros.lisp |
| d8544caa | 144 | msgid "" |
| 145 | "Loads the type bits of a pointer into target independent of\n" | |
| 146 | " byte-ordering issues." | |
| 147 | msgstr "" | |
| 148 | ||
| 4fb1997f | 149 | #: src/compiler/x86/macros.lisp |
| d8544caa | 150 | msgid "" |
| 151 | "Allocate an object with a size in bytes given by Size.\n" | |
| 152 | " The size may be an integer or a TN.\n" | |
| 153 | " If Inline is a VOP node-var then it is used to make an appropriate\n" | |
| 154 | " speed vs size decision. If Dynamic-Extent is true, and otherwise\n" | |
| 155 | " appropriate, allocate from the stack." | |
| 156 | msgstr "" | |
| 157 | ||
| 4fb1997f | 158 | #: src/compiler/x86/macros.lisp |
| d8544caa | 159 | msgid "" |
| 160 | "Allocate an other-pointer object of fixed Size with a single\n" | |
| 161 | " word header having the specified Type-Code. The result is placed in\n" | |
| 162 | " Result-TN." | |
| 163 | msgstr "" | |
| 164 | ||
| 4fb1997f | 165 | #: src/compiler/x86/macros.lisp |
| d8544caa | 166 | msgid "Cause an error. ERROR-CODE is the error to cause." |
| 167 | msgstr "" | |
| 168 | ||
| 4fb1997f | 169 | #: src/compiler/x86/macros.lisp |
| d8544caa | 170 | msgid "" |
| 171 | "Cause a continuable error. If the error is continued, execution resumes at\n" | |
| 172 | " LABEL." | |
| 173 | msgstr "" | |
| 174 | ||
| 4fb1997f | 175 | #: src/compiler/x86/macros.lisp |
| d8544caa | 176 | msgid "" |
| 177 | "Generate-Error-Code Error-code Value*\n" | |
| 178 | " Emit code for an error with the specified Error-Code and context Values." | |
| 179 | msgstr "" | |
| 180 | ||
| 4fb1997f | 181 | #: src/compiler/x86/macros.lisp |
| d8544caa | 182 | msgid "" |
| 183 | "Generate-CError-Code Error-code Value*\n" | |
| 184 | " Emit code for a continuable error with the specified Error-Code and\n" | |
| 185 | " context Values. If the error is continued, execution resumes after\n" | |
| 186 | " the GENERATE-CERROR-CODE form." | |
| 187 | msgstr "" | |
| 188 | ||
| 78c5da28 | 189 | #: src/compiler/x86/type-vops.lisp src/compiler/x86/pred.lisp |
| 190 | #: src/compiler/x86/array.lisp src/compiler/x86/print.lisp | |
| 191 | #: src/compiler/x86/nlx.lisp src/compiler/x86/call.lisp | |
| 192 | #: src/compiler/x86/alloc.lisp src/compiler/x86/values.lisp | |
| 193 | #: src/compiler/x86/cell.lisp src/compiler/x86/debug.lisp | |
| 194 | #: src/compiler/x86/subprim.lisp src/compiler/x86/arith.lisp | |
| 195 | #: src/compiler/x86/static-fn.lisp src/compiler/x86/memory.lisp | |
| 196 | #: src/compiler/x86/char.lisp src/compiler/x86/system.lisp | |
| 197 | #: src/compiler/x86/sap.lisp src/compiler/x86/move.lisp | |
| d8544caa | 198 | msgid "Unknown SC to SC-Case for ~S:~% ~S" |
| 199 | msgstr "" | |
| 200 | ||
| 4fb1997f | 201 | #: src/compiler/x86/move.lisp |
| d8544caa | 202 | msgid "fixnum untagging" |
| 203 | msgstr "" | |
| 204 | ||
| 4fb1997f | 205 | #: src/compiler/x86/move.lisp |
| d8544caa | 206 | msgid "constant load" |
| 207 | msgstr "" | |
| 208 | ||
| 78c5da28 | 209 | #: src/compiler/x86/nlx.lisp src/compiler/x86/call.lisp |
| 210 | #: src/compiler/x86/debug.lisp src/compiler/x86/char.lisp | |
| 211 | #: src/compiler/x86/move.lisp | |
| d8544caa | 212 | msgid "" |
| 213 | "Load TN allocated, but no move function?~@\n" | |
| 214 | " VM definition inconsistent, recompile and try again." | |
| 215 | msgstr "" | |
| 216 | ||
| 4fb1997f | 217 | #: src/compiler/x86/move.lisp |
| d8544caa | 218 | msgid "integer to untagged word coercion" |
| 219 | msgstr "" | |
| 220 | ||
| 4fb1997f | 221 | #: src/compiler/x86/move.lisp |
| d8544caa | 222 | msgid "fixnum tagging" |
| 223 | msgstr "" | |
| 224 | ||
| 4fb1997f | 225 | #: src/compiler/x86/move.lisp |
| d8544caa | 226 | msgid "signed word to integer coercion" |
| 227 | msgstr "" | |
| 228 | ||
| 4fb1997f | 229 | #: src/compiler/x86/move.lisp |
| d8544caa | 230 | msgid "unsigned word to integer coercion" |
| 231 | msgstr "" | |
| 232 | ||
| 4fb1997f | 233 | #: src/compiler/x86/move.lisp |
| d8544caa | 234 | msgid "word integer move" |
| 235 | msgstr "" | |
| 236 | ||
| 4fb1997f | 237 | #: src/compiler/x86/move.lisp |
| d8544caa | 238 | msgid "word integer argument move" |
| 239 | msgstr "" | |
| 240 | ||
| 1f322cbf RT |
241 | #: src/compiler/x86/system.lisp |
| 242 | msgid "" | |
| 243 | "Returns the primary value of BODY as the primary value, and the\n" | |
| 244 | " number of CPU cycles elapsed as secondary value." | |
| 245 | msgstr "" | |
| 246 | ||
| 4fb1997f | 247 | #: src/compiler/x86/char.lisp |
| d8544caa | 248 | msgid "character untagging" |
| 249 | msgstr "" | |
| 250 | ||
| 4fb1997f | 251 | #: src/compiler/x86/char.lisp |
| d8544caa | 252 | msgid "character tagging" |
| 253 | msgstr "" | |
| 254 | ||
| 4fb1997f | 255 | #: src/compiler/x86/char.lisp |
| d8544caa | 256 | msgid "character move" |
| 257 | msgstr "" | |
| 258 | ||
| 4fb1997f | 259 | #: src/compiler/x86/char.lisp |
| d8544caa | 260 | msgid "character arg move" |
| 261 | msgstr "" | |
| 262 | ||
| 4fb1997f | 263 | #: src/compiler/x86/char.lisp |
| d8544caa | 264 | msgid "inline comparison" |
| 265 | msgstr "" | |
| 266 | ||
| 4fb1997f | 267 | #: src/compiler/x86/arith.lisp |
| d8544caa | 268 | msgid "inline fixnum arithmetic" |
| 269 | msgstr "" | |
| 270 | ||
| 4fb1997f | 271 | #: src/compiler/x86/arith.lisp |
| d8544caa | 272 | msgid "inline (signed-byte 32) arithmetic" |
| 273 | msgstr "" | |
| 274 | ||
| 4fb1997f | 275 | #: src/compiler/x86/arith.lisp |
| d8544caa | 276 | msgid "inline (unsigned-byte 32) arithmetic" |
| 277 | msgstr "" | |
| 278 | ||
| 4fb1997f | 279 | #: src/compiler/x86/arith.lisp |
| d8544caa | 280 | msgid "inline ASH" |
| 281 | msgstr "" | |
| 282 | ||
| 4fb1997f | 283 | #: src/compiler/x86/arith.lisp |
| d8544caa | 284 | msgid "inline (signed-byte 32) integer-length" |
| 285 | msgstr "" | |
| 286 | ||
| 4fb1997f | 287 | #: src/compiler/x86/arith.lisp |
| d8544caa | 288 | msgid "inline (unsigned-byte 32) logcount" |
| 289 | msgstr "" | |
| 290 | ||
| 4fb1997f | 291 | #: src/compiler/x86/arith.lisp |
| d8544caa | 292 | msgid "inline fixnum comparison" |
| 293 | msgstr "" | |
| 294 | ||
| 4fb1997f | 295 | #: src/compiler/x86/arith.lisp |
| d8544caa | 296 | msgid "inline (signed-byte 32) comparison" |
| 297 | msgstr "" | |
| 298 | ||
| 4fb1997f | 299 | #: src/compiler/x86/arith.lisp |
| d8544caa | 300 | msgid "inline (unsigned-byte 32) comparison" |
| 301 | msgstr "" | |
| 302 | ||
| 4fb1997f | 303 | #: src/compiler/x86/arith.lisp |
| d8544caa | 304 | msgid "SHIFT-TOWARDS-START" |
| 305 | msgstr "" | |
| 306 | ||
| 4fb1997f | 307 | #: src/compiler/x86/arith.lisp |
| d8544caa | 308 | msgid "SHIFT-TOWARDS-END" |
| 309 | msgstr "" | |
| 310 | ||
| 4fb1997f | 311 | #: src/compiler/x86/c-call.lisp |
| d8544caa | 312 | msgid "Too many result values from c-call." |
| 313 | msgstr "" | |
| 314 | ||
| 4fb1997f | 315 | #: src/compiler/x86/c-call.lisp |
| d8544caa | 316 | msgid "Method ~S not defined for ~S" |
| 317 | msgstr "" | |
| 318 | ||
| 4fb1997f | 319 | #: src/compiler/x86/c-call.lisp |
| d8544caa | 320 | msgid "" |
| 321 | "Cons up a piece of code which calls call-callback with INDEX and a\n" | |
| 322 | "pointer to the arguments." | |
| 323 | msgstr "" | |
| 324 | ||
| 4fb1997f | 325 | #: src/compiler/x86/call.lisp |
| d8544caa | 326 | msgid "more-arg-context" |
| 327 | msgstr "" | |
| 328 | ||
| 4fb1997f | 329 | #: src/compiler/x86/array.lisp |
| d8544caa | 330 | msgid "inline array access" |
| 331 | msgstr "" | |
| 332 | ||
| 4fb1997f | 333 | #: src/compiler/x86/array.lisp |
| d8544caa | 334 | msgid "inline array store" |
| 335 | msgstr "" | |
| 336 |