Searched refs:rs2 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/post/lib_powerpc/ |
| H A D | cpu_asm.h | 143 #define ASM_12(opcode, rd, rs1, rs2) ((opcode) + \ argument 146 ((rs2) << 11)) 151 #define ASM_12X(opcode, rd, rs1, rs2) ((opcode) + \ argument 154 ((rs2) << 11)) 155 #define ASM_2C(opcode, cr, rs1, rs2) ((opcode) + \ argument 158 ((rs2) << 11)) 163 #define ASM_122(opcode, rd, rs1, rs2, imm1, imm2) \ argument 167 ((rs2) << 11) + \ 203 #define ASM_LSWX(rd, rs1, rs2) ASM_12(OP_LSWX, rd, rs1, rs2) argument 205 #define ASM_STSWX(rd, rs1, rs2) ASM_12(OP_STSWX, rd, rs1, rs2) argument
|