Searched refs:ROL (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/lib/crypto/ |
D | des.c | 25 #define ROL(x, r) ((x) = rol32((x), (r))) macro 517 ROL(R, 4); \ 523 ROL(R, 12); \ 535 ROL(R, 6); \ 547 ROL(L, 1); 556 ROL(R, 7); \ 568 ROL(R, 14); \ 690 ROL(b, 18); in des_ekey() 775 ROL(b, 18); in dkey()
|
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | descore-readme.rst | 242 ROR and ROL macros to use machine rotate instructions if you have them. 246 note that gcc is smart enough to translate the ROL/R macros into
|
/kernel/linux/linux-5.10/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 909 0: ROL
|
/kernel/linux/linux-5.10/arch/x86/lib/ |
D | x86-opcode-map.txt | 909 0: ROL
|