Searched refs:r13sp (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dutility_arm.cc451 if (ARM_LOWREG(r_dest) && (r_src1 == r13sp) &&
553 if (!neg && (r_dest_src1 == r13sp) && (value <= 508)) { /* sp */
561 if (!neg && (r_dest_src1 == r13sp) && (value <= 508)) { /* sp */
819 } else if (ARM_LOWREG(r_dest) && (rBase == r13sp) &&
944 if (ARM_LOWREG(r_src) && (rBase == r13sp) &&
H A Darm_lir.h158 r13sp = 13, enumerator in enum:art::ArmNativeRegisterPool

Completed in 27 milliseconds