Lines Matching refs:Prefixes
4140 unsigned Prefixes = getPrefixes(Operands); in MatchAndEmitATTInstruction() local
4147 Prefixes |= X86::IP_USE_VEX; in MatchAndEmitATTInstruction()
4149 Prefixes |= X86::IP_USE_VEX2; in MatchAndEmitATTInstruction()
4151 Prefixes |= X86::IP_USE_VEX3; in MatchAndEmitATTInstruction()
4153 Prefixes |= X86::IP_USE_EVEX; in MatchAndEmitATTInstruction()
4157 Prefixes |= X86::IP_USE_DISP8; in MatchAndEmitATTInstruction()
4159 Prefixes |= X86::IP_USE_DISP32; in MatchAndEmitATTInstruction()
4161 if (Prefixes) in MatchAndEmitATTInstruction()
4162 Inst.setFlags(Prefixes); in MatchAndEmitATTInstruction()
4395 unsigned Prefixes = getPrefixes(Operands); in MatchAndEmitIntelInstruction() local
4406 Prefixes |= X86::IP_USE_VEX; in MatchAndEmitIntelInstruction()
4408 Prefixes |= X86::IP_USE_VEX2; in MatchAndEmitIntelInstruction()
4410 Prefixes |= X86::IP_USE_VEX3; in MatchAndEmitIntelInstruction()
4412 Prefixes |= X86::IP_USE_EVEX; in MatchAndEmitIntelInstruction()
4416 Prefixes |= X86::IP_USE_DISP8; in MatchAndEmitIntelInstruction()
4418 Prefixes |= X86::IP_USE_DISP32; in MatchAndEmitIntelInstruction()
4420 if (Prefixes) in MatchAndEmitIntelInstruction()
4421 Inst.setFlags(Prefixes); in MatchAndEmitIntelInstruction()