Lines Matching refs:VEX_4V
604 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in EmitVEXOpcodePrefix()
659 uint8_t VEX_4V = 0xf; in EmitVEXOpcodePrefix() local
734 VEX_4V = ~VRegEnc & 0xf; in EmitVEXOpcodePrefix()
762 VEX_4V = ~VRegEnc & 0xf; in EmitVEXOpcodePrefix()
779 VEX_4V = ~getX86RegEncoding(MI, CurOp + X86::AddrNumOperands) & 0xf; in EmitVEXOpcodePrefix()
791 VEX_4V = ~VRegEnc & 0xf; in EmitVEXOpcodePrefix()
822 VEX_4V = ~VRegEnc & 0xf; in EmitVEXOpcodePrefix()
833 VEX_4V = ~getX86RegEncoding(MI, CurOp++) & 0xf; in EmitVEXOpcodePrefix()
858 VEX_4V = ~VRegEnc & 0xf; in EmitVEXOpcodePrefix()
877 VEX_4V = ~VRegEnc & 0xf; in EmitVEXOpcodePrefix()
906 uint8_t LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3); in EmitVEXOpcodePrefix()
936 (VEX_4V << 3) | in EmitVEXOpcodePrefix()
1135 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in encodeInstruction()