Home
last modified time | relevance | path

Searched refs:RD (Results 1 – 39 of 39) sorted by relevance

/linux-4.4.14/arch/x86/crypto/
Dserpent-sse2-i586-asm_32.S45 #define RD %xmm3 macro
528 read_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE);
530 K(RA, RB, RC, RD, RE, 0);
531 S0(RA, RB, RC, RD, RE); LK(RC, RB, RD, RA, RE, 1);
532 S1(RC, RB, RD, RA, RE); LK(RE, RD, RA, RC, RB, 2);
533 S2(RE, RD, RA, RC, RB); LK(RB, RD, RE, RC, RA, 3);
534 S3(RB, RD, RE, RC, RA); LK(RC, RA, RD, RB, RE, 4);
535 S4(RC, RA, RD, RB, RE); LK(RA, RD, RB, RE, RC, 5);
536 S5(RA, RD, RB, RE, RC); LK(RC, RA, RD, RE, RB, 6);
537 S6(RC, RA, RD, RE, RB); LK(RD, RB, RA, RE, RC, 7);
[all …]
Dserpent-sse2-x86_64-asm_64.S651 K2(RA, RB, RC, RD, RE, 0);
652 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
653 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
654 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
655 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
656 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
657 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
658 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
659 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
660 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
[all …]
Dserpent-avx2-asm_64.S576 K2(RA, RB, RC, RD, RE, 0);
577 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
578 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
579 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
580 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
581 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
582 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
583 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
584 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
585 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
[all …]
Dserpent-avx-x86_64-asm_64.S584 K2(RA, RB, RC, RD, RE, 0);
585 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
586 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
587 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
588 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
589 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
590 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
591 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
592 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
593 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
[all …]
Dtwofish-avx-x86_64-asm_64.S206 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \
207 encrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l);
210 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \
211 encrypt_round(((2*n) + 1), RC, RD, RA, RB, dummy, dummy);
214 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \
215 decrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l);
218 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \
219 decrypt_round((2*n), RA, RB, RC, RD, dummy, dummy);
Dcast6-avx-x86_64-asm_64.S167 qop(RD, RC, 1); \
176 qop(RA, RD, 1);
180 qop(RA, RD, 1); \
189 qop(RD, RC, 1);
Dsha1_avx2_x86_64_asm.S111 .set RD, REG_RD define
333 .set RE, RD
334 .set RD, RC define
/linux-4.4.14/arch/mips/mm/
Duasm-mips.c53 { insn_addu, M(spec_op, 0, 0, 0, 0, addu_op), RS | RT | RD },
55 { insn_and, M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD },
71 { insn_daddu, M(spec_op, 0, 0, 0, 0, daddu_op), RS | RT | RD },
72 { insn_dinsm, M(spec3_op, 0, 0, 0, 0, dinsm_op), RS | RT | RD | RE },
73 { insn_dins, M(spec3_op, 0, 0, 0, 0, dins_op), RS | RT | RD | RE },
75 { insn_dmfc0, M(cop0_op, dmfc_op, 0, 0, 0, 0), RT | RD | SET},
76 { insn_dmtc0, M(cop0_op, dmtc_op, 0, 0, 0, 0), RT | RD | SET},
77 { insn_drotr32, M(spec_op, 1, 0, 0, 0, dsrl32_op), RT | RD | RE },
78 { insn_drotr, M(spec_op, 1, 0, 0, 0, dsrl_op), RT | RD | RE },
79 { insn_dsll32, M(spec_op, 0, 0, 0, 0, dsll32_op), RT | RD | RE },
[all …]
Duasm-micromips.c44 { insn_addu, M(mm_pool32a_op, 0, 0, 0, 0, mm_addu32_op), RT | RS | RD },
46 { insn_and, M(mm_pool32a_op, 0, 0, 0, 0, mm_and_op), RT | RS | RD },
70 { insn_ins, M(mm_pool32a_op, 0, 0, 0, 0, mm_ins_op), RT | RS | RD | RE },
71 { insn_ext, M(mm_pool32a_op, 0, 0, 0, 0, mm_ext_op), RT | RS | RD | RE },
83 { insn_mfc0, M(mm_pool32a_op, 0, 0, 0, mm_mfc0_op, mm_pool32axf_op), RT | RS | RD },
86 { insn_mtc0, M(mm_pool32a_op, 0, 0, 0, mm_mtc0_op, mm_pool32axf_op), RT | RS | RD },
87 { insn_mul, M(mm_pool32a_op, 0, 0, 0, 0, mm_mul_op), RT | RS | RD },
88 { insn_or, M(mm_pool32a_op, 0, 0, 0, 0, mm_or32_op), RT | RS | RD },
95 { insn_sll, M(mm_pool32a_op, 0, 0, 0, 0, mm_sll32_op), RT | RS | RD },
96 { insn_sllv, M(mm_pool32a_op, 0, 0, 0, 0, mm_sllv32_op), RT | RS | RD },
[all …]
Duasm.c19 RD = 0x004, enumerator
/linux-4.4.14/arch/sparc/crypto/
Dopcodes.h13 #define RD(x) (FPD_ENCODE(x) << 25) 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.4.14/include/rdma/
Dib_pack.h146 IB_OPCODE(RD, SEND_FIRST),
147 IB_OPCODE(RD, SEND_MIDDLE),
148 IB_OPCODE(RD, SEND_LAST),
149 IB_OPCODE(RD, SEND_LAST_WITH_IMMEDIATE),
150 IB_OPCODE(RD, SEND_ONLY),
151 IB_OPCODE(RD, SEND_ONLY_WITH_IMMEDIATE),
152 IB_OPCODE(RD, RDMA_WRITE_FIRST),
153 IB_OPCODE(RD, RDMA_WRITE_MIDDLE),
154 IB_OPCODE(RD, RDMA_WRITE_LAST),
155 IB_OPCODE(RD, RDMA_WRITE_LAST_WITH_IMMEDIATE),
[all …]
/linux-4.4.14/include/linux/ceph/
Drados.h194 f(READ, __CEPH_OSD_OP(RD, DATA, 1), "read") \
195 f(STAT, __CEPH_OSD_OP(RD, DATA, 2), "stat") \
196 f(MAPEXT, __CEPH_OSD_OP(RD, DATA, 3), "mapext") \
199 f(MASKTRUNC, __CEPH_OSD_OP(RD, DATA, 4), "masktrunc") \
200 f(SPARSE_READ, __CEPH_OSD_OP(RD, DATA, 5), "sparse-read") \
202 f(NOTIFY, __CEPH_OSD_OP(RD, DATA, 6), "notify") \
203 f(NOTIFY_ACK, __CEPH_OSD_OP(RD, DATA, 7), "notify-ack") \
206 f(ASSERT_VER, __CEPH_OSD_OP(RD, DATA, 8), "assert-version") \
208 f(LIST_WATCHERS, __CEPH_OSD_OP(RD, DATA, 9), "list-watchers") \
210 f(LIST_SNAPS, __CEPH_OSD_OP(RD, DATA, 10), "list-snaps") \
[all …]
/linux-4.4.14/arch/sparc/net/
Dbpf_jit_comp.c44 #define RD(X) ((X) << 25) macro
92 (F2(0, 0x4) | RD(REG) | (((K) >> 10) & 0x3fffff))
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); \
[all …]
/linux-4.4.14/drivers/i2c/busses/
Di2c-au1550.c59 static inline unsigned long RD(struct i2c_au1550_data *a, int r) in RD() function
70 if (RD(adap, PSC_SMBSTAT) & PSC_SMBSTAT_TE) in wait_xfer_done()
86 stat = RD(adap, PSC_SMBEVNT); in wait_ack()
99 if ((RD(adap, PSC_SMBEVNT) & PSC_SMBEVNT_MD) != 0) in wait_master_done()
113 stat = RD(adap, PSC_SMBSTAT); in do_address()
118 while ((RD(adap, PSC_SMBPCR) & PSC_SMBPCR_DC) != 0) in do_address()
153 if ((RD(adap, PSC_SMBSTAT) & PSC_SMBSTAT_RE) == 0) in wait_for_rx_byte()
159 *out = RD(adap, PSC_SMBTXRX); in wait_for_rx_byte()
190 buf[i] = (unsigned char)(RD(adap, PSC_SMBTXRX) & 0xff); in i2c_read()
270 while ((RD(priv, PSC_SMBSTAT) & PSC_SMBSTAT_SR) == 0) in i2c_au1550_setup()
[all …]
/linux-4.4.14/arch/powerpc/crypto/
Dsha1-powerpc-asm.S19 #define RD(t) ((((t)+1)%6)+7) macro
29 andc r0,RD(t),RB(t); \
42 andc r0,RD(t),RB(t); \
59 xor r6,r6,RD(t); \
69 xor r6,r6,RD(t); \
81 and r0,RB(t),RD(t); \
85 and r0,RC(t),RD(t); \
124 lwz RD(0),12(r3) /* D */
165 add RD(0),RD(80),r19
173 stw RD(0),12(r3)
/linux-4.4.14/arch/sparc/kernel/
Dvisemul.c137 #define RD(INSN) (((INSN) >> 25) & 0x1f) macro
298 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in edge()
349 store_reg(regs, rd_val, RD(insn)); in edge()
376 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in array()
402 store_reg(regs, rd_val, RD(insn)); in array()
409 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in bmask()
414 store_reg(regs, rd_val, RD(insn)); in bmask()
444 *fpd_regaddr(f, RD(insn)) = rd_val; in bshuffle()
455 rd = fpd_regaddr(f, RD(insn)); in pdist()
502 *fps_regaddr(f, RD(insn)) = rd_val; in pformat()
[all …]
/linux-4.4.14/sound/soc/au1x/
Dac97c.c71 static inline unsigned long RD(struct au1xpsc_audio_data *ctx, int reg) in RD() function
95 while ((RD(ctx, AC97_STATUS) & STAT_CP) && tmo--) in au1xac97c_ac97_read()
108 while ((RD(ctx, AC97_STATUS) & STAT_CP) && tmo--) in au1xac97c_ac97_read()
110 data = RD(ctx, AC97_CMDRESP); in au1xac97c_ac97_read()
134 for (tmo = 5; (RD(ctx, AC97_STATUS) & STAT_CP) && tmo; tmo--) in au1xac97c_ac97_write()
143 for (tmo = 10; (RD(ctx, AC97_STATUS) & STAT_CP) && tmo; tmo--) in au1xac97c_ac97_write()
175 while (((RD(ctx, AC97_STATUS) & STAT_RD) == 0) && --i) in au1xac97c_ac97_cold_reset()
Di2sc.c69 static inline unsigned long RD(struct au1xpsc_audio_data *ctx, int reg) in RD() function
/linux-4.4.14/arch/arm/mach-mv78xx0/
DKconfig12 bool "Marvell RD-78x00-mASA Reference Design"
15 Marvell RD-78x00-mASA Reference Design.
/linux-4.4.14/arch/metag/tbx/
Dtbictx.S225 SETL [A0.2+#(2*8)],RD /* Save read pipeline */
226 SETL [A0.2+#(3*8)],RD /* Save read pipeline */
227 SETL [A0.2+#(4*8)],RD /* Save read pipeline */
228 SETL [A0.2+#(5*8)],RD /* Save read pipeline */
229 SETL [A0.2+#(6*8)],RD /* Save read pipeline */
230 SETL [A0.2+#(7*8)],RD /* Save read pipeline */
/linux-4.4.14/arch/sh/include/mach-ecovec24/mach/
Dpartner-jet-setup.txt8 LIST "> RD zImage, 0xa8800000"
13 LIST "> RD romImage, 0"
/linux-4.4.14/Documentation/spi/
Dspidev84 return (RD) or assign (WR) the SPI transfer mode. Use the constants
92 which will return (RD) or assign (WR) the full SPI transfer mode,
96 which will return (RD) or assign (WR) the bit justification used to
103 a byte which will return (RD) or assign (WR) the number of bits in
107 u32 which will return (RD) or assign (WR) the maximum SPI transfer
/linux-4.4.14/arch/arm/mach-orion5x/
DKconfig152 Marvell Orion-VoIP GE (88F5181L) RD.
158 Marvell Orion-VoIP FXO (88F5181L) RD.
164 Marvell Orion-1-90 (88F6183) AP GE RD.
/linux-4.4.14/arch/sh/include/mach-kfr2r09/mach/
Dpartner-jet-setup.txt7 LIST "> RD zImage, 0xa8800000"
12 LIST "> RD romImage, 0"
/linux-4.4.14/arch/arm/boot/dts/
Darmada-xp-axpwifiap.dts2 * Device Tree file for Marvell RD-AXPWiFiAP.
58 model = "Marvell RD-AXPWiFiAP";
Darmada-388-rd.dts3 * (RD-88F6820-AP)
Darmada-370-rd.dts3 * (RD-88F6710-A1)
Darmada-388-gp.dts3 * (RD-88F6820-GP)
/linux-4.4.14/net/ipv6/
DKconfig184 bool "IPv6: IPv6 Rapid Deployment (6RD)"
/linux-4.4.14/tools/testing/ktest/
Dktest.pl1691 open (RD, ">$redirect") or
1698 print RD if ($dord);
1706 close(RD) if ($dord);
/linux-4.4.14/arch/mips/kernel/
Dtraps.c492 #define RD 0x0000f800 macro
655 int rd = (opcode & RD) >> 11; in simulate_rdhwr_normal()
/linux-4.4.14/arch/mips/kvm/
Demulate.c2308 #define RD 0x0000f800 macro
2345 int rd = (inst & RD) >> 11; in kvm_mips_handle_ri()
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_qp.c284 enum { RC, UC, UD, RD, RDEE, MLX, NUM_TRANS }; enumerator
292 case RD: return MTHCA_QP_ST_RD; in to_mthca_st()
/linux-4.4.14/drivers/pinctrl/sh-pfc/
Dpfc-sh7264.c1320 GPIO_FN(RD),
Dpfc-sh7757.c1500 GPIO_FN(RD),
Dpfc-sh7269.c1741 GPIO_FN(RD),
Dpfc-sh7734.c1368 GPIO_FN(RD), GPIO_FN(WE0), GPIO_FN(WE1),
/linux-4.4.14/
DCREDITS3584 S: 2F 14 ALY 31 LN 166 SEC 1 SHIH-PEI RD