Lines Matching refs:tmp
13 .macro get_irqnr_preamble, base, tmp
18 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
20 ldr \tmp, =davinci_intc_type
21 ldr \tmp, [\tmp]
22 cmp \tmp, #DAVINCI_INTC_TYPE_CP_INTC
26 ldr \tmp, [\base, #0x14]
27 movs \tmp, \tmp, lsr #2
28 sub \irqnr, \tmp, #1
33 mov \tmp, \irqnr, lsr #31
35 and \tmp, \tmp, #0x1
36 cmp \tmp, #0x1