Lines Matching defs:tmp2
234 // This will clobber tmp1 and tmp2, and expect tmp1 to contain
236 .macro __check_override idreg, fld, width, pass, fail, tmp1, tmp2
241 ldr \tmp2, [\tmp1, FTR_OVR_VAL_OFFSET]
243 ubfx \tmp2, \tmp2, #\fld, #\width
246 and \tmp2, \tmp2, \tmp1
247 csinv \tmp2, \tmp2, xzr, ne
248 cbnz \tmp2, \pass
252 // This will clobber tmp1 and tmp2
253 .macro check_override idreg, fld, pass, fail, tmp1, tmp2
255 __check_override \idreg \fld 4 \pass \fail \tmp1 \tmp2