Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp647 uint8_t VEX_R = 0x1; in EmitVEXOpcodePrefix() local
769 VEX_R = ~(RegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
783 VEX_R = ~(RegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
808 VEX_R = ~(RegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
821 VEX_R = ~(RegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
863 VEX_R = ~(RegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
893 VEX_R = ~(RegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
904 VEX_R = ~(RegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
936 VEX_R = ~(RegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
984 EmitByte(LastByte | (VEX_R << 7), CurByte, OS); in EmitVEXOpcodePrefix()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp400 unsigned char VEX_R = 0x1; in EmitVEXOpcodePrefix() local
516 VEX_R = 0x0; in EmitVEXOpcodePrefix()
527 VEX_R = 0x0; in EmitVEXOpcodePrefix()
561 VEX_R = 0x0; in EmitVEXOpcodePrefix()
576 VEX_R = 0x0; in EmitVEXOpcodePrefix()
610 EmitByte(LastByte | (VEX_R << 7), CurByte, OS); in EmitVEXOpcodePrefix()
616 EmitByte(VEX_R << 7 | VEX_X << 6 | VEX_B << 5 | VEX_5M, CurByte, OS); in EmitVEXOpcodePrefix()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp615 uint8_t VEX_R = 0x1; in EmitVEXOpcodePrefix() local
739 VEX_R = ~(RegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
754 VEX_R = ~(RegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
814 VEX_R = ~(RegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
863 VEX_R = ~(RegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
911 EmitByte(LastByte | (VEX_R << 7), CurByte, OS); in EmitVEXOpcodePrefix()
917 EmitByte(VEX_R << 7 | VEX_X << 6 | VEX_B << 5 | VEX_5M, CurByte, OS); in EmitVEXOpcodePrefix()
930 EmitByte((VEX_R << 7) | in EmitVEXOpcodePrefix()