D | macro_load_store.h | 3 #define TEST1(instruction, offset, mem) \ argument 11 instruction" $t1, 0($t0)" "\n\t" \ 18 instruction, offset, out); \ 21 #define TEST2(instruction, offset) \ argument 33 instruction" $t3, 0($t1)" "\n\t" \ 44 instruction, offset, out, outHI); \ 47 #define TEST3(instruction, offset, mem) \ argument 55 instruction" $f0, 0($t0)" "\n\t" \ 62 instruction, offset, out); \ 65 #define TEST3w(instruction, offset, mem) \ argument [all …]
|