HomeSort by relevance Sort by last modified time
    Searched refs:rorl (Results 1 - 25 of 31) sorted by null

1 2

  /external/boringssl/linux-x86_64/crypto/fipsmodule/
sha256-x86_64.S 58 rorl $14,%r13d
62 rorl $9,%r14d
69 rorl $5,%r13d
73 rorl $11,%r14d
82 rorl $6,%r13d
86 rorl $2,%r14d
99 rorl $14,%r13d
103 rorl $9,%r14d
110 rorl $5,%r13d
114 rorl $11,%r14
    [all...]
sha1-x86_64.S 1294 rorl $2,%ebx
1310 rorl $7,%eax
1324 rorl $7,%ebp
1340 rorl $7,%edx
1355 rorl $7,%ecx
1371 rorl $7,%ebx
1385 rorl $7,%eax
1401 rorl $7,%ebp
1416 rorl $7,%edx
1432 rorl $7,%ec
    [all...]
aes-x86_64.S 277 rorl $16,%r10d
279 rorl $16,%r11d
285 rorl $8,%r10d
287 rorl $8,%r11d
302 rorl $16,%r12d
304 rorl $16,%ebp
314 rorl $8,%r12d
316 rorl $8,%ebp
    [all...]
  /external/boringssl/mac-x86_64/crypto/fipsmodule/
sha256-x86_64.S 57 rorl $14,%r13d
61 rorl $9,%r14d
68 rorl $5,%r13d
72 rorl $11,%r14d
81 rorl $6,%r13d
85 rorl $2,%r14d
98 rorl $14,%r13d
102 rorl $9,%r14d
109 rorl $5,%r13d
113 rorl $11,%r14
    [all...]
sha1-x86_64.S 1293 rorl $2,%ebx
1309 rorl $7,%eax
1323 rorl $7,%ebp
1339 rorl $7,%edx
1354 rorl $7,%ecx
1370 rorl $7,%ebx
1384 rorl $7,%eax
1400 rorl $7,%ebp
1415 rorl $7,%edx
1431 rorl $7,%ec
    [all...]
aes-x86_64.S 277 rorl $16,%r10d
279 rorl $16,%r11d
285 rorl $8,%r10d
287 rorl $8,%r11d
302 rorl $16,%r12d
304 rorl $16,%ebp
314 rorl $8,%r12d
316 rorl $8,%ebp
    [all...]
  /external/boringssl/linux-x86/crypto/fipsmodule/
sha256-586.S 123 rorl $14,%ecx
128 rorl $5,%ecx
134 rorl $6,%edx
137 rorl $9,%ecx
143 rorl $11,%ecx
148 rorl $2,%ecx
165 rorl $11,%ecx
167 rorl $2,%esi
170 rorl $7,%ecx
173 rorl $17,%es
    [all...]
sha1-586.S 105 rorl $2,%ebx
117 rorl $2,%eax
129 rorl $2,%esi
141 rorl $2,%edi
153 rorl $2,%edx
165 rorl $2,%ecx
177 rorl $2,%ebx
189 rorl $2,%eax
201 rorl $2,%esi
213 rorl $2,%ed
    [all...]
aes-586.S 113 rorl $16,%ebp
117 rorl $24,%edi
131 rorl $16,%ebp
135 rorl $24,%edi
149 rorl $16,%ebp
153 rorl $24,%edi
167 rorl $16,%ebp
171 rorl $24,%edi
    [all...]
  /external/boringssl/mac-x86/crypto/fipsmodule/
sha256-586.S 122 rorl $14,%ecx
127 rorl $5,%ecx
133 rorl $6,%edx
136 rorl $9,%ecx
142 rorl $11,%ecx
147 rorl $2,%ecx
164 rorl $11,%ecx
166 rorl $2,%esi
169 rorl $7,%ecx
172 rorl $17,%es
    [all...]
sha1-586.S 104 rorl $2,%ebx
116 rorl $2,%eax
128 rorl $2,%esi
140 rorl $2,%edi
152 rorl $2,%edx
164 rorl $2,%ecx
176 rorl $2,%ebx
188 rorl $2,%eax
200 rorl $2,%esi
212 rorl $2,%ed
    [all...]
aes-586.S 108 rorl $16,%ebp
112 rorl $24,%edi
126 rorl $16,%ebp
130 rorl $24,%edi
144 rorl $16,%ebp
148 rorl $24,%edi
162 rorl $16,%ebp
166 rorl $24,%edi
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
LRotU64.S 41 rorl %cl, %ebx
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
LRotU64.S 39 rorl %cl, %ebx
  /external/mesa3d/src/mesa/x86/
read_rgba_span_x86.S 60 rorl $8, %eax /* BGRA -> ABGR */ ; \
67 rorl $8, %eax /* BGRA -> ABGR */ ; \
  /external/syslinux/gpxe/src/arch/i386/prefix/
libprefix.S 130 rorl $16, %eax
132 rorl $16, %eax
  /external/syslinux/gpxe/src/arch/i386/transitions/
librm.S 156 rorl $16, %eax
  /art/compiler/utils/x86/
assembler_x86_test.cc 375 // Rorl only allows CL as the shift count.
381 assembler->rorl(*reg, shifter);
382 str << "rorl %cl, %" << assembler_test->GetRegisterName(*reg) << "\n";
388 DriverFn(&rorl_fn, "rorl");
392 DriverStr(RepeatRI(&x86::X86Assembler::rorl, /*imm_bytes*/ 1U, "rorl ${imm}, %{reg}"), "rorli");
assembler_x86.h 350 void rorl(Register reg, const Immediate& imm);
351 void rorl(Register operand, Register shifter);
assembler_x86.cc 2397 void X86Assembler::rorl(Register reg, const Immediate& imm) { function in class:art::x86::X86Assembler
2402 void X86Assembler::rorl(Register operand, Register shifter) { function in class:art::x86::X86Assembler
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32-coverage.s 210 // CHECK: rorl $0, 3735928559(%ebx,%ecx,8)
211 rorl $0,0xdeadbeef(%ebx,%ecx,8)
216 // CHECK: rorl 3735928559(%ebx,%ecx,8)
217 rorl 0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 800 void rorl(CpuRegister reg, const Immediate& imm);
801 void rorl(CpuRegister operand, CpuRegister shifter);
    [all...]
assembler_x86_64_test.cc 754 // Rorl only allows CL as the shift count.
760 assembler->rorl(*reg, shifter);
761 str << "rorl %cl, %" << assembler_test->GetSecondaryRegisterName(*reg) << "\n";
767 DriverFn(&rorl_fn, "rorl");
771 DriverStr(RepeatrI(&x86_64::X86_64Assembler::rorl, /*imm_bytes*/ 1U, "rorl ${imm}, %{reg}"), "rorli");
    [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s     [all...]
  /external/valgrind/none/tests/x86/
insn_basic.def     [all...]

Completed in 865 milliseconds

1 2