Home | History | Annotate | Download | only in mips64

Lines Matching refs:offset

3 #define TEST1(instruction, offset, mem)        \
14 : "r" (mem), "r" (offset) \
17 printf("%s :: offset: 0x%x, out: 0x%lx\n", \
18 instruction, offset, out); \
21 #define TEST2(instruction, offset) \
40 : "r" (reg_val2) , "r" (reg_val_zero), "r" (offset) \
43 printf("%s :: offset: 0x%x, out: 0x%lx, outHI: 0x%lx\n", \
44 instruction, offset, out, outHI); \
47 #define TEST3(instruction, offset, mem) \
58 : "r" (mem) , "r" (offset) \
61 printf("%s :: offset: 0x%x, out: 0x%llx\n", \
62 instruction, offset, out); \
65 #define TEST3w(instruction, offset, mem) \
76 : "r" (mem) , "r" (offset) \
79 printf("%s :: offset: 0x%x, out: 0x%x\n", \
80 instruction, offset, out); \
83 #define TEST4(instruction, offset) \
97 : "r" (reg_val1) , "r" (reg_val_zero), "r" (offset) \
100 printf("%s :: offset: 0x%x, out: 0x%llx\n", \
101 instruction, offset, out); \
104 #define TEST5(instruction, offset, mem) \
114 : "r" (mem) , "r" (offset) \
117 printf("%s :: offset: 0x%x, out: 0x%llx\n", \
118 instruction, offset, out); \
121 #define TEST5w(instruction, offset, mem) \
131 : "r" (mem) , "r" (offset) \
134 printf("%s :: offset: 0x%x, out: 0x%x\n", \
135 instruction, offset, out); \
138 #define TEST6(instruction, offset) \
154 : "r" (reg_val2) , "r" (reg_val_zero), "r" (offset) \
157 printf("%s :: offset: 0x%x, out: 0x%llx\n", \
158 instruction, offset, out); \