Lines Matching refs:x3
82 #define FREG_FROB(x0, x1, x2, x3, x4, x5, x6, x7, x8) \ argument
85 faligndata %x2, %x3, %f4; \
86 faligndata %x3, %x4, %f6; \
101 #define FREG_MOVE_4(x0, x1, x2, x3) \ argument
105 fsrc2 %x3, %f6;
106 #define FREG_MOVE_5(x0, x1, x2, x3, x4) \ argument
110 fsrc2 %x3, %f6; \
112 #define FREG_MOVE_6(x0, x1, x2, x3, x4, x5) \ argument
116 fsrc2 %x3, %f6; \
119 #define FREG_MOVE_7(x0, x1, x2, x3, x4, x5, x6) \ argument
123 fsrc2 %x3, %f6; \
127 #define FREG_MOVE_8(x0, x1, x2, x3, x4, x5, x6, x7) \ argument
131 fsrc2 %x3, %f6; \
145 #define FREG_LOAD_4(base, x0, x1, x2, x3) \ argument
149 EX_LD(LOAD(ldd, base + 0x18, %x3));
150 #define FREG_LOAD_5(base, x0, x1, x2, x3, x4) \ argument
154 EX_LD(LOAD(ldd, base + 0x18, %x3)); \
156 #define FREG_LOAD_6(base, x0, x1, x2, x3, x4, x5) \ argument
160 EX_LD(LOAD(ldd, base + 0x18, %x3)); \
163 #define FREG_LOAD_7(base, x0, x1, x2, x3, x4, x5, x6) \ argument
167 EX_LD(LOAD(ldd, base + 0x18, %x3)); \