Home
last modified time | relevance | path

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

12

/linux/arch/x86/crypto/
A Dserpent-sse2-i586-asm_32.S28 #define RB %xmm1 macro
516 S0(RA, RB, RC, RD, RE); LK(RC, RB, RD, RA, RE, 1);
517 S1(RC, RB, RD, RA, RE); LK(RE, RD, RA, RC, RB, 2);
518 S2(RE, RD, RA, RC, RB); LK(RB, RD, RE, RC, RA, 3);
519 S3(RB, RD, RE, RC, RA); LK(RC, RA, RD, RB, RE, 4);
520 S4(RC, RA, RD, RB, RE); LK(RA, RD, RB, RE, RC, 5);
521 S5(RA, RD, RB, RE, RC); LK(RC, RA, RD, RE, RB, 6);
522 S6(RC, RA, RD, RE, RB); LK(RD, RB, RA, RE, RC, 7);
523 S7(RD, RB, RA, RE, RC); LK(RC, RA, RE, RD, RB, 8);
524 S0(RC, RA, RE, RD, RB); LK(RE, RA, RD, RC, RB, 9);
[all …]
A Dserpent-sse2-x86_64-asm_64.S637 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
638 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
639 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
640 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
641 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
642 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
643 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
644 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
645 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
646 S(S1, RE, RA, RD, RC, RB); LK2(RB, RD, RC, RE, RA, 10);
[all …]
A Dserpent-avx-x86_64-asm_64.S568 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
569 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
570 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
571 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
572 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
573 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
574 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
575 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
576 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
577 S(S1, RE, RA, RD, RC, RB); LK2(RB, RD, RC, RE, RA, 10);
[all …]
A Dserpent-avx2-asm_64.S568 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
569 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
570 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
571 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
572 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
573 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
574 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
575 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
576 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
577 S(S1, RE, RA, RD, RC, RB); LK2(RB, RD, RC, RE, RA, 10);
[all …]
A Dtwofish-avx-x86_64-asm_64.S189 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \
190 encrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l);
193 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \
194 encrypt_round(((2*n) + 1), RC, RD, RA, RB, dummy, dummy);
197 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \
198 decrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l);
201 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \
202 decrypt_round((2*n), RA, RB, RC, RD, dummy, dummy);
A Dcast6-avx-x86_64-asm_64.S156 qop(RC, RB, 2); \
159 qop(RB, RA, 3); \
169 qop(RB, RA, 3); \
172 qop(RC, RB, 2); \
A Dsha1_avx2_x86_64_asm.S109 .set RB, REG_RB define
334 .set RC, RB
335 .set RB, RTB define
/linux/arch/powerpc/xmon/
A Dppc-opc.c539 #define RB RAOPT + 1 macro
546 #define RBS RB + 1
4801 {"dcbst", X(31,54), XRT_MASK, PPC, 0, {RA0, RB}},
4879 {"clf", X(31,118), XTO_MASK, POWER, 0, {RA, RB}},
5478 {"slbie", X(31,434), XRTRA_MASK, PPC64, 0, {RB}},
5719 {"dcbi", X(31,470), XRT_MASK, PPC, 0, {RA0, RB}},
6124 {"rmieg", X(31,882), XRTRA_MASK, POWER9, 0, {RB}},
6234 {"icbi", X(31,982), XRT_MASK, PPC, 0, {RA0, RB}},
6260 {"tlbli", X(31,1010), XRTRA_MASK, PPC, TITAN, {RB}},
6264 {"dcbz", X(31,1014), XRT_MASK, PPC, 0, {RA0, RB}},
[all …]
/linux/arch/powerpc/crypto/
A Dsha1-powerpc-asm.S40 andc r0,RD(t),RB(t); \
41 and r6,RB(t),RC(t); \
48 rotlwi RB(t),RB(t),30; \
52 and r6,RB(t),RC(t); \
55 rotlwi RB(t),RB(t),30; \
67 xor r6,RB(t),RC(t); \
69 rotlwi RB(t),RB(t),30; \
79 rotlwi RB(t),RB(t),30; \
95 rotlwi RB(t),RB(t),30; \
178 add RB(0),RB(80),r17
[all …]
/linux/tools/testing/selftests/powerpc/include/
A Dinstructions.h9 #define __COPY(RA, RB, L) \ argument
10 (0x7c00060c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10))
11 #define COPY(RA, RB, L) \ argument
12 .long __COPY((RA), (RB), (L))
33 #define __PASTE(RA, RB, L, RC) \ argument
34 (0x7c00070c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10) | (RC) << (31-31))
35 #define PASTE(RA, RB, L, RC) \ argument
36 .long __PASTE((RA), (RB), (L), (RC))
/linux/arch/powerpc/kvm/
A Dbook3s_32_sr.S92 #define KVM_LOAD_BAT(n, reg, RA, RB) \ argument
94 lwz RB,(n*16)+4(reg); \
96 mtspr SPRN_IBAT##n##L,RB; \
98 lwz RB,(n*16)+12(reg); \
100 mtspr SPRN_DBAT##n##L,RB; \
/linux/Documentation/sh/
A Dregister-banks.rst11 bank (selected by SR.RB, only r0 ... r7 are banked), whereas other families
14 SR.RB banking
18 r0 ... r7 if SR.RB is set to the bank we are interested in, otherwise ldc/stc
20 when in the context of another bank. The developer must keep the SR.RB value
/linux/drivers/media/platform/rockchip/rga/
A Drga-hw.c16 RB = 3, enumerator
92 LT, RT, LB, RB, in rga_lookup_draw_pos()
95 RT, LT, RB, LB, in rga_lookup_draw_pos()
98 RB, LB, RT, LT, in rga_lookup_draw_pos()
101 LB, RB, LT, RT, in rga_lookup_draw_pos()
115 case RB: in rga_lookup_draw_pos()
/linux/arch/sh/kernel/cpu/sh3/
A Dswsusp.S85 3: .long 0x20000000 ! RB=1
138 2: .long 0x20000000 ! RB=1
139 3: .long 0xdfffffff ! RB=0
/linux/drivers/net/wireless/ath/carl9170/
A Dmain.c1531 #define RB (CARL9170_MAX_CMD_PAYLOAD_LEN) in carl9170_rng_get() macro
1549 RB, (u8 *) rng_load, in carl9170_rng_get()
1550 RB, (u8 *) buf); in carl9170_rng_get()
1565 #undef RB in carl9170_rng_get()
1869 #define RB (sizeof(u32) * RW) in carl9170_read_eeprom() macro
1876 BUILD_BUG_ON(RB > CARL9170_MAX_CMD_LEN - 4); in carl9170_read_eeprom()
1879 BUILD_BUG_ON(sizeof(ar->eeprom) % RB); in carl9170_read_eeprom()
1885 RB * i + 4 * j); in carl9170_read_eeprom()
1888 RB, (u8 *) &offsets, in carl9170_read_eeprom()
1889 RB, eeprom + RB * i); in carl9170_read_eeprom()
[all …]
/linux/arch/arm/mm/
A Dproc-sa1100.S147 mcr p15, 0, ip, c9, c0, 0 @ invalidate RB
187 mcr p15, 0, ip, c9, c0, 0 @ invalidate RB
188 mcr p15, 0, ip, c9, c0, 5 @ allow user space to use RB
/linux/arch/sh/
A DKconfig.cpu84 This will enable the use of SR.RB register bank usage. Processors
89 information on SR.RB and register banking in the kernel in general.
/linux/drivers/pwm/
A Dpwm-atmel-tcb.c119 ATMEL_TC_REG(tcbpwmc->channel, RB), in atmel_tcb_pwm_request()
276 ATMEL_TC_REG(tcbpwmc->channel, RB), in atmel_tcb_pwm_enable()
531 regmap_read(tcbpwm->regmap, ATMEL_TC_REG(channel, RB), &chan->rb); in atmel_tcb_pwm_suspend()
545 regmap_write(tcbpwm->regmap, ATMEL_TC_REG(channel, RB), chan->rb); in atmel_tcb_pwm_resume()
/linux/arch/sh/kernel/
A Dhead_32.S59 mov.l 1f, r0 ! MD=1, RB=0, BL=0, IMASK=0xF
340 1: .long 0x500080F0 ! MD=1, RB=0, BL=1, FD=1, IMASK=0xF
/linux/arch/nds32/mm/
A Dalignment.c20 #define RB(inst) (((inst) >> 10) & 0x1FUL) macro
475 shift = *idx_to_addr(regs, RB(inst)) << SV(inst); in do_32()
/linux/tools/testing/selftests/powerpc/copyloops/
A Dmemcpy_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB argument
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB argument
/linux/arch/powerpc/lib/
A Dmemcpy_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB argument
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB argument
/linux/arch/powerpc/kernel/
A Dhead_book3s_32.S38 #define LOAD_BAT(n, reg, RA, RB) \ argument
44 lwz RB,(n*16)+4(reg); \
46 mtspr SPRN_IBAT##n##L,RB; \
48 lwz RB,(n*16)+12(reg); \
50 mtspr SPRN_DBAT##n##L,RB
/linux/arch/sh/kernel/cpu/shmobile/
A Dsleep.S238 rb_bit: .long 0x20000000 ! RB=1
400 _rb_bit: .long 0x20000000 ! RB=1
/linux/arch/m68k/include/asm/
A Dtraps.h110 #define RB (0x1000) macro

Completed in 51 milliseconds

12