Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp776 uint8_t EVEX_R2 = 0x1; in emitVEXOpcodePrefix() local
922 EVEX_R2 = ~(RegEnc >> 4) & 1; in emitVEXOpcodePrefix()
937 EVEX_R2 = ~(RegEnc >> 4) & 1; in emitVEXOpcodePrefix()
1028 EVEX_R2 = ~(RegEnc >> 4) & 1; in emitVEXOpcodePrefix()
1102 EVEX_R2 = ~(RegEnc >> 4) & 1; in emitVEXOpcodePrefix()
1113 EVEX_R2 = ~(RegEnc >> 4) & 1; in emitVEXOpcodePrefix()
1182 emitByte((VEX_R << 7) | (VEX_X << 6) | (VEX_B << 5) | (EVEX_R2 << 4) | in emitVEXOpcodePrefix()