Searched refs:RS1 (Results 1 – 9 of 9) sorted by relevance
/arch/sparc/crypto/ |
D | opcodes.h | 11 #define RS1(x) (FPD_ENCODE(x) << 14) macro 19 .word (F3F(2,0x36,0x147)|RS1(a)|RS2(b)|RD(c)); 31 .word (F3F(2, 0x19, 0)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 33 .word (F3F(2, 0x19, 1)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 35 .word (F3F(2, 0x19, 2)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 37 .word (F3F(2, 0x19, 3)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 39 .word (F3F(2, 0x19, 4)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 41 .word (F3F(2, 0x19, 5)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 43 .word (F3F(2, 0x19, 6)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 45 .word (F3F(2, 0x19, 7)|RS1(a)|RS2(b)|RS3(c)|RD(d)); [all …]
|
/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 26 #define RS1(X) ((X) << 14) macro 71 (F3(2, 0x02) | IMMED | RS1(REG) | ((K) & 0x3ff) | RD(REG)) 113 *prog++ = SUB | RS1(G0) | RS2(r_A) | RD(r_A); \ 118 *prog++ = OR | RS1(G0) | RS2(FROM) | RD(TO); \ 123 *prog++ = OR | RS1(G0) | RS2(G0) | RD(REG); \ 140 *prog++ = OPCODE | RS1(r_A) | RS2(r_X) | RD(r_A); \ 161 _insn |= RS1(r_A) | RD(r_A); \ 175 *prog++ = OR | IMMED | RS1(G0) | S13(K) | RD(DEST); \ 184 *prog++ = LDPTRI | RS1(BASE) | S13(_off) | RD(DEST); \ 190 *prog++ = LD32I | RS1(BASE) | S13(_off) | RD(DEST); \ [all …]
|
D | bpf_jit_comp_64.c | 59 #define RS1(X) ((X) << 14) macro 143 (F3(2, 0x02) | IMMED | RS1(REG) | ((K) & 0x3ff) | RD(REG)) 273 emit(OR | RS1(G0) | RS2(from) | RD(to), ctx); in emit_reg_move() 294 emit(XOR | IMMED | RS1(reg) | S13(lbits) | RD(reg), ctx); in emit_set_const_sext() 300 emit(opcode | RS1(dst) | RS2(src) | RD(dst), ctx); in emit_alu() 305 emit(opcode | RS1(a) | RS2(b) | RD(c), ctx); in emit_alu3() 314 insn |= RS1(dst) | RD(dst); in emit_alu_K() 333 insn |= RS1(src) | RD(dst); in emit_alu3_K() 350 emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx); in emit_loadimm32() 360 emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx); in emit_loadimm() [all …]
|
/arch/sparc/kernel/ |
D | visemul.c | 136 #define RS1(INSN) (((INSN) >> 14) & 0x1f) macro 299 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in edge() 300 orig_rs1 = rs1 = fetch_reg(RS1(insn), regs); in edge() 377 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in array() 378 rs1 = fetch_reg(RS1(insn), regs); in array() 410 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in bmask() 411 rs1 = fetch_reg(RS1(insn), regs); in bmask() 430 rs1 = fpd_regval(f, RS1(insn)); in bshuffle() 454 rs1 = fpd_regval(f, RS1(insn)); in pdist() 510 rs1 = fpd_regval(f, RS1(insn)); in pformat() [all …]
|
/arch/arm/include/debug/ |
D | vexpress.S | 31 @ - all other (RS1 complaint) tiles use UART mapped 43 @ RS1 memory map
|
/arch/arm/boot/dts/ |
D | vexpress-v2m.dtsi | 14 * RS1 variant (vexpress-v2m-rs1.dtsi), but there is a strong
|
D | vexpress-v2m-rs1.dtsi | 9 * RS1 memory map ("ARM Cortex-A Series memory map" in the board's
|
/arch/arm64/boot/dts/arm/ |
D | vexpress-v2m-rs1.dtsi | 9 * RS1 memory map ("ARM Cortex-A Series memory map" in the board's
|
/arch/arm/ |
D | Kconfig.debug | 1218 the motherboard's memory map variant (original or RS1) and then 1233 bool "Use PL011 UART0 at 0x1c090000 (RS1 complaint tiles)" 1238 of the tiles using the RS1 memory map, including all new A-class
|