Home
last modified time | relevance | path

Searched refs:ROL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/lib/crypto/
H A Ddes.c25 #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()
/openbmc/linux/Documentation/crypto/
H A Ddescore-readme.rst242 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
/openbmc/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt994 0: ROL
/openbmc/linux/arch/x86/lib/
H A Dx86-opcode-map.txt994 0: ROL
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv1753 "ROL r/m8, 1","ROLB 1, r/m8","rolb 1, r/m8","D0 /0","V","V","","","rw,r","Y","8"
1754 "ROL r/m8, 1","ROLB 1, r/m8","rolb 1, r/m8","REX D0 /0","N.E.","V","","pseudo64","w,r","Y","8"
1755 "ROL r/m8, CL","ROLB CL, r/m8","rolb CL, r/m8","D2 /0","V","V","","","rw,r","Y","8"
1756 "ROL r/m8, CL","ROLB CL, r/m8","rolb CL, r/m8","REX D2 /0","N.E.","V","","pseudo64","w,r","Y","8"
1758 "ROL r/m8, imm8u","ROLB imm8u, r/m8","rolb imm8u, r/m8","C0 /0 ib","V","V","","","rw,r","Y","8"
1759 "ROL r/m32, 1","ROLL 1, r/m32","roll 1, r/m32","D1 /0","V","V","","operand32","rw,r","Y","32"
1760 "ROL r/m32, CL","ROLL CL, r/m32","roll CL, r/m32","D3 /0","V","V","","operand32","rw,r","Y","32"
1762 "ROL r/m64, 1","ROLQ 1, r/m64","rolq 1, r/m64","REX.W D1 /0","N.S.","V","","","rw,r","Y","64"
1763 "ROL r/m64, CL","ROLQ CL, r/m64","rolq CL, r/m64","REX.W D3 /0","N.S.","V","","","rw,r","Y","64"
1765 "ROL r/m16, 1","ROLW 1, r/m16","rolw 1, r/m16","D1 /0","V","V","","operand16","rw,r","Y","16"
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch16176 Implements the ROL instruction and side effects.
16237 Implements the ROL instruction and side effects.
16279 Implements the ROL instruction and side effects.