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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp777 // VEX_5M (VEX m-mmmmm field):
787 uint8_t VEX_5M; local
792 VEX_5M = 0x1;
795 VEX_5M = 0x2;
798 VEX_5M = 0x3;
801 VEX_5M = 0x8;
804 VEX_5M = 0x9;
807 VEX_5M = 0xA;
1129 VEX_B && VEX_X && !VEX_W && (VEX_5M == 1)) {
1137 emitByte(VEX_R << 7 | VEX_X << 6 | VEX_B << 5 | VEX_5M, CurByt
[all...]

Completed in 156 milliseconds