Searched refs:VEX_X (Results 1 – 1 of 1) sorted by relevance
614 unsigned char VEX_X = 0x1; in EmitVEXOpcodePrefix() local729 VEX_X = 0x0; in EmitVEXOpcodePrefix()786 VEX_X = 0x0; in EmitVEXOpcodePrefix()821 VEX_X = 0x0; in EmitVEXOpcodePrefix()855 VEX_X = 0x0; in EmitVEXOpcodePrefix()876 VEX_X = 0x0; in EmitVEXOpcodePrefix()914 VEX_X = 0x0; in EmitVEXOpcodePrefix()937 if (Encoding == X86II::VEX && VEX_B && VEX_X && !VEX_W && (VEX_5M == 1)) { in EmitVEXOpcodePrefix()945 EmitByte(VEX_R << 7 | VEX_X << 6 | VEX_B << 5 | VEX_5M, CurByte, OS); in EmitVEXOpcodePrefix()961 (VEX_X << 6) | in EmitVEXOpcodePrefix()