Home
last modified time | relevance | path

Searched refs:rotr (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/arch/ia64/lib/
H A Dxor.S33 .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]
H A Dmemcpy.S94 .rotr val[N]
236 .rotr val[N+1], w[2]
H A Dcopy_page.S44 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \
H A Dstrlen.S88 .rotr v[2], w[2] // declares our 4 aliases
H A Dcopy_page_mck.S106 .rotr v[2*PREFETCH_DIST], n[D-C+1]
H A Ddo_csum.S131 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2]
H A Dcopy_user.S80 .rotr val1[PIPE_DEPTH],val2[PIPE_DEPTH]
H A Dmemcpy_mck.S191 .rotr v[2*PREFETCH_DIST]
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c817 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()
/openbmc/linux/arch/mips/crypto/
H A Dchacha-core.S59 #define ROTR(n) rotr n, 24
62 rotr n, 16;
66 #define ROTx rotr
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp.c468 emit(ctx, rotr, dst, dst, 16); in emit_bswap_r()
H A Dbpf_jit_comp32.c607 emit(ctx, rotr, tmp, hi(dst), 16); in emit_bswap_r64()
608 emit(ctx, rotr, hi(dst), lo(dst), 16); in emit_bswap_r64()
/openbmc/qemu/tcg/tci/
H A Dtcg-target.c.inc754 CASE_32_64(rotr) /* Optional (TCG_TARGET_HAS_rot_*). */
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc1470 /* transform into equivalent rotr/rotri */
1479 /* transform into equivalent rotr/rotri */
H A Dtcg-insn-defs.c.inc1535 /* Emits the `rotr.b d, j, k` instruction. */
1542 /* Emits the `rotr.h d, j, k` instruction. */
1549 /* Emits the `rotr.w d, j, k` instruction. */
1556 /* Emits the `rotr.d d, j, k` instruction. */
/openbmc/qemu/tcg/
H A Doptimize.c3001 CASE_OP_32_64(rotr): in tcg_optimize()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc2774 OP_32_64(rotr):