Searched refs:VEX_R (Results 1 – 1 of 1) sorted by relevance
606 unsigned char VEX_R = 0x1; in EmitVEXOpcodePrefix() local749 VEX_R = 0x0; in EmitVEXOpcodePrefix()766 VEX_R = 0x0; in EmitVEXOpcodePrefix()834 VEX_R = 0x0; in EmitVEXOpcodePrefix()890 VEX_R = 0x0; in EmitVEXOpcodePrefix()939 EmitByte(LastByte | (VEX_R << 7), CurByte, OS); in EmitVEXOpcodePrefix()945 EmitByte(VEX_R << 7 | VEX_X << 6 | VEX_B << 5 | VEX_5M, CurByte, OS); in EmitVEXOpcodePrefix()960 EmitByte((VEX_R << 7) | in EmitVEXOpcodePrefix()