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

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp457 // VEX_X: equivalent to REX.X, only used when a
462 unsigned char VEX_X = 0x1; local
572 // Classify VEX_B, VEX_4V, VEX_R, VEX_X
595 VEX_X = 0x0;
627 VEX_X = 0x0;
652 VEX_X = 0x0;
712 if (VEX_B && VEX_X && !VEX_W && !XOP && (VEX_5M == 1)) { // 2 byte VEX prefix
720 EmitByte(VEX_R << 7 | VEX_X << 6 | VEX_B << 5 | VEX_5M, CurByte, OS);

Completed in 62 milliseconds