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