Searched refs:REX_W (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.sbin/vmd/
H A Dmmio.h48 #define REX_W 0x08 macro
/openbsd-current/sys/arch/amd64/amd64/
H A Ddb_disasm.c828 #define REX_W(rex) (((rex) & 0x8) == 0x8) /* 64-bit operand size */ macro
1188 if (REX_W(rex))
1276 } else if (REX_W(rex)) {
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1144 if (TSFlags & X86II::REX_W)
1296 assert((STI.hasFeature(X86::Is64Bit) || !(TSFlags & X86II::REX_W)) &&
H A DX86BaseInfo.h837 // REX_W - REX prefixes are instruction prefixes used in 64-bit mode.
843 REX_W = 1 << REXShift,
928 /// way as REX_W is for regular SSE instructions.
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3904 bool UsesRex = TSFlags & X86II::REX_W;
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp955 unsigned ShiftCountMask = (MI.getDesc().TSFlags & X86II::REX_W) ? 63 : 31;

Completed in 230 milliseconds