Home
last modified time | relevance | path

Searched refs:REX (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp1137 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/
DX86RegisterInfo.td57 // 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 …]
DREADME-X86-64.txt45 requiring REX prefix. However, divb and mulb both produce results in AH. If isel
DX86InstrExtension.td135 // MOVSX64rr8 always has a REX prefix and it has an 8-bit register
DX86InstrFormats.td320 bit hasREX_W = 0; // Does this inst require the REX.W prefix?
DX86InstrCompiler.td1642 // 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
DX86InstrInfo.td453 // 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.
DX86InstrArithmetic.td600 /// the 0x40 REX prefix. This is set for i64 types.
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
DChangeLog-00011177 (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/
DChangeLog-00011177 (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/
Dpcmciadevs353 product RATOC REX_R280 0x0001 RATOC REX-R280
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-i386.texi407 @cindex REX prefixes, i386
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-i386.texi397 @cindex REX prefixes, i386
/openbsd/src/share/misc/
Dairport1450 REX:General Lucio Blanco, Reynosa, Tamaulipas, Mexico
/openbsd/src/sys/dev/usb/
Dusbdevs3828 product RATOC REXUSB60 0xb000 USB serial REX-USB60
3829 product RATOC REXUSB60F 0xb020 REX-USB60F
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
DChangeLog-9103402 (call, jmp): Avoid REX prefixes.
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
DChangeLog-9103421 (call, jmp): Avoid REX prefixes.
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-2005116 REX prefixes. Or new prefix value into i.prefix instead of
DChangeLog-00013783 (md_assemble): Support QWORD_MNEM_SUFFIX, REX registers,
/openbsd/src/gnu/usr.bin/perl/lib/unicore/
DIndex.txt5366 T-REX 1F996
/openbsd/src/gnu/usr.bin/binutils/gas/po/
Dtr.po4269 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"
Dgas.pot4210 msgid "can't encode register '%%%s' in an instruction requiring REX prefix.\n"
/openbsd/src/gnu/gcc/gcc/config/i386/
Di386.md287 ;; Set when REX opcode prefix is used.
1998 REX prefix. */
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/po/
Dtr.po4853 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/
DChangeLog-00013783 (md_assemble): Support QWORD_MNEM_SUFFIX, REX registers,

12