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

/external/qemu/
H A Di386-dis.c130 #define REX_W 8 macro
4409 USED_REX (REX_W);
4412 if (rex & REX_W)
4451 if ((rex & REX_W) || (sizeflag & DFLAG))
4455 if (!(rex & REX_W))
4479 USED_REX (REX_W);
4480 if (rex & REX_W)
4507 USED_REX (REX_W);
4508 if (rex & REX_W)
4514 if (!(rex & REX_W))
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h357 // REX_W - REX prefixes are instruction prefixes used in 64-bit mode.
363 REX_W = 1 << REXShift, enumerator in enum:llvm::X86II::__anon9819
437 /// way as REX_W is for regular SSE instructions.
H A DX86MCCodeEmitter.cpp736 if (TSFlags & X86II::REX_W)
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp174 if (Desc.TSFlags & X86II::REX_W)

Completed in 123 milliseconds