HomeSort by relevance Sort by last modified time
    Searched defs:OpCmpBranch (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/quick/mips/
int_mips.cc 83 LIR* MipsMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) {
155 branch = OpCmpBranch(cond, reg, t_reg, target);
172 branch = OpCmpBranch(cond, reg, t_reg, target);
287 LIR* ne_branchover = OpCmpBranch(code, left_op, right_op, nullptr);
  /art/compiler/dex/quick/arm/
int_arm.cc 35 LIR* ArmMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) {
    [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 35 LIR* Arm64Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) {
853 LIR* src_dst_same = OpCmpBranch(kCondEq, rs_src, rs_dst, nullptr);
865 LIR* src_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);
872 LIR* dst_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc 99 LIR* X86Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) {
261 LIR* cmp_branch = OpCmpBranch(code, left_op, right_op, nullptr);
    [all...]

Completed in 981 milliseconds