HomeSort by relevance Sort by last modified time
    Searched refs:REX_W (Results 1 - 12 of 12) sorted by null

  /external/pcre/dist2/src/sljit/
sljitNativeX86_64.c 36 *inst++ = REX_W | ((reg_map[reg] <= 7) ? 0 : REX_B);
51 *code_ptr++ = REX_W | REX_B;
78 *code_ptr++ = REX_W | REX_B;
136 *inst++ = REX_W;
141 *inst++ = REX_W | REX_R;
146 *inst++ = REX_W | REX_R;
152 *inst++ = REX_W;
157 *inst++ = REX_W;
162 *inst++ = REX_W | REX_B;
178 *inst++ = REX_W;
    [all...]
sljitNativeX86_common.c 110 #define REX_W 0x48
619 *inst++ = REX_W;
644 *inst++ = REX_W;
825 *inst++ = REX_W;
848 *inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0);
855 *inst++ = REX_W;
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
i386.h 123 #define REX_W 8
  /toolchain/binutils/binutils-2.25/opcodes/
i386-dis.c     [all...]
  /art/disassembler/
disassembler_x86.cc 64 constexpr uint8_t REX_W = 8U /* 0b1000 */;
72 bool rex_w = (rex & REX_W) != 0; local
75 } else if (rex_w) {
161 std::string DisassemblerX86::DumpAddress(uint8_t mod, uint8_t rm, uint8_t rex64, uint8_t rex_w,
228 DumpRmReg(address, rex_w, rm, byte_operand || byte_second_operand,
400 if ((rex & REX_W) != 0) {
1467 uint8_t rex_w = (supports_rex_ && target_specific) ? (rex | 0x48) : rex; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 302 // REX_W - REX prefixes are instruction prefixes used in 64-bit mode.
308 REX_W = 1 << REXShift,
382 /// way as REX_W is for regular SSE instructions.
X86MCCodeEmitter.cpp 626 if (TSFlags & X86II::REX_W)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 391 // REX_W - REX prefixes are instruction prefixes used in 64-bit mode.
397 REX_W = 1 << REXShift,
481 /// way as REX_W is for regular SSE instructions.
X86MCCodeEmitter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 156 if (Desc.TSFlags & X86II::REX_W)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 174 milliseconds