Searched refs:rs1 (Results 1 – 2 of 2) sorted by relevance
| /u-boot/post/lib_powerpc/ |
| A D | cpu_asm.h | 142 #define ASM_12(opcode, rd, rs1, rs2) ((opcode) + \ argument 144 ((rs1) << 16) + \ 150 #define ASM_12X(opcode, rd, rs1, rs2) ((opcode) + \ argument 151 ((rs1) << 21) + \ 154 #define ASM_2C(opcode, cr, rs1, rs2) ((opcode) + \ argument 156 ((rs1) << 16) + \ 162 #define ASM_122(opcode, rd, rs1, rs2, imm1, imm2) \ argument 164 ((rs1) << 21) + \ 202 #define ASM_LSWX(rd, rs1, rs2) ASM_12(OP_LSWX, rd, rs1, rs2) argument 204 #define ASM_STSWX(rd, rs1, rs2) ASM_12(OP_STSWX, rd, rs1, rs2) argument
|
| /u-boot/arch/arm/dts/ |
| A D | vexpress-v2m.dtsi | 14 * RS1 variant (vexpress-v2m-rs1.dtsi), but there is a strong 18 * CHANGES TO vexpress-v2m-rs1.dtsi!
|
Completed in 12 milliseconds