/art/compiler/dex/quick/arm/ |
int_arm.cc | 96 LIR* branch2 = OpCondBranch(kCondGt, NULL); 155 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken); 160 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken); 163 case kCondGt: 164 OpCmpImmBranch(kCondGt, high_reg, val_hi, taken); 169 OpCmpImmBranch(kCondGt, high_reg, val_hi, taken); 282 OpCondBranch(kCondGt, not_taken); 287 OpCondBranch(kCondGt, not_taken); 290 case kCondGt: 291 OpCondBranch(kCondGt, taken) [all...] |
fp_arm.cc | 212 case kCondGt: 276 OpIT((default_result == -1) ? kCondGt : kCondMi, "");
|
target_arm.cc | 211 case kCondGt: res = kArmCondGt; break;
|
/art/compiler/dex/quick/x86/ |
int_x86.cc | 80 case kCondGt: return kX86CondG; 178 if (ccode == kCondLe || ccode == kCondGt) { 195 case kCondGt:
|
fp_x86.cc | 334 case kCondGt:
|
/art/compiler/dex/ |
compiler_enums.h | 213 kCondGt, // signed greater than
|
mir_optimization.cc | 252 ccode = kCondGt; [all...] |
/art/compiler/dex/quick/mips/ |
int_mips.cc | 92 case kCondGt: 146 case kCondGt: opc = kMipsBgtz; break;
|
/art/compiler/dex/quick/ |
codegen_util.cc | [all...] |
gen_common.cc | 104 cond = kCondGt; 158 cond = kCondGt; [all...] |
gen_invoke.cc | [all...] |
/art/compiler/dex/portable/ |
mir_to_gbc.cc | 305 case kCondGt: res = irb_->CreateICmpSGT(src1, src2); break; [all...] |