Home | History | Annotate | Download | only in mips64

Lines Matching refs:instruction

3 #define TEST1(instruction, offset, mem)        \
11 instruction" $t1, 0($t0)" "\n\t" \
18 instruction, offset, out); \
21 #define TEST2(instruction, offset) \
33 instruction" $t3, 0($t1)" "\n\t" \
44 instruction, offset, out, outHI); \
47 #define TEST3(instruction, offset, mem) \
55 instruction" $f0, 0($t0)" "\n\t" \
62 instruction, offset, out); \
65 #define TEST3w(instruction, offset, mem) \
73 instruction" $f0, 0($t0)" "\n\t" \
80 instruction, offset, out); \
83 #define TEST4(instruction, offset) \
94 instruction" $f0, 0($t0)" "\n\t" \
101 instruction, offset, out); \
104 #define TEST5(instruction, offset, mem) \
111 instruction" $f0, $t1($t0)" "\n\t" \
118 instruction, offset, out); \
121 #define TEST5w(instruction, offset, mem) \
128 instruction" $f0, $t1($t0)" "\n\t" \
135 instruction, offset, out); \
138 #define TEST6(instruction, offset) \
151 instruction" $f3, $t0($t1)" "\n\t" \
158 instruction, offset, out); \