Searched refs:VEX_X (Results 1 – 3 of 3) sorted by relevance
655 uint8_t VEX_X = 0x1; in EmitVEXOpcodePrefix() local753 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 …]
623 uint8_t VEX_X = 0x1; in EmitVEXOpcodePrefix() local723 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()
407 unsigned char VEX_X = 0x1; in EmitVEXOpcodePrefix() local508 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()