Lines Matching refs:base
30 .macro plat_hold_pen_wait_and_jump base, idx, tmp
32 madd \base, \idx, \tmp, \base
34 ldr \idx, [\base, #HOLD_SLOT_MAGIC1]
38 ldr \idx, [\base, #HOLD_SLOT_MAGIC2]
42 ldr \idx, [\base, #HOLD_SLOT_ENTRY]
47 str \tmp, [\base, #HOLD_SLOT_ENTRY]
54 .macro plat_hold_pen_wait_and_jump base, idx, tmp
56 mla \base, \idx, \tmp, \base
58 ldr \idx, [\base, #HOLD_SLOT_MAGIC1]
62 ldr \idx, [\base, #HOLD_SLOT_MAGIC2]
66 ldr \idx, [\base, #HOLD_SLOT_ENTRY]
71 str \tmp, [\base, #HOLD_SLOT_ENTRY]