Searched refs:opAdd (Results 1 – 3 of 3) sorted by relevance
/external/dexmaker/src/main/java/com/google/dexmaker/ |
D | BinaryOp.java | 43 return Rops.opAdd(types); in ADD()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | Rops.java | 1138 case RegOps.ADD: return opAdd(sources); in ropFor() 1461 public static Rop opAdd(TypeList types) { in opAdd() method in Rops
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 6749 IROp opAdd = aTy == Ity_I32 ? Iop_Add32 : Iop_Add64; in gen_guarded_load_b() local 6754 ea = assignNew( 'B', mce, aTy, binop(opAdd, ea, off)); in gen_guarded_load_b() 6864 IROp opAdd = aTy == Ity_I32 ? Iop_Add32 : Iop_Add64; in gen_store_b() local 6873 ea = assignNew( 'B', mce, aTy, binop(opAdd, ea, off)); in gen_store_b()
|