Searched refs:MULOpc (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2946 static const uint16_t MULOpc[] = local
2954 ResultReg = fastEmitInst_r(MULOpc[VT.SimpleTy-MVT::i8],
2957 static const uint16_t MULOpc[] = local
2965 ResultReg = fastEmitInst_r(MULOpc[0], TLI.getRegClassFor(VT), RHSReg,
2968 ResultReg = fastEmitInst_rr(MULOpc[VT.SimpleTy-MVT::i8],

Completed in 111 milliseconds