Lines Matching refs:tmp
12 .macro do_thumb_abort, fsr, pc, psr, tmp
15 ldrh \tmp, [\pc] @ Read aborted Thumb instruction
17 and \tmp, \tmp, # 0xfe00 @ Mask opcode field
18 cmp \tmp, # 0x5600 @ Is it ldrsb?
19 orreq \tmp, \tmp, #1 << 11 @ Set L-bit if yes
20 tst \tmp, #1 << 11 @ L = 0 -> write
33 .macro teq_ldrd, tmp, insn
34 mov \tmp, #0x0e100000
35 orr \tmp, #0x000000f0
36 and \tmp, \insn, \tmp
37 teq \tmp, #0x000000d0