Lines Matching refs:x4
82 #define FREG_FROB(x0, x1, x2, x3, x4, x5, x6, x7, x8) \ argument
86 faligndata %x3, %x4, %f6; \
87 faligndata %x4, %x5, %f8; \
106 #define FREG_MOVE_5(x0, x1, x2, x3, x4) \ argument
111 fsrc2 %x4, %f8;
112 #define FREG_MOVE_6(x0, x1, x2, x3, x4, x5) \ argument
117 fsrc2 %x4, %f8; \
119 #define FREG_MOVE_7(x0, x1, x2, x3, x4, x5, x6) \ argument
124 fsrc2 %x4, %f8; \
127 #define FREG_MOVE_8(x0, x1, x2, x3, x4, x5, x6, x7) \ argument
132 fsrc2 %x4, %f8; \
150 #define FREG_LOAD_5(base, x0, x1, x2, x3, x4) \ argument
155 EX_LD(LOAD(ldd, base + 0x20, %x4));
156 #define FREG_LOAD_6(base, x0, x1, x2, x3, x4, x5) \ argument
161 EX_LD(LOAD(ldd, base + 0x20, %x4)); \
163 #define FREG_LOAD_7(base, x0, x1, x2, x3, x4, x5, x6) \ argument
168 EX_LD(LOAD(ldd, base + 0x20, %x4)); \