Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp680 uint8_t VEX_PP; in EmitVEXOpcodePrefix() local
683 case X86II::PS: VEX_PP = 0x0; break; // none in EmitVEXOpcodePrefix()
684 case X86II::PD: VEX_PP = 0x1; break; // 66 in EmitVEXOpcodePrefix()
685 case X86II::XS: VEX_PP = 0x2; break; // F3 in EmitVEXOpcodePrefix()
686 case X86II::XD: VEX_PP = 0x3; break; // F2 in EmitVEXOpcodePrefix()
906 uint8_t LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3); in EmitVEXOpcodePrefix()
938 VEX_PP, CurByte, OS); in EmitVEXOpcodePrefix()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp834 uint8_t VEX_PP = 0; in emitVEXOpcodePrefix() local
837 VEX_PP = 0x1; in emitVEXOpcodePrefix()
840 VEX_PP = 0x2; in emitVEXOpcodePrefix()
843 VEX_PP = 0x3; in emitVEXOpcodePrefix()
1125 uint8_t LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3); in emitVEXOpcodePrefix()
1153 emitByte((VEX_W << 7) | (VEX_4V << 3) | (EVEX_U << 2) | VEX_PP, CurByte, in emitVEXOpcodePrefix()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp853 uint8_t VEX_PP = 0; in emitVEXOpcodePrefix() local
856 VEX_PP = 0x1; in emitVEXOpcodePrefix()
859 VEX_PP = 0x2; in emitVEXOpcodePrefix()
862 VEX_PP = 0x3; in emitVEXOpcodePrefix()
1157 uint8_t LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3); in emitVEXOpcodePrefix()
1185 emitByte((VEX_W << 7) | (VEX_4V << 3) | (EVEX_U << 2) | VEX_PP, OS); in emitVEXOpcodePrefix()