Searched defs:opAdd (Results 1 - 2 of 2) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java1138 case RegOps.ADD: return opAdd(sources);
1461 public static Rop opAdd(TypeList types) { method in class:Rops
/external/valgrind/main/memcheck/
H A Dmc_translate.c5774 IROp opAdd = aTy == Ity_I32 ? Iop_Add32 : Iop_Add64; local
5779 ea = assignNew( 'B', mce, aTy, binop(opAdd, ea, off));
5851 IROp opAdd = aTy == Ity_I32 ? Iop_Add32 : Iop_Add64; local
5860 ea = assignNew( 'B', mce, aTy, binop(opAdd, ea, off));

Completed in 132 milliseconds