Lines Matching refs:Prefixes
4062 unsigned Prefixes = getPrefixes(Operands); in MatchAndEmitInstruction() local
4069 Prefixes |= X86::IP_USE_REX; in MatchAndEmitInstruction()
4071 Prefixes |= X86::IP_USE_REX2; in MatchAndEmitInstruction()
4073 Prefixes |= X86::IP_USE_VEX; in MatchAndEmitInstruction()
4075 Prefixes |= X86::IP_USE_VEX2; in MatchAndEmitInstruction()
4077 Prefixes |= X86::IP_USE_VEX3; in MatchAndEmitInstruction()
4079 Prefixes |= X86::IP_USE_EVEX; in MatchAndEmitInstruction()
4083 Prefixes |= X86::IP_USE_DISP8; in MatchAndEmitInstruction()
4085 Prefixes |= X86::IP_USE_DISP32; in MatchAndEmitInstruction()
4087 if (Prefixes) in MatchAndEmitInstruction()
4088 Inst.setFlags(Prefixes); in MatchAndEmitInstruction()