Searched defs:newOpcode (Results 1 - 3 of 3) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DLiteralOpUpgrader.java183 * @param newOpcode A RegOp from {@link RegOps}
187 RegisterSpecList newSources, int newOpcode, Constant cst) {
190 Rop newRop = Rops.ropFor(newOpcode, insn.getResult(), newSources, cst);
186 replacePlainInsn(NormalSsaInsn insn, RegisterSpecList newSources, int newOpcode, Constant cst) argument
H A DEscapeAnalysis.java781 * @param newOpcode opcode of new instruction
785 RegisterSpecList newSources, RegisterSpec newResult, int newOpcode,
790 if (newOpcode == RegOps.MOVE_RESULT_PSEUDO) {
793 newRop = Rops.ropFor(newOpcode, newResult, newSources, cst);
819 * @param newOpcode opcode of new instruction
823 RegisterSpecList newSources, RegisterSpec newResult, int newOpcode,
827 Rop newRop = Rops.ropFor(newOpcode, newResult, newSources, cst);
784 insertPlainInsnBefore(SsaInsn insn, RegisterSpecList newSources, RegisterSpec newResult, int newOpcode, Constant cst) argument
822 insertThrowingInsnBefore(SsaInsn insn, RegisterSpecList newSources, RegisterSpec newResult, int newOpcode, Constant cst) argument
/external/llvm/lib/Target/CellSPU/
H A DSPURegisterInfo.cpp299 int newOpcode = convertDFormToXForm(MI.getOpcode()); local
303 BuildMI(MBB, II, dl, TII.get(newOpcode), MI.getOperand(0).getReg())

Completed in 107 milliseconds