Lines Matching refs:offset
15 #define BLAST_BLOCK(buf, offset) \ argument
16 std %g0, [buf + offset + 0x38]; \
17 std %g0, [buf + offset + 0x30]; \
18 std %g0, [buf + offset + 0x28]; \
19 std %g0, [buf + offset + 0x20]; \
20 std %g0, [buf + offset + 0x18]; \
21 std %g0, [buf + offset + 0x10]; \
22 std %g0, [buf + offset + 0x08]; \
23 std %g0, [buf + offset + 0x00];
28 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
29 ldd [src + offset + 0x18], t0; \
30 ldd [src + offset + 0x10], t2; \
31 ldd [src + offset + 0x08], t4; \
32 ldd [src + offset + 0x00], t6; \
33 std t0, [dst + offset + 0x18]; \
34 std t2, [dst + offset + 0x10]; \
35 std t4, [dst + offset + 0x08]; \
36 std t6, [dst + offset + 0x00];