Searched refs:RS1 (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/sparc/crypto/ |
D | opcodes.h | 10 #define RS1(x) (FPD_ENCODE(x) << 14) macro 18 .word (F3F(2,0x36,0x147)|RS1(a)|RS2(b)|RD(c)); 30 .word (F3F(2, 0x19, 0)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 32 .word (F3F(2, 0x19, 1)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 34 .word (F3F(2, 0x19, 2)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 36 .word (F3F(2, 0x19, 3)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 38 .word (F3F(2, 0x19, 4)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 40 .word (F3F(2, 0x19, 5)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 42 .word (F3F(2, 0x19, 6)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 44 .word (F3F(2, 0x19, 7)|RS1(a)|RS2(b)|RS3(c)|RD(d)); [all …]
|
/linux-4.1.27/arch/sparc/net/ |
D | bpf_jit_comp.c | 45 #define RS1(X) ((X) << 14) macro 94 (F3(2, 0x02) | IMMED | RS1(REG) | ((K) & 0x3ff) | RD(REG)) 141 *prog++ = SUB | RS1(G0) | RS2(r_A) | RD(r_A); \ 146 *prog++ = OR | RS1(G0) | RS2(FROM) | RD(TO); \ 151 *prog++ = OR | RS1(G0) | RS2(G0) | RD(REG); \ 168 *prog++ = OPCODE | RS1(r_A) | RS2(r_X) | RD(r_A); \ 189 _insn |= RS1(r_A) | RD(r_A); \ 203 *prog++ = OR | IMMED | RS1(G0) | S13(K) | RD(DEST); \ 212 *prog++ = LDPTRI | RS1(BASE) | S13(_off) | RD(DEST); \ 218 *prog++ = LD32I | RS1(BASE) | S13(_off) | RD(DEST); \ [all …]
|
/linux-4.1.27/arch/sparc/kernel/ |
D | visemul.c | 135 #define RS1(INSN) (((INSN) >> 14) & 0x1f) macro 298 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in edge() 299 orig_rs1 = rs1 = fetch_reg(RS1(insn), regs); in edge() 376 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in array() 377 rs1 = fetch_reg(RS1(insn), regs); in array() 409 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in bmask() 410 rs1 = fetch_reg(RS1(insn), regs); in bmask() 429 rs1 = fpd_regval(f, RS1(insn)); in bshuffle() 453 rs1 = fpd_regval(f, RS1(insn)); in pdist() 509 rs1 = fpd_regval(f, RS1(insn)); in pformat() [all …]
|
/linux-4.1.27/arch/arm/include/debug/ |
D | vexpress.S | 31 @ - all other (RS1 complaint) tiles use UART mapped 43 @ RS1 memory map
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | vexpress-v2m-rs1.dtsi | 9 * RS1 memory map ("ARM Cortex-A Series memory map" in the board's
|
D | vexpress-v2m.dtsi | 13 * RS1 variant (vexpress-v2m-rs1.dtsi), but there is a strong
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | vexpress.txt | 132 - "rs1" - for RS1 map (i.a. peripherals on CS3); this map is also
|
/linux-4.1.27/arch/arm/ |
D | Kconfig.debug | 1094 the motherboard's memory map variant (original or RS1) and then 1109 bool "Use PL011 UART0 at 0x1c090000 (RS1 complaint tiles)" 1114 of the tiles using the RS1 memory map, including all new A-class
|