Home
last modified time | relevance | path

Searched refs:RB (Results 1 – 30 of 30) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
Dserpent-sse2-i586-asm_32.S43 #define RB %xmm1 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-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 …]
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 …]
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.S170 qop(RC, RB, 2); \
173 qop(RB, RA, 3); \
183 qop(RB, RA, 3); \
186 qop(RC, RB, 2); \
Dsha1_avx2_x86_64_asm.S109 .set RB, REG_RB define
335 .set RC, RB
336 .set RB, RTB define
/linux-4.1.27/arch/powerpc/xmon/
Dppc-opc.c409 #define RB RAOPT + 1 macro
416 #define RBS RB + 1
1983 { "macchw", XO(4,172,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1984 { "macchw.", XO(4,172,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1985 { "macchwo", XO(4,172,1,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1986 { "macchwo.", XO(4,172,1,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1987 { "macchws", XO(4,236,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1988 { "macchws.", XO(4,236,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1989 { "macchwso", XO(4,236,1,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1990 { "macchwso.", XO(4,236,1,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
[all …]
/linux-4.1.27/arch/powerpc/crypto/
Dsha1-powerpc-asm.S17 #define RB(t) ((((t)+3)%6)+7) macro
29 andc r0,RD(t),RB(t); \
30 and r6,RB(t),RC(t); \
37 rotlwi RB(t),RB(t),30; \
41 and r6,RB(t),RC(t); \
42 andc r0,RD(t),RB(t); \
44 rotlwi RB(t),RB(t),30; \
56 xor r6,RB(t),RC(t); \
58 rotlwi RB(t),RB(t),30; \
66 xor r6,RB(t),RC(t); \
[all …]
/linux-4.1.27/arch/arm/crypto/
Dsha512-armv7-neon.S33 #define RB d1 macro
310 rounds2_0_63(RA, RB, RC, RD, RE, RF, RG, RH, RW0, RW1, RW01q, RW2,
315 rounds2_0_63(RA, RB, RC, RD, RE, RF, RG, RH, RW0, RW1, RW01q, RW2,
318 rounds2_0_63(RG, RH, RA, RB, RC, RD, RE, RF, RW2, RW3, RW23q, RW4,
320 rounds2_0_63(RE, RF, RG, RH, RA, RB, RC, RD, RW4, RW5, RW45q, RW6,
322 rounds2_0_63(RC, RD, RE, RF, RG, RH, RA, RB, RW6, RW7, RW67q, RW8,
324 rounds2_0_63(RA, RB, RC, RD, RE, RF, RG, RH, RW8, RW9, RW89q, RW10,
326 rounds2_0_63(RG, RH, RA, RB, RC, RD, RE, RF, RW10, RW11, RW1011q, RW12,
329 rounds2_0_63(RE, RF, RG, RH, RA, RB, RC, RD, RW12, RW13, RW1213q, RW14,
332 rounds2_0_63(RC, RD, RE, RF, RG, RH, RA, RB, RW14, RW15, RW1415q, RW0,
[all …]
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_32_sr.S103 #define KVM_LOAD_BAT(n, reg, RA, RB) \ argument
105 lwz RB,(n*16)+4(reg); \
107 mtspr SPRN_IBAT##n##L,RB; \
109 lwz RB,(n*16)+12(reg); \
111 mtspr SPRN_DBAT##n##L,RB; \
/linux-4.1.27/Documentation/sh/
Dregister-banks.txt8 bank (selected by SR.RB, only r0 ... r7 are banked), whereas other families
11 SR.RB banking
15 r0 ... r7 if SR.RB is set to the bank we are interested in, otherwise ldc/stc
17 when in the context of another bank. The developer must keep the SR.RB value
/linux-4.1.27/arch/sh/kernel/cpu/sh3/
Dswsusp.S88 3: .long 0x20000000 ! RB=1
141 2: .long 0x20000000 ! RB=1
142 3: .long 0xdfffffff ! RB=0
Dentry.S507 1: .long 0xcfffffff ! RB=0, BL=0
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dmain.c1550 #define RB (CARL9170_MAX_CMD_PAYLOAD_LEN) in carl9170_rng_get() macro
1560 BUILD_BUG_ON(RB > CARL9170_MAX_CMD_PAYLOAD_LEN); in carl9170_rng_get()
1568 RB, (u8 *) rng_load, in carl9170_rng_get()
1569 RB, (u8 *) buf); in carl9170_rng_get()
1584 #undef RB in carl9170_rng_get()
1886 #define RB (sizeof(u32) * RW) in carl9170_read_eeprom() macro
1893 BUILD_BUG_ON(RB > CARL9170_MAX_CMD_LEN - 4); in carl9170_read_eeprom()
1896 BUILD_BUG_ON(sizeof(ar->eeprom) % RB); in carl9170_read_eeprom()
1899 for (i = 0; i < sizeof(ar->eeprom) / RB; i++) { in carl9170_read_eeprom()
1902 RB * i + 4 * j); in carl9170_read_eeprom()
[all …]
/linux-4.1.27/arch/arm/mm/
Dproc-sa1100.S150 mcr p15, 0, ip, c9, c0, 0 @ invalidate RB
190 mcr p15, 0, ip, c9, c0, 0 @ invalidate RB
191 mcr p15, 0, ip, c9, c0, 5 @ allow user space to use RB
/linux-4.1.27/arch/sh/
DKconfig.cpu92 This will enable the use of SR.RB register bank usage. Processors
97 information on SR.RB and register banking in the kernel in general.
/linux-4.1.27/arch/sh/kernel/
Dhead_32.S62 mov.l 1f, r0 ! MD=1, RB=0, BL=0, IMASK=0xF
333 1: .long 0x500080F0 ! MD=1, RB=0, BL=1, FD=1, IMASK=0xF
Drelocate_kernel.S226 .long 0x20000000 ! RB=1
/linux-4.1.27/arch/m68k/include/asm/
Dtraps.h110 #define RB (0x1000) macro
/linux-4.1.27/arch/sh/kernel/cpu/shmobile/
Dsleep.S241 rb_bit: .long 0x20000000 ! RB=1
403 _rb_bit: .long 0x20000000 ! RB=1
/linux-4.1.27/drivers/pwm/
Dpwm-atmel-tcb.c103 __raw_readl(regs + ATMEL_TC_REG(group, RB)); in atmel_tcb_pwm_request()
259 __raw_writel(tcbpwm->duty, regs + ATMEL_TC_REG(group, RB)); in atmel_tcb_pwm_enable()
/linux-4.1.27/arch/powerpc/kernel/
Dhead_32.S39 #define LOAD_BAT(n, reg, RA, RB) \ argument
45 lwz RB,(n*16)+4(reg); \
47 mtspr SPRN_IBAT##n##L,RB; \
50 lwz RB,(n*16)+12(reg); \
52 mtspr SPRN_DBAT##n##L,RB; \
/linux-4.1.27/arch/powerpc/lib/
Dmemcpy_power7.S25 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB argument
28 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB argument
Dcopyuser_power7.S23 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB argument
26 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB argument
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/
Dmemcpy_power7.S25 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB argument
28 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB argument
Dcopyuser_power7.S23 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB argument
26 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB argument
/linux-4.1.27/arch/m68k/kernel/
Dtraps.c993 if (ssw & RB) in bad_super_trap()
/linux-4.1.27/Documentation/scsi/
DChangeLog.megaraid_sas402 with megaraid_sas. Thanks to RB for providing the logs and
/linux-4.1.27/arch/x86/lib/
Dx86-opcode-map.txt109 45: INC eBP (i64) | REX.RB (o64)