HomeSort by relevance Sort by last modified time
    Searched full:shlq (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/llvm/test/CodeGen/X86/
rdtsc.ll 13 ; X86-NOT: shlq
28 ; X86-NOT: shlq
40 ; X86-NOT: shlq
42 ; X86-NOT: shlq
narrow-shl-cst.ll 37 ; CHECK: shlq $40
46 ; CHECK: shlq $40
55 ; CHECK: shlq $32
64 ; CHECK: shlq $40
73 ; CHECK: shlq $40
82 ; CHECK: shlq $40
91 ; CHECK: shlq $40
100 ; CHECK: shlq $33
rdpmc.ll 14 ; X86-NOT: shlq
16 ; X86-64: shlq
x86-64-extend-shift.ll 5 ; CHECK: shlq $49, %r
x86-64-double-precision-shift-left.ll 31 ; CHECK: shlq $2, {{.*}}
49 ; CHECK: shlq $7, {{.*}}
67 ; CHECK: shlq $63, {{.*}}
x86-64-double-precision-shift-right.ll 13 ; CHECK-NEXT: shlq $63, {{.*}}
30 ; CHECK-NEXT: shlq $62, {{.*}}
48 ; CHECK-NEXT: shlq $57, {{.*}}
imul.ll 35 ; X64: shlq
56 ; X64: shlq
101 ; X64: shlq
2009-05-23-dagcombine-shifts.ll 13 ; CHECK: shlq $56, %rdi
pr15267.ll 51 ; CHECK: shlq
55 ; CHECK: shlq
60 ; CHECK: shlq
63 ; CHECK: shlq
commute-two-addr.ll 41 ; DARWIN: shlq $32, %rcx
x86-64-double-shifts-Oz-Os-O2.ll 58 ; CHECK: shlq $12
MachineSink-eflags.ll 64 ; CHECK-NOT: shlq
add.ll 91 ; X64: shlq $32, %r[[A1]]
machine-cse.ll 19 ; CHECK-NOT: shlq $9
  /external/boringssl/linux-x86_64/crypto/modes/
ghash-x86_64.S 38 shlq $60,%r10
53 shlq $60,%r10
68 shlq $60,%r10
80 shlq $60,%r10
122 shlq $60,%r10
134 shlq $60,%r10
146 shlq $60,%r10
158 shlq $60,%r10
170 shlq $60,%r10
182 shlq $60,%r1
    [all...]
  /external/boringssl/mac-x86_64/crypto/modes/
ghash-x86_64.S 37 shlq $60,%r10
52 shlq $60,%r10
67 shlq $60,%r10
79 shlq $60,%r10
121 shlq $60,%r10
133 shlq $60,%r10
145 shlq $60,%r10
157 shlq $60,%r10
169 shlq $60,%r10
181 shlq $60,%r1
    [all...]
  /bionic/libm/x86_64/
s_cos.S 209 shlq $5, %rdx
314 shlq $32, %rbx
339 shlq $32, %r10
377 shlq $32, %r9
388 shlq %cl, %r9
390 shlq %cl, %r10
531 shlq %cl, %rax
536 shlq $32, %r9
538 shlq %cl, %r9
550 shlq $32, %r
    [all...]
s_sin.S 321 shlq $32, %rbx
346 shlq $32, %r10
384 shlq $32, %r9
395 shlq %cl, %r9
397 shlq %cl, %r10
538 shlq %cl, %rax
543 shlq $32, %r9
545 shlq %cl, %r9
557 shlq $32, %r9
559 shlq $32, %rb
    [all...]
s_tan.S 141 shlq $1, %rcx
145 shlq $2, %rcx
151 shlq $4, %rdx
303 shlq $32, %rbx
328 shlq $32, %r10
366 shlq $32, %r9
377 shlq %cl, %r9
379 shlq %cl, %r10
554 shlq %cl, %rax
559 shlq $32, %r
    [all...]
  /external/boringssl/mac-x86_64/crypto/bn/
modexp512-x86_64.S 502 shlq $3,%rbp
1607 shlq $16,%rbx
1608 shlq $16,%rax
1611 shlq $16,%rbx
1612 shlq $16,%rax
1615 shlq $16,%rbx
1616 shlq $16,%rax
1664 shlq $16,%rbx
1665 shlq $16,%rax
1668 shlq $16,%rb
    [all...]
  /external/valgrind/none/tests/amd64/
amd64locked.c 792 "shlq $1, %%rcx\n\t"
798 "shlq $2, %%rcx\n\t"
804 "shlq $3, %%rcx\n\t"
831 "shlq $1, %%rcx\n\t"
837 "shlq $2, %%rcx\n\t"
843 "shlq $3, %%rcx\n\t"
870 "shlq $1, %%rcx\n\t"
876 "shlq $2, %%rcx\n\t"
882 "shlq $3, %%rcx\n\t"
  /external/boringssl/linux-x86_64/crypto/bn/
modexp512-x86_64.S 502 shlq $3,%rbp
1607 shlq $16,%rbx
1608 shlq $16,%rax
1611 shlq $16,%rbx
1612 shlq $16,%rax
1615 shlq $16,%rbx
1616 shlq $16,%rax
1664 shlq $16,%rbx
1665 shlq $16,%rax
1668 shlq $16,%rb
    [all...]
rsaz-x86_64.S 334 shlq $1,%rbx
478 shlq $32,%rax
1119 shlq $32,%r8
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 383 // Shlq only allows CL as the shift count.
391 assembler->shlq(*reg, shifter);
392 str << "shlq %cl, %" << assembler_test->GetRegisterName(*reg) << "\n";
399 DriverFn(&shlq_fn, "shlq");
403 DriverStr(RepeatRI(&x86_64::X86_64Assembler::shlq, 1U, "shlq ${imm}, %{reg}"), "shlqi");
    [all...]
  /external/v8/test/cctest/
test-disasm-x64.cc 193 __ shlq(rdx, Immediate(1));
194 __ shlq(rdx, Immediate(6));

Completed in 562 milliseconds

1 2 3 4