Lines Matching defs:opcode
113 #define ASM_0(opcode) (opcode) argument
114 #define ASM_1(opcode, rd) ((opcode) + \ argument
116 #define ASM_1C(opcode, cr) ((opcode) + \ argument
118 #define ASM_11(opcode, rd, rs) ((opcode) + \ argument
121 #define ASM_11C(opcode, cd, cs) ((opcode) + \ argument
124 #define ASM_11X(opcode, rd, rs) ((opcode) + \ argument
127 #define ASM_11I(opcode, rd, rs, simm) ((opcode) + \ argument
131 #define ASM_11IF(opcode, rd, rs, simm) ((opcode) + \ argument
135 #define ASM_11S(opcode, rd, rs, sh) ((opcode) + \ argument
139 #define ASM_11IX(opcode, rd, rs, imm) ((opcode) + \ argument
143 #define ASM_12(opcode, rd, rs1, rs2) ((opcode) + \ argument
147 #define ASM_12F(opcode, fd, fs1, fs2) ((opcode) + \ argument
151 #define ASM_12X(opcode, rd, rs1, rs2) ((opcode) + \ argument
155 #define ASM_2C(opcode, cr, rs1, rs2) ((opcode) + \ argument
159 #define ASM_1IC(opcode, cr, rs, imm) ((opcode) + \ argument
163 #define ASM_122(opcode, rd, rs1, rs2, imm1, imm2) \ argument
170 #define ASM_113(opcode, rd, rs, imm1, imm2, imm3) \ argument
177 #define ASM_1O(opcode, off) ((opcode) + (off)) argument
178 #define ASM_3O(opcode, bo, bi, off) ((opcode) + \ argument