Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp655 uint8_t VEX_X = 0x1; in EmitVEXOpcodePrefix() local
753 VEX_X = ~(IndexRegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
798 VEX_X = ~(IndexRegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
813 VEX_X = ~(IndexRegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
829 VEX_X = ~(IndexRegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
851 VEX_X = ~(IndexRegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
877 VEX_X = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
914 VEX_X = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
924 VEX_X = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
958 VEX_X = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
[all …]
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp623 uint8_t VEX_X = 0x1; in EmitVEXOpcodePrefix() local
723 VEX_X = ~(IndexRegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
769 VEX_X = ~(IndexRegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
801 VEX_X = ~(IndexRegEnc >> 3) & 1; in EmitVEXOpcodePrefix()
831 VEX_X = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
851 VEX_X = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
885 VEX_X = ~(RegEnc >> 4) & 1; in EmitVEXOpcodePrefix()
909 if (Encoding == X86II::VEX && VEX_B && VEX_X && !VEX_W && (VEX_5M == 1)) { in EmitVEXOpcodePrefix()
917 EmitByte(VEX_R << 7 | VEX_X << 6 | VEX_B << 5 | VEX_5M, CurByte, OS); in EmitVEXOpcodePrefix()
931 (VEX_X << 6) | in EmitVEXOpcodePrefix()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp407 unsigned char VEX_X = 0x1; in EmitVEXOpcodePrefix() local
508 VEX_X = 0x0; in EmitVEXOpcodePrefix()
540 VEX_X = 0x0; in EmitVEXOpcodePrefix()
552 VEX_X = 0x0; in EmitVEXOpcodePrefix()
608 if (VEX_B && VEX_X && !VEX_W && (VEX_5M == 1)) { // 2 byte VEX prefix in EmitVEXOpcodePrefix()
616 EmitByte(VEX_R << 7 | VEX_X << 6 | VEX_B << 5 | VEX_5M, CurByte, OS); in EmitVEXOpcodePrefix()