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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp826 // VEX_PP: opcode extension providing equivalent
834 uint8_t VEX_PP = 0; local
837 VEX_PP = 0x1;
840 VEX_PP = 0x2;
843 VEX_PP = 0x3;
1125 uint8_t LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3);
1153 emitByte((VEX_W << 7) | (VEX_4V << 3) | (EVEX_U << 2) | VEX_PP, CurByte,

Completed in 39 milliseconds