Home
last modified time | relevance | path

Searched refs:ROR (Results 1 – 11 of 11) sorted by relevance

/linux/arch/arm/crypto/
A Dsha1-armv4-large.S90 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
96 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
115 add r6,r6,r7,ror#27 @ E+=ROR(A,27)
121 add r6,r6,r7,ror#27 @ E+=ROR(A,27)
140 add r5,r5,r6,ror#27 @ E+=ROR(A,27)
146 add r5,r5,r6,ror#27 @ E+=ROR(A,27)
165 add r4,r4,r5,ror#27 @ E+=ROR(A,27)
171 add r4,r4,r5,ror#27 @ E+=ROR(A,27)
190 add r3,r3,r4,ror#27 @ E+=ROR(A,27)
196 add r3,r3,r4,ror#27 @ E+=ROR(A,27)
[all …]
/linux/lib/crypto/
A Ddes.c26 #define ROR(x, r) ((x) = ror32((x), (r))) macro
529 ROR(R, 14); \
541 ROR(R, 7); \
550 ROR(L, 1); \
562 ROR(R, 6); \
574 ROR(R, 12); \
580 ROR(R, 4);
585 B &= 0x3f3f3f3f; ROR(A, 4); \
/linux/sound/soc/dwc/
A Dlocal.h43 #define ROR(x) (0x40 * x + 0x040) macro
A Ddwc-i2s.c61 i2s_read_reg(dev->i2s_base, ROR(i)); in i2s_clear_irqs()
/linux/sound/soc/intel/keembay/
A Dkmb_platform.h42 #define ROR(x) (0x40 * (x) + 0x040) macro
A Dkmb_platform.c193 readl(kmb_i2s->i2s_base + ROR(i)); in kmb_i2s_clear_irqs()
/linux/arch/arm/mm/
A Dabort-lv4t.S160 mov r6, r6, ror r9 @ C: ROR #!0
/linux/Documentation/crypto/
A Ddescore-readme.rst242 ROR and ROL macros to use machine rotate instructions if you have them.
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-dev.c3207 XGMAC_IOWRITE_BITS(pdata, MMC_CR, ROR, 1); in xgbe_config_mmc()
/linux/arch/x86/lib/
A Dx86-opcode-map.txt910 1: ROR
/linux/tools/arch/x86/lib/
A Dx86-opcode-map.txt910 1: ROR

Completed in 26 milliseconds