Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.cpp145 bool IsFMA3Opcode = ((BaseOpcode >= 0x96 && BaseOpcode <= 0x9F) || in getFMA3Group() local
154 if (!IsFMA3Opcode || !IsFMA3Encoding || !IsFMA3Prefix) in getFMA3Group()