| /openbsd-src/lib/libcrypto/sha/asm/ |
| H A D | sha256-586.pl | 52 &ror ("ecx",25-11); 55 &ror ("ecx",11-6); 58 &ror ("ecx",6); # Sigma1(e) 71 &ror ("ecx",22-13); 74 &ror ("ecx",13-2); 77 &ror ("ecx",2); # Sigma0(a) 169 &ror ("esi",18-7); 172 &ror ("esi",7); 175 &ror ("edi",19-17); 178 &ror ("edi",17);
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/arm/ |
| H A D | bswapdi2.S | 25 eor r2, r0, r0, ror #16 28 eor r2, r2, r0, ror #8 30 eor r0, r1, r1, ror #16 33 eor r0, r0, r1, ror #8
|
| H A D | bswapsi2.S | 24 eor r1, r0, r0, ror #16 27 eor r0, r1, r0, ror #8
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | lib1funcs.asm | 200 orrhs overdone, overdone, curbit, ror #1 203 orrhs overdone, overdone, curbit, ror #2 206 orrhs overdone, overdone, curbit, ror #3 245 tst overdone, ip, ror #3 247 tst overdone, ip, ror #2 249 tst overdone, ip, ror #1 302 ror curbit, work 312 ror curbit, work 322 ror curbit, work 388 ror curbit, work [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 274 static uint32_t ror(uint32_t val, uint32_t N, uint32_t shift) { in ror() function 289 imm32 = ror(imm, 32, amt); in ARMExpandImm_C() 336 imm32 = ror(unrotated_value, 32, bits(imm12, 11, 7)); in ThumbExpandImm_C()
|
| /openbsd-src/lib/libcrypto/perlasm/ |
| H A D | x86asm.pl | 61 &ror (@_,16); 72 sub ::rotr { &ror(@_); }
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrShiftRotate.td | 566 "ror{b}\t{%cl, $dst|$dst, cl}", 569 "ror{w}\t{%cl, $dst|$dst, cl}", 572 "ror{l}\t{%cl, $dst|$dst, cl}", 575 "ror{q}\t{%cl, $dst|$dst, cl}", 581 "ror{b}\t{$src2, $dst|$dst, $src2}", 584 "ror{w}\t{$src2, $dst|$dst, $src2}", 588 "ror{l}\t{$src2, $dst|$dst, $src2}", 593 "ror{q}\t{$src2, $dst|$dst, $src2}", 598 "ror{b}\t$dst", 601 "ror{w}\t$dst", [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAddressingModes.h | 32 ror, enumerator 50 case ARM_AM::ror: return "ror"; in getShiftOpcStr() 62 case ARM_AM::ror: return 3; in getShiftOpcEncoding()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/avr/ |
| H A D | mulhi3.S | 60 ror r24 ; A = ((unsigned int) A) >> 1;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.h | 29 case ISD::ROTR: return ARM_AM::ror; in getShiftOpcForNode()
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 2536.chain | 42 r9fSBVR+KP42NC0LhqyXSIJcalYonxFVzX8u1tnFgfuteLLJpK75sZmvPxVx+ror
|
| /openbsd-src/gnu/gcc/gcc/config/avr/ |
| H A D | libgcc.S | 145 ror r_arg1L 271 ror r_arg1HL 272 ror r_arg1H 273 ror r_arg1L
|
| H A D | avr.c | 3043 return (AS1 (ror,%0) CR_TAB in ashlqi3_out() 3045 AS1 (ror,%0)); in ashlqi3_out() 3144 AS1 (ror,%A0) CR_TAB in ashlhi3_out() 3145 AS1 (ror,__tmp_reg__) CR_TAB in ashlhi3_out() 3147 AS1 (ror,%A0) CR_TAB in ashlhi3_out() 3148 AS1 (ror,__tmp_reg__) CR_TAB in ashlhi3_out() 3157 AS1 (ror,%B0) CR_TAB in ashlhi3_out() 3158 AS1 (ror,%A0)); in ashlhi3_out() 3297 AS1 (ror,%B0) CR_TAB in ashlhi3_out() 3299 AS1 (ror,%B0) CR_TAB in ashlhi3_out() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/ |
| H A D | libgcc.S | 145 ror r_arg1L 271 ror r_arg1HL 272 ror r_arg1H 273 ror r_arg1L
|
| H A D | avr.c | 3113 return (AS1 (ror,%0) CR_TAB 3115 AS1 (ror,%0)); 3209 AS1 (ror,%A0) CR_TAB 3210 AS1 (ror,__tmp_reg__) CR_TAB 3212 AS1 (ror,%A0) CR_TAB 3213 AS1 (ror,__tmp_reg__) CR_TAB 3222 AS1 (ror,%B0) CR_TAB 3223 AS1 (ror,%A0)); 3362 AS1 (ror,%B0) CR_TAB 3364 AS1 (ror,%B0) CR_TAB [all …]
|
| /openbsd-src/lib/libcrypto/rc4/asm/ |
| H A D | rc4-586.pl | 84 &ror ($out,8) if ($i!=0); 241 &ror ($out,8);
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | lib1funcs.asm | 593 ror curbit, work 603 ror curbit, work 613 ror curbit, work 679 ror curbit, work 687 ror curbit, work 695 ror curbit, work
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mn10200/ |
| H A D | lib1funcs.asm | 231 ror d0 define 250 ror d0 define
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kInstrShiftRotate.td | 98 defm ROR : MxSROp<"ror", rotr, MxRODI_R, MxROOP_RO>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AddressingModes.h | 206 static inline uint64_t ror(uint64_t elt, unsigned size) { in ror() function 309 pattern = ror(pattern, size); in decodeLogicalImmediate()
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | avr.h | 235 AVR_INSN (ror, "r", "1001010rrrrr0111", 1, AVR_ISA_1200, 0x9407)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | avr.h | 241 AVR_INSN (ror, "r", "1001010rrrrr0111", 1, AVR_ISA_1200, 0x9407)
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/ |
| H A D | mn10200.s | 205 ror d1 define
|
| H A D | mn10300.s | 289 ror d1 define
|
| /openbsd-src/sys/arch/arm/arm/ |
| H A D | in_cksum_arm.S | 79 movne r2, r2, ror #8
|