Lines Matching defs:scr
60 #define RD_TICKCMPR(out, scr) \
138 #define GET_NATIVE_TIME(out, scr, tmp) \
139 SETL41(scr, HST_LOW); \
140 ldxa [scr]ASI_IO, tmp; \
141 inc HST_DIFF, scr; \
142 ldxa [scr]ASI_IO, out; \
143 dec HST_DIFF, scr; \
144 ldxa [scr]ASI_IO, scr; \
145 sub scr, tmp, tmp; \
148 or out, scr, out
168 #define RD_TICKCMPR(out, scr) \
169 SETL41(scr, HSTC_LOW); \
170 ldxa [scr]ASI_IO, out; \
171 inc HST_DIFF, scr; \
172 ldxa [scr]ASI_IO, scr; \
173 sllx scr, 32, scr; \
174 or scr, out, out
190 #define RD_TICKCMPR(out, scr) \