/Linux-v4.19/arch/x86/crypto/ |
D | serpent-sse2-i586-asm_32.S | 45 #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 …]
|
D | serpent-sse2-x86_64-asm_64.S | 651 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 …]
|
D | serpent-avx-x86_64-asm_64.S | 586 K2(RA, RB, RC, RD, RE, 0); 587 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 588 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 589 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 590 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 591 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 592 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 593 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 594 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 595 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
D | serpent-avx2-asm_64.S | 582 K2(RA, RB, RC, RD, RE, 0); 583 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 584 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 585 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 586 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 587 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 588 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 589 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 590 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 591 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
D | twofish-avx-x86_64-asm_64.S | 209 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \ 210 encrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); 213 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \ 214 encrypt_round(((2*n) + 1), RC, RD, RA, RB, dummy, dummy); 217 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \ 218 decrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); 221 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \ 222 decrypt_round((2*n), RA, RB, RC, RD, dummy, dummy);
|
D | cast6-avx-x86_64-asm_64.S | 168 qop(RD, RC, 1); \ 177 qop(RA, RD, 1); 181 qop(RA, RD, 1); \ 190 qop(RD, RC, 1);
|
/Linux-v4.19/arch/mips/mm/ |
D | uasm-mips.c | 52 [insn_addu] = {M(spec_op, 0, 0, 0, 0, addu_op), RS | RT | RD}, 53 [insn_and] = {M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD}, 72 [insn_cfc1] = {M(cop1_op, cfc_op, 0, 0, 0, 0), RT | RD}, 73 [insn_cfcmsa] = {M(msa_op, 0, msa_cfc_op, 0, 0, msa_elm_op), RD | RE}, 74 [insn_ctc1] = {M(cop1_op, ctc_op, 0, 0, 0, 0), RT | RD}, 75 [insn_ctcmsa] = {M(msa_op, 0, msa_ctc_op, 0, 0, msa_elm_op), RD | RE}, 77 [insn_daddu] = {M(spec_op, 0, 0, 0, 0, daddu_op), RS | RT | RD}, 80 [insn_dins] = {M(spec3_op, 0, 0, 0, 0, dins_op), RS | RT | RD | RE}, 81 [insn_dinsm] = {M(spec3_op, 0, 0, 0, 0, dinsm_op), RS | RT | RD | RE}, 82 [insn_dinsu] = {M(spec3_op, 0, 0, 0, 0, dinsu_op), RS | RT | RD | RE}, [all …]
|
D | uasm-micromips.c | 43 [insn_addu] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_addu32_op), RT | RS | RD}, 45 [insn_and] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_and_op), RT | RS | RD}, 56 [insn_cfcmsa] = {M(mm_pool32s_op, 0, msa_cfc_op, 0, 0, mm_32s_elm_op), RD | RE}, 58 [insn_ctcmsa] = {M(mm_pool32s_op, 0, msa_ctc_op, 0, 0, mm_32s_elm_op), RD | RE}, 74 [insn_ins] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_ins_op), RT | RS | RD | RE}, 75 [insn_ext] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_ext_op), RT | RS | RD | RE}, 87 [insn_mfc0] = {M(mm_pool32a_op, 0, 0, 0, mm_mfc0_op, mm_pool32axf_op), RT | RS | RD}, 90 [insn_mtc0] = {M(mm_pool32a_op, 0, 0, 0, mm_mtc0_op, mm_pool32axf_op), RT | RS | RD}, 93 [insn_mul] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_mul_op), RT | RS | RD}, 94 [insn_or] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_or32_op), RT | RS | RD}, [all …]
|
/Linux-v4.19/arch/sparc/crypto/ |
D | opcodes.h | 14 #define RD(x) (FPD_ENCODE(x) << 25) 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 …]
|
/Linux-v4.19/include/rdma/ |
D | ib_pack.h | 158 IB_OPCODE(RD, SEND_FIRST), 159 IB_OPCODE(RD, SEND_MIDDLE), 160 IB_OPCODE(RD, SEND_LAST), 161 IB_OPCODE(RD, SEND_LAST_WITH_IMMEDIATE), 162 IB_OPCODE(RD, SEND_ONLY), 163 IB_OPCODE(RD, SEND_ONLY_WITH_IMMEDIATE), 164 IB_OPCODE(RD, RDMA_WRITE_FIRST), 165 IB_OPCODE(RD, RDMA_WRITE_MIDDLE), 166 IB_OPCODE(RD, RDMA_WRITE_LAST), 167 IB_OPCODE(RD, RDMA_WRITE_LAST_WITH_IMMEDIATE), [all …]
|
/Linux-v4.19/include/linux/ceph/ |
D | rados.h | 204 f(READ, __CEPH_OSD_OP(RD, DATA, 1), "read") \ 205 f(STAT, __CEPH_OSD_OP(RD, DATA, 2), "stat") \ 206 f(MAPEXT, __CEPH_OSD_OP(RD, DATA, 3), "mapext") \ 209 f(MASKTRUNC, __CEPH_OSD_OP(RD, DATA, 4), "masktrunc") \ 210 f(SPARSE_READ, __CEPH_OSD_OP(RD, DATA, 5), "sparse-read") \ 212 f(NOTIFY, __CEPH_OSD_OP(RD, DATA, 6), "notify") \ 213 f(NOTIFY_ACK, __CEPH_OSD_OP(RD, DATA, 7), "notify-ack") \ 216 f(ASSERT_VER, __CEPH_OSD_OP(RD, DATA, 8), "assert-version") \ 218 f(LIST_WATCHERS, __CEPH_OSD_OP(RD, DATA, 9), "list-watchers") \ 220 f(LIST_SNAPS, __CEPH_OSD_OP(RD, DATA, 10), "list-snaps") \ [all …]
|
/Linux-v4.19/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 25 #define RD(X) ((X) << 25) macro 69 (F2(0, 0x4) | RD(REG) | (((K) >> 10) & 0x3fffff)) 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); \ [all …]
|
D | bpf_jit_comp_64.c | 54 #define RD(X) ((X) << 25) macro 137 (F2(0, 0x4) | RD(REG) | (((K) >> 10) & 0x3fffff)) 139 (F3(2, 0x02) | IMMED | RS1(REG) | ((K) & 0x3ff) | RD(REG)) 263 emit(OR | RS1(G0) | RS2(from) | RD(to), ctx); in emit_reg_move() 284 emit(XOR | IMMED | RS1(reg) | S13(lbits) | RD(reg), ctx); in emit_set_const_sext() 290 emit(opcode | RS1(dst) | RS2(src) | RD(dst), ctx); in emit_alu() 295 emit(opcode | RS1(a) | RS2(b) | RD(c), ctx); in emit_alu3() 304 insn |= RS1(dst) | RD(dst); in emit_alu_K() 323 insn |= RS1(src) | RD(dst); in emit_alu3_K() 340 emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx); in emit_loadimm32() [all …]
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-au1550.c | 59 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-v4.19/arch/powerpc/crypto/ |
D | sha1-powerpc-asm.S | 30 #define RD(t) ((((t)+1)%6)+7) macro 40 andc r0,RD(t),RB(t); \ 53 andc r0,RD(t),RB(t); \ 70 xor r6,r6,RD(t); \ 80 xor r6,r6,RD(t); \ 92 and r0,RB(t),RD(t); \ 96 and r0,RC(t),RD(t); \ 135 lwz RD(0),12(r3) /* D */ 176 add RD(0),RD(80),r19 184 stw RD(0),12(r3)
|
/Linux-v4.19/arch/sparc/kernel/ |
D | visemul.c | 138 #define RD(INSN) (((INSN) >> 25) & 0x1f) macro 299 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in edge() 350 store_reg(regs, rd_val, RD(insn)); in edge() 377 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in array() 403 store_reg(regs, rd_val, RD(insn)); in array() 410 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in bmask() 415 store_reg(regs, rd_val, RD(insn)); in bmask() 445 *fpd_regaddr(f, RD(insn)) = rd_val; in bshuffle() 456 rd = fpd_regaddr(f, RD(insn)); in pdist() 503 *fps_regaddr(f, RD(insn)) = rd_val; in pformat() [all …]
|
/Linux-v4.19/sound/soc/au1x/ |
D | ac97c.c | 71 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()
|
/Linux-v4.19/arch/arm/mach-mv78xx0/ |
D | Kconfig | 22 bool "Marvell RD-78x00-mASA Reference Design" 25 Marvell RD-78x00-mASA Reference Design.
|
/Linux-v4.19/arch/sh/include/mach-ecovec24/mach/ |
D | partner-jet-setup.txt | 8 LIST "> RD zImage, 0xa8800000" 13 LIST "> RD romImage, 0"
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | armada-xp-axpwifiap.dts | 3 * Device Tree file for Marvell RD-AXPWiFiAP. 21 model = "Marvell RD-AXPWiFiAP";
|
D | armada-388-rd.dts | 4 * (RD-88F6820-AP)
|
/Linux-v4.19/Documentation/spi/ |
D | spidev | 84 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-v4.19/arch/arm/mach-orion5x/ |
D | Kconfig | 155 Marvell Orion-VoIP GE (88F5181L) RD. 161 Marvell Orion-VoIP FXO (88F5181L) RD. 167 Marvell Orion-1-90 (88F6183) AP GE RD.
|
/Linux-v4.19/tools/testing/ktest/ |
D | config-bisect.pl | 175 open (RD, ">$redirect") or 181 print RD if ($dord); 188 close(RD) if ($dord);
|
/Linux-v4.19/arch/sh/include/mach-kfr2r09/mach/ |
D | partner-jet-setup.txt | 7 LIST "> RD zImage, 0xa8800000" 12 LIST "> RD romImage, 0"
|