Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp102 OpcodePrefix_EVEX, enumerator
3221 ForcedOpcodePrefix = OpcodePrefix_EVEX; in ParseInstruction()
3253 ForcedOpcodePrefix = OpcodePrefix_EVEX; in ParseInstruction()
4078 else if (ForcedOpcodePrefix == OpcodePrefix_EVEX) in MatchAndEmitInstruction()
4161 case OpcodePrefix_EVEX: in checkTargetMatchPredicate()