Searched refs:REX (Results 1 – 25 of 31) sorted by relevance
12
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MCCodeEmitter.cpp | 1137 uint8_t REX = [&, MemOperand]() { in emitREXPrefix() local 1138 uint8_t REX = 0; in emitREXPrefix() local 1145 REX |= 1 << 3; // set REX.W in emitREXPrefix() 1148 return REX; in emitREXPrefix() 1164 REX |= 0x40; // REX fixed encoding prefix in emitREXPrefix() 1174 REX |= 0x40; // REX fixed encoding prefix in emitREXPrefix() 1181 REX |= isREXExtendedReg(MI, CurOp++) << 0; // REX.B in emitREXPrefix() 1185 REX |= isREXExtendedReg(MI, CurOp++) << 2; // REX.R in emitREXPrefix() 1186 REX |= isREXExtendedReg(MI, CurOp++) << 0; // REX.B in emitREXPrefix() 1190 REX |= isREXExtendedReg(MI, CurOp++) << 2; // REX.R in emitREXPrefix() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86RegisterInfo.td | 57 // with a REX prefix. 63 // X86-64 only, requires REX. 126 // X86-64 only, requires REX. 151 // X86-64 only, requires REX 174 // These also require REX. 390 // instruction requiring a REX prefix, while SIL, DIL, BPL, R8D, etc. 391 // require a REX prefix. For example, "addb %ah, %dil" and "movzbl %ah, %r8d" 465 // GR8_NOREX - GR8 registers which do not require a REX prefix. 473 // GR16_NOREX - GR16 registers which do not require a REX prefix. 476 // GR32_NOREX - GR32 registers which do not require a REX prefix. [all …]
|
| D | README-X86-64.txt | 45 requiring REX prefix. However, divb and mulb both produce results in AH. If isel
|
| D | X86InstrExtension.td | 135 // MOVSX64rr8 always has a REX prefix and it has an 8-bit register
|
| D | X86InstrFormats.td | 320 bit hasREX_W = 0; // Does this inst require the REX.W prefix?
|
| D | X86InstrCompiler.td | 1642 // This can also reduce instruction size by eliminating the need for the REX 1810 // cases. This uses a bunch of code to prevent a register requiring a REX prefix
|
| D | X86InstrInfo.td | 453 // of a plain GPR, so that it doesn't potentially require a REX prefix. 1858 // encoded when a REX prefix is present. 3790 // we emit an unneeded REX.w prefix.
|
| D | X86InstrArithmetic.td | 600 /// the 0x40 REX prefix. This is set for i64 types.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | ChangeLog-0001 | 1177 (OP_MMX): Data16 prefix turns MMX to SSE; support REX extensions. 1178 (OP_XMM): Support REX extensions. 1216 (prefix_name): Print REX prefixes nicely. 1225 REX prefix and new modes.
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | ChangeLog-0001 | 1177 (OP_MMX): Data16 prefix turns MMX to SSE; support REX extensions. 1178 (OP_XMM): Support REX extensions. 1216 (prefix_name): Print REX prefixes nicely. 1225 REX prefix and new modes.
|
| /openbsd/src/sys/dev/pcmcia/ |
| D | pcmciadevs | 353 product RATOC REX_R280 0x0001 RATOC REX-R280
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-i386.texi | 407 @cindex REX prefixes, i386
|
| /openbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-i386.texi | 397 @cindex REX prefixes, i386
|
| /openbsd/src/share/misc/ |
| D | airport | 1450 REX:General Lucio Blanco, Reynosa, Tamaulipas, Mexico
|
| /openbsd/src/sys/dev/usb/ |
| D | usbdevs | 3828 product RATOC REXUSB60 0xb000 USB serial REX-USB60 3829 product RATOC REXUSB60F 0xb020 REX-USB60F
|
| /openbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | ChangeLog-9103 | 402 (call, jmp): Avoid REX prefixes.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| D | ChangeLog-9103 | 421 (call, jmp): Avoid REX prefixes.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-2005 | 116 REX prefixes. Or new prefix value into i.prefix instead of
|
| D | ChangeLog-0001 | 3783 (md_assemble): Support QWORD_MNEM_SUFFIX, REX registers,
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | Index.txt | 5366 T-REX 1F996
|
| /openbsd/src/gnu/usr.bin/binutils/gas/po/ |
| D | tr.po | 4269 msgid "can't encode register '%%%s' in an instruction requiring REX prefix.\n" 4270 msgstr "'%%%s' yazmaçları REX öneki gerektiren işlemde kodlanamaz.\n"
|
| D | gas.pot | 4210 msgid "can't encode register '%%%s' in an instruction requiring REX prefix.\n"
|
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | i386.md | 287 ;; Set when REX opcode prefix is used. 1998 REX prefix. */
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/po/ |
| D | tr.po | 4853 msgid "can't encode register '%%%s' in an instruction requiring REX prefix." 4854 msgstr "'%%%s' yazmaçları REX öneki gerektiren işlemde kodlanamaz.\n"
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | ChangeLog-0001 | 3783 (md_assemble): Support QWORD_MNEM_SUFFIX, REX registers,
|
12