A D | cpu_asm.h | 117 #define ASM_11(opcode, rd, rs) ((opcode) + \ argument 123 #define ASM_11X(opcode, rd, rs) ((opcode) + \ argument 126 #define ASM_11I(opcode, rd, rs, simm) ((opcode) + \ argument 130 #define ASM_11IF(opcode, rd, rs, simm) ((opcode) + \ argument 134 #define ASM_11S(opcode, rd, rs, sh) ((opcode) + \ argument 138 #define ASM_11IX(opcode, rd, rs, imm) ((opcode) + \ argument 158 #define ASM_1IC(opcode, cr, rs, imm) ((opcode) + \ argument 169 #define ASM_113(opcode, rd, rs, imm1, imm2, imm3) \ argument 184 #define ASM_STW(rd, rs, simm) ASM_11I(OP_STW, rd, rs, simm) argument 185 #define ASM_LWZ(rd, rs, simm) ASM_11I(OP_LWZ, rd, rs, simm) argument [all …]
|