Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dint_x86.cc457 bool is_equality_test = ccode == kCondEq || ccode == kCondNe; in GenFusedLongCmpImmBranch() local
460 if (is_equality_test && val == 0) { in GenFusedLongCmpImmBranch()
463 } else if (is_equality_test && val_hi == 0 && val_lo > 0) { in GenFusedLongCmpImmBranch()
475 if (is_equality_test && val != 0) { in GenFusedLongCmpImmBranch()
481 if (is_equality_test) { in GenFusedLongCmpImmBranch()