Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dconstants_arm.h115 CMP = 10, // Compare enumerator
/art/runtime/interpreter/mterp/arm/
Dop_cmp_long.S18 cmpeq r0, r2 @ For correct EQ/NE, we may need to repeat the first CMP
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc6651 : ArmEncodableConstantOrRegister(index, CMP)); in VisitBoundsCheck()
6654 : ArmEncodableConstantOrRegister(length, CMP)); in VisitBoundsCheck()
/art/runtime/interpreter/mterp/out/
Dmterp_arm.S1419 cmpeq r0, r2 @ For correct EQ/NE, we may need to repeat the first CMP