Searched refs:rotr (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/arch/ia64/lib/ |
D | xor.S | 33 .rotr s1[6+1], s2[6+1], d[2] 72 .rotr s1[6+1], s2[6+1], s3[6+1], d[2] 114 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], d[2] 159 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], s5[6+1], d[2]
|
D | memcpy.S | 94 .rotr val[N] 236 .rotr val[N+1], w[2]
|
D | copy_page.S | 44 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \
|
D | strlen.S | 88 .rotr v[2], w[2] // declares our 4 aliases
|
D | copy_page_mck.S | 106 .rotr v[2*PREFETCH_DIST], n[D-C+1]
|
D | do_csum.S | 131 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2]
|
D | copy_user.S | 80 .rotr val1[PIPE_DEPTH],val2[PIPE_DEPTH]
|
D | memcpy_mck.S | 191 .rotr v[2*PREFETCH_DIST]
|
/linux-6.6.21/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 817 u8 rotr[4]; in mix_column() local 847 xor_32(in, add1bf7, rotr); in mix_column() 848 temp[0] = rotr[0]; /* Rotate right 8 bits */ in mix_column() 849 rotr[0] = rotr[1]; in mix_column() 850 rotr[1] = rotr[2]; in mix_column() 851 rotr[2] = rotr[3]; in mix_column() 852 rotr[3] = temp[0]; in mix_column() 853 xor_32(add1bf7, rotr, temp); in mix_column()
|
/linux-6.6.21/arch/mips/crypto/ |
D | chacha-core.S | 59 #define ROTR(n) rotr n, 24 62 rotr n, 16; 66 #define ROTx rotr
|
/linux-6.6.21/arch/mips/net/ |
D | bpf_jit_comp.c | 468 emit(ctx, rotr, dst, dst, 16); in emit_bswap_r()
|
D | bpf_jit_comp32.c | 607 emit(ctx, rotr, tmp, hi(dst), 16); in emit_bswap_r64() 608 emit(ctx, rotr, hi(dst), lo(dst), 16); in emit_bswap_r64()
|