Home | History | Annotate | Download | only in lib

Lines Matching defs:UNIT

171 #define FIRST(unit) ((unit)*NBYTES)
172 #define REST(unit) (FIRST(unit)+NBYTES-1)
173 #define UNIT(unit) FIRST(unit)
246 EXC( LOAD t0, UNIT(0)(src), .Ll_exc)
247 EXC( LOAD t1, UNIT(1)(src), .Ll_exc_copy)
248 EXC( LOAD t2, UNIT(2)(src), .Ll_exc_copy)
249 EXC( LOAD t3, UNIT(3)(src), .Ll_exc_copy)
251 EXC( LOAD t4, UNIT(4)(src), .Ll_exc_copy)
252 EXC( LOAD t7, UNIT(5)(src), .Ll_exc_copy)
253 EXC( STORE t0, UNIT(0)(dst), .Ls_exc_p8u)
254 EXC( STORE t1, UNIT(1)(dst), .Ls_exc_p7u)
255 EXC( LOAD t0, UNIT(6)(src), .Ll_exc_copy)
256 EXC( LOAD t1, UNIT(7)(src), .Ll_exc_copy)
259 EXC( STORE t2, UNIT(-6)(dst), .Ls_exc_p6u)
260 EXC( STORE t3, UNIT(-5)(dst), .Ls_exc_p5u)
261 EXC( STORE t4, UNIT(-4)(dst), .Ls_exc_p4u)
262 EXC( STORE t7, UNIT(-3)(dst), .Ls_exc_p3u)
263 EXC( STORE t0, UNIT(-2)(dst), .Ls_exc_p2u)
264 EXC( STORE t1, UNIT(-1)(dst), .Ls_exc_p1u)
281 EXC( LOAD t0, UNIT(0)(src), .Ll_exc)
282 EXC( LOAD t1, UNIT(1)(src), .Ll_exc_copy)
283 EXC( LOAD t2, UNIT(2)(src), .Ll_exc_copy)
284 EXC( LOAD t3, UNIT(3)(src), .Ll_exc_copy)
288 EXC( STORE t0, UNIT(0)(dst), .Ls_exc_p4u)
289 EXC( STORE t1, UNIT(1)(dst), .Ls_exc_p3u)
290 EXC( STORE t2, UNIT(2)(dst), .Ls_exc_p2u)
291 EXC( STORE t3, UNIT(3)(dst), .Ls_exc_p1u)
370 * are to the same unit (unless src is aligned, but it's not).
387 EXC( STORE t0, UNIT(0)(dst), .Ls_exc_p4u)
388 EXC( STORE t1, UNIT(1)(dst), .Ls_exc_p3u)
389 EXC( STORE t2, UNIT(2)(dst), .Ls_exc_p2u)
390 EXC( STORE t3, UNIT(3)(dst), .Ls_exc_p1u)