Searched refs:ROR (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/arm/crypto/ |
D | sha1-armv4-large.S | 80 add r7,r7,r3,ror#27 @ E+=ROR(A,27) 86 add r7,r7,r3,ror#27 @ E+=ROR(A,27) 105 add r6,r6,r7,ror#27 @ E+=ROR(A,27) 111 add r6,r6,r7,ror#27 @ E+=ROR(A,27) 130 add r5,r5,r6,ror#27 @ E+=ROR(A,27) 136 add r5,r5,r6,ror#27 @ E+=ROR(A,27) 155 add r4,r4,r5,ror#27 @ E+=ROR(A,27) 161 add r4,r4,r5,ror#27 @ E+=ROR(A,27) 180 add r3,r3,r4,ror#27 @ E+=ROR(A,27) 186 add r3,r3,r4,ror#27 @ E+=ROR(A,27) [all …]
|
/linux-4.1.27/crypto/ |
D | des_generic.c | 26 #define ROR(x, r) ((x) = ror32((x), (r))) macro 537 ROR(R, 14); \ 549 ROR(R, 7); \ 558 ROR(L, 1); \ 570 ROR(R, 6); \ 582 ROR(R, 12); \ 588 ROR(R, 4); 593 B &= 0x3f3f3f3f; ROR(A, 4); \
|
/linux-4.1.27/sound/soc/dwc/ |
D | designware_i2s.c | 45 #define ROR(x) (0x40 * x + 0x040) macro 137 i2s_read_reg(dev->i2s_base, ROR(i)); in i2s_clear_irqs()
|
/linux-4.1.27/arch/arm/mm/ |
D | abort-lv4t.S | 148 mov r6, r6, ror r9 @ C: ROR #!0
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 205 ROR and ROL macros to use machine rotate instructions if you have them.
|
/linux-4.1.27/arch/x86/lib/ |
D | x86-opcode-map.txt | 814 1: ROR
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dev.c | 2546 XGMAC_IOWRITE_BITS(pdata, MMC_CR, ROR, 1); in xgbe_config_mmc()
|