Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp714 uint8_t VEX_5M; in emitVEXOpcodePrefix() local
719 VEX_5M = 0x1; in emitVEXOpcodePrefix()
722 VEX_5M = 0x2; in emitVEXOpcodePrefix()
725 VEX_5M = 0x3; in emitVEXOpcodePrefix()
728 VEX_5M = 0x8; in emitVEXOpcodePrefix()
731 VEX_5M = 0x9; in emitVEXOpcodePrefix()
734 VEX_5M = 0xA; in emitVEXOpcodePrefix()
737 VEX_5M = 0x5; in emitVEXOpcodePrefix()
740 VEX_5M = 0x6; in emitVEXOpcodePrefix()
1092 VEX_B && VEX_X && !VEX_W && (VEX_5M == 1)) { in emitVEXOpcodePrefix()
[all …]