Searched defs:REX_W (Results 1 - 2 of 2) sorted by relevance

/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::__anon9007
437 /// way as REX_W is for regular SSE instructions.
/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...]

Completed in 66 milliseconds