Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp616 uint8_t EVEX_R2 = 0x1; in EmitVEXOpcodePrefix() local
740 EVEX_R2 = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
755 EVEX_R2 = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
815 EVEX_R2 = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
864 EVEX_R2 = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
933 (EVEX_R2 << 4) | in EmitVEXOpcodePrefix()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp648 uint8_t EVEX_R2 = 0x1; in EmitVEXOpcodePrefix() local
770 EVEX_R2 = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
784 EVEX_R2 = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
864 EVEX_R2 = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
937 EVEX_R2 = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
1006 (EVEX_R2 << 4) | in EmitVEXOpcodePrefix()