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

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2608 static const unsigned MULOpc[] = local
2616 ResultReg = fastEmitInst_r(MULOpc[VT.SimpleTy-MVT::i8],
2619 static const unsigned MULOpc[] = local
2627 ResultReg = fastEmitInst_r(MULOpc[0], TLI.getRegClassFor(VT), RHSReg,
2630 ResultReg = fastEmitInst_rr(MULOpc[VT.SimpleTy-MVT::i8],

Completed in 129 milliseconds