Lines Matching full:at
41 * <at> temp register
47 * <at> destroyed (actually, (TASK_SIZE + 1 - size))
49 .macro user_ok aa, as, at, error
50 movi \at, __XTENSA_UL_CONST(TASK_SIZE)
51 bgeu \as, \at, \error
52 sub \at, \at, \as
53 bgeu \aa, \at, \error
70 * <at> temp register
77 * <at> destroyed
79 .macro access_ok aa, as, at, sp, error
80 user_ok \aa, \as, \at, \error