Searched refs:ROR (Results 1 – 9 of 9) sorted by relevance
| /linux/lib/crypto/arm/ |
| H A D | sha1-armv4-large.S | 90 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/ |
| H A D | des.c | 25 #define ROR(x, r) ((x) = ror32((x), (r))) macro 528 ROR(R, 14); \ 540 ROR(R, 7); \ 549 ROR(L, 1); \ 561 ROR(R, 6); \ 573 ROR(R, 12); \ 579 ROR(R, 4); 584 B &= 0x3f3f3f3f; ROR(A, 4); \
|
| /linux/sound/soc/intel/keembay/ |
| H A D | kmb_platform.h | 42 #define ROR(x) (0x40 * (x) + 0x040) macro
|
| /linux/sound/soc/dwc/ |
| H A D | local.h | 50 #define ROR(x) (0x40 * x + 0x040) macro
|
| H A D | dwc-i2s.c | 63 i2s_read_reg(dev->i2s_base, ROR(i)); in i2s_clear_irqs()
|
| /linux/arch/arm/mm/ |
| H A D | abort-lv4t.S | 160 mov r6, r6, ror r9 @ C: ROR #!0
|
| /linux/Documentation/crypto/ |
| H A D | descore-readme.rst | 242 ROR and ROL macros to use machine rotate instructions if you have them.
|
| /linux/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 1209 1: ROR
|
| /linux/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 1209 1: ROR
|