Home
last modified time | relevance | path

Searched refs:OpcodePrefix_VEX3 (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp101 OpcodePrefix_VEX3, enumerator
3219 ForcedOpcodePrefix = OpcodePrefix_VEX3; in ParseInstruction()
3251 ForcedOpcodePrefix = OpcodePrefix_VEX3; in ParseInstruction()
3773 if (ForcedOpcodePrefix != OpcodePrefix_VEX3 && in processInstruction()
4076 else if (ForcedOpcodePrefix == OpcodePrefix_VEX3) in MatchAndEmitInstruction()
4157 case OpcodePrefix_VEX3: in checkTargetMatchPredicate()
4170 ForcedOpcodePrefix != OpcodePrefix_VEX3)) in checkTargetMatchPredicate()