| H A D | cpu_asm.h | 118 #define ASM_11(opcode, rd, rs) ((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 159 #define ASM_1IC(opcode, cr, rs, imm) ((opcode) + \ argument 170 #define ASM_113(opcode, rd, rs, imm1, imm2, imm3) \ argument 183 #define ASM_ADDI(rd, rs, simm) ASM_11I(OP_ADDI, rd, rs, simm) argument 185 #define ASM_STW(rd, rs, simm) ASM_11I(OP_STW, rd, rs, simm) argument [all …]
|