Searched refs:MaddOpc (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 3283 unsigned MaddOpc, const TargetRegisterClass *RC, in genFusedMultiply() argument 3308 MIB = BuildMI(MF, Root.getDebugLoc(), TII->get(MaddOpc), ResultReg) in genFusedMultiply() 3313 MIB = BuildMI(MF, Root.getDebugLoc(), TII->get(MaddOpc), ResultReg) in genFusedMultiply() 3319 MIB = BuildMI(MF, Root.getDebugLoc(), TII->get(MaddOpc), ResultReg) in genFusedMultiply() 3348 unsigned IdxMulOpd, unsigned MaddOpc, in genMaddR() argument 3368 MachineInstrBuilder MIB = BuildMI(MF, Root.getDebugLoc(), TII->get(MaddOpc), in genMaddR()
|