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 65 LIR* MipsMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) {
137 branch = OpCmpBranch(cond, reg, t_reg, target);
154 branch = OpCmpBranch(cond, reg, t_reg, target);
224 LIR* ne_branchover = OpCmpBranch(code, left_op, right_op, NULL);
  /art/compiler/dex/quick/arm/
int_arm.cc 28 LIR* ArmMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) {
    [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 29 LIR* Arm64Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) {
818 LIR* src_dst_same = OpCmpBranch(kCondEq, rs_src, rs_dst, nullptr);
830 LIR* src_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);
837 LIR* dst_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc 96 LIR* X86Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) {
258 LIR* cmp_branch = OpCmpBranch(code, left_op, right_op, nullptr);
    [all...]

Completed in 589 milliseconds