/openbmc/linux/arch/arm/crypto/ |
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 …]
|
/openbmc/linux/lib/crypto/ |
H A D | des.c | 26 #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); \
|
/openbmc/linux/sound/soc/intel/keembay/ |
H A D | kmb_platform.h | 42 #define ROR(x) (0x40 * (x) + 0x040) macro
|
H A D | kmb_platform.c | 193 readl(kmb_i2s->i2s_base + ROR(i)); in kmb_i2s_clear_irqs()
|
/openbmc/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()
|
/openbmc/qemu/target/avr/ |
H A D | insn.decode | 171 ROR 1001 010 rd:5 0111
|
H A D | disas.c | 229 INSN(ROR, "r%d", a->rd)
|
/openbmc/qemu/target/arm/tcg/ |
H A D | t16.decode | 60 MOV_rxrr 010000 0111 ... ... @lxl_shr shty=3 # ROR
|
/openbmc/linux/arch/arm/mm/ |
H A D | abort-lv4t.S | 160 mov r6, r6, ror r9 @ C: ROR #!0
|
/openbmc/linux/Documentation/crypto/ |
H A D | descore-readme.rst | 242 ROR and ROL macros to use machine rotate instructions if you have them.
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-dev.c | 3264 XGMAC_IOWRITE_BITS(pdata, MMC_CR, ROR, 1); in xgbe_config_mmc()
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 995 1: ROR
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 995 1: ROR
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 1768 "ROR r/m8, 1","RORB 1, r/m8","rorb 1, r/m8","D0 /1","V","V","","","rw,r","Y","8" 1769 "ROR r/m8, 1","RORB 1, r/m8","rorb 1, r/m8","REX D0 /1","N.E.","V","","pseudo64","w,r","Y","8" 1770 "ROR r/m8, CL","RORB CL, r/m8","rorb CL, r/m8","D2 /1","V","V","","","rw,r","Y","8" 1771 "ROR r/m8, CL","RORB CL, r/m8","rorb CL, r/m8","REX D2 /1","N.E.","V","","pseudo64","w,r","Y","8" 1772 "ROR r/m8, imm8","RORB imm8, r/m8","rorb imm8, r/m8","REX C0 /1 ib","N.E.","V","","pseudo64","w,r",… 1773 "ROR r/m8, imm8u","RORB imm8u, r/m8","rorb imm8u, r/m8","C0 /1 ib","V","V","","","rw,r","Y","8" 1774 "ROR r/m32, 1","RORL 1, r/m32","rorl 1, r/m32","D1 /1","V","V","","operand32","rw,r","Y","32" 1775 "ROR r/m32, CL","RORL CL, r/m32","rorl CL, r/m32","D3 /1","V","V","","operand32","rw,r","Y","32" 1776 "ROR r/m32, imm8u","RORL imm8u, r/m32","rorl imm8u, r/m32","C1 /1 ib","V","V","","operand32","rw,r"… 1777 "ROR r/m64, 1","RORQ 1, r/m64","rorq 1, r/m64","REX.W D1 /1","N.S.","V","","","rw,r","Y","64" [all …]
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 16321 Implements the ROR instruction and side effects. 16370 Implements the ROR instruction and side effects. 16409 Implements the ROR instruction and side effects.
|