Home
last modified time | relevance | path

Searched refs:kCondLe (Results 1 – 13 of 13) sorted by relevance

/art/compiler/dex/
Dcompiler_enums.h468 kCondLe, // signed less than or equal enumerator
Dmir_optimization.cc227 kCondEq, kCondNe, kCondLt, kCondGe, kCondGt, kCondLe
242 static_assert(ConditionCodeForIfCcZ(Instruction::IF_LEZ) == kCondLe, "if_lez ccode");
/art/compiler/dex/quick/
Dcodegen_util.cc1004 case kCondLe: res = kCondGe; break; in FlipComparisonOrder()
1005 case kCondGe: res = kCondLe; break; in FlipComparisonOrder()
1019 case kCondGt: res = kCondLe; break; in NegateComparison()
1020 case kCondLe: res = kCondGt; break; in NegateComparison()
Dgen_common.cc370 cond = kCondLe; in GenCompareAndBranch()
434 cond = kCondLe; in GenCompareZeroAndBranch()
/art/compiler/dex/quick/mips/
Dint_mips.cc115 case kCondLe: in OpCmpBranch()
164 case kCondLe: opc = kMipsBlez; break; in OpCmpImmBranch()
/art/compiler/dex/quick/arm/
Dfp_arm.cc274 case kCondLe: in GenFusedFPCmpBranch()
Dint_arm.cc196 case kCondLe: in GenFusedLongCmpImmBranch()
354 case kCondLe: in GenFusedLongCmpBranch()
Dtarget_arm.cc261 case kCondLe: res = kArmCondLe; break; in ArmConditionEncoding()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc257 case kCondLe: in GenFusedFPCmpBranch()
Dtarget_arm64.cc208 case kCondLe: res = kArmCondLe; break; in ArmConditionEncoding()
/art/compiler/dex/quick/x86/
Dint_x86.cc92 case kCondLe: return kX86CondLe; in X86ConditionEncoding()
422 if (ccode == kCondLe || ccode == kCondGt) { in GenFusedLongCmpBranch()
436 case kCondLe: in GenFusedLongCmpBranch()
502 } else if (ccode == kCondLe || ccode == kCondGt) { in GenFusedLongCmpImmBranch()
508 ccode = (ccode == kCondLe) ? kCondGe : kCondLt; in GenFusedLongCmpImmBranch()
Dfp_x86.cc553 case kCondLe: in GenFusedFPCmpBranch()
Dtarget_x86.cc1345 length_compare = OpCmpImmBranch(kCondLe, rs_rCX, start_value, nullptr); in GenInlinedIndexOf()
1375 length_compare = OpCmpBranch(kCondLe, rs_rCX, rs_rDI, nullptr); in GenInlinedIndexOf()