/art/compiler/dex/quick/mips/ |
call_mips.cc | 114 LIR* exit_branch = OpCmpBranch(kCondEq, rBase, rEnd, NULL); 117 OpCmpBranch(kCondNe, rl_src.low_reg, r_key, loop_label);
|
int_mips.cc | 64 LIR* MipsMir2Lir::OpCmpBranch(ConditionCode cond, int src1, int src2, 138 branch = OpCmpBranch(cond, reg, t_reg, target); 155 branch = OpCmpBranch(cond, reg, t_reg, target);
|
codegen_mips.h | 140 LIR* OpCmpBranch(ConditionCode cond, int src1, int src2, LIR* target);
|
/art/compiler/dex/quick/ |
gen_common.cc | 80 LIR* branch = OpCmpBranch(c_code, reg1, reg2, tgt); 136 OpCmpBranch(cond, rl_src1.low_reg, rl_src2.low_reg, taken); [all...] |
mir_to_lir.h | [all...] |
/art/compiler/dex/quick/arm/ |
codegen_arm.h | 139 LIR* OpCmpBranch(ConditionCode cond, int src1, int src2, LIR* target);
|
int_arm.cc | 27 LIR* ArmMir2Lir::OpCmpBranch(ConditionCode cond, int src1, [all...] |
/art/compiler/dex/quick/x86/ |
codegen_x86.h | 140 LIR* OpCmpBranch(ConditionCode cond, int src1, int src2, LIR* target);
|
int_x86.cc | 88 LIR* X86Mir2Lir::OpCmpBranch(ConditionCode cond, int src1, int src2,
|