Searched refs:VEX_X (Results 1 – 3 of 3) sorted by relevance
764 uint8_t VEX_X = 0x1; in emitVEXOpcodePrefix() local883 VEX_X = ~(IndexRegEnc >> 3) & 1; in emitVEXOpcodePrefix()929 VEX_X = ~(IndexRegEnc >> 3) & 1; in emitVEXOpcodePrefix()945 VEX_X = ~(IndexRegEnc >> 3) & 1; in emitVEXOpcodePrefix()962 VEX_X = ~(IndexRegEnc >> 3) & 1; in emitVEXOpcodePrefix()989 VEX_X = ~(IndexRegEnc >> 3) & 1; in emitVEXOpcodePrefix()1018 VEX_X = ~(RegEnc >> 4) & 1; in emitVEXOpcodePrefix()1056 VEX_X = ~(RegEnc >> 4) & 1; in emitVEXOpcodePrefix()1066 VEX_X = ~(RegEnc >> 4) & 1; in emitVEXOpcodePrefix()1104 VEX_X = ~(RegEnc >> 4) & 1; in emitVEXOpcodePrefix()[all …]
783 uint8_t VEX_X = 0x1; in emitVEXOpcodePrefix() local905 VEX_X = ~(IndexRegEnc >> 3) & 1; in emitVEXOpcodePrefix()952 VEX_X = ~(IndexRegEnc >> 3) & 1; in emitVEXOpcodePrefix()968 VEX_X = ~(IndexRegEnc >> 3) & 1; in emitVEXOpcodePrefix()985 VEX_X = ~(IndexRegEnc >> 3) & 1; in emitVEXOpcodePrefix()1012 VEX_X = ~(IndexRegEnc >> 3) & 1; in emitVEXOpcodePrefix()1041 VEX_X = ~(RegEnc >> 4) & 1; in emitVEXOpcodePrefix()1079 VEX_X = ~(RegEnc >> 4) & 1; in emitVEXOpcodePrefix()1089 VEX_X = ~(RegEnc >> 4) & 1; in emitVEXOpcodePrefix()1136 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()