Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp99 OpcodePrefix_VEX, enumerator
3215 ForcedOpcodePrefix = OpcodePrefix_VEX; in ParseInstruction()
3247 ForcedOpcodePrefix = OpcodePrefix_VEX; in ParseInstruction()
4072 else if (ForcedOpcodePrefix == OpcodePrefix_VEX) in MatchAndEmitInstruction()
4155 case OpcodePrefix_VEX: in checkTargetMatchPredicate()
4168 (ForcedOpcodePrefix != OpcodePrefix_VEX && in checkTargetMatchPredicate()