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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
shll.sm 0 shll #{uimm5},{reg}
2 shll {reg},{reg}
3 shll #{uimm5},{reg},{reg}
shll.d 9 0: 6c 00 shll #0, r0
10 2: 6c 0f shll #0, r15
11 4: 6d f0 shll #31, r0
12 6: 6d ff shll #31, r15
13 8: fd 62 00 shll r0, r0
14 b: fd 62 0f shll r0, r15
15 e: fd 62 f0 shll r15, r0
16 11: fd 62 ff shll r15, r15
17 14: fd c0 00 shll #0, r0, r0
18 17: fd c0 0f shll #0, r0, r1
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
rotsh.s 9 shll r0l
rotshh.s 22 shll.b r0l
23 shll.w r0
24 shll.l er0
rotshs.s 40 shll.b r0l
41 shll.b #2,r0l
42 shll.w r0
43 shll.w #2,r0
44 shll.l er0
45 shll.l #2,er0
t11_logs.s 62 shll.b r1h ;1001
63 shll.b @er1 ;7d101000
64 shll.b @(0x3:2,er1) ;017768181000
65 shll.b @er1+ ;01746c181000
66 shll.b @-er1 ;01776c181000
67 shll.b @+er1 ;01756c181000
68 shll.b @er1- ;01766c181000
69 shll.b @(0x1234:16,er1) ;01746e1812341000
70 shll.b @(0x12345678:32,er1) ;78146a28123456781000
71 shll.b @(0x1234:16,r2l.b) ;01756e2812341000
    [all...]
  /external/llvm/test/CodeGen/X86/
imul.ll 9 ; X86: shll
19 ; X86: shll
26 ; X64: shll
28 ; X86: shll
38 ; X86: shll
45 ; X64: shll
48 ; X86: shll
60 ; X86-NEXT: shll
90 ; X64: shll
93 ; X86: shll
    [all...]
large-gep-scale.ll 7 ; CHECK: shll $2, %edx
shift-codegen.ll 3 ; This should produce two shll instructions, not any lea's.
14 ; CHECK: shll $3
30 ; CHECK: shll $3
bit-test-shift.ll 6 ; CHECK: shll $23, %eax
shift-and.ll 7 ; X32: shll
11 ; X64: shll
20 ; X32: shll
24 ; X64: shll
shift-folding.ll 6 ; CHECK-NOT: shll
18 ; CHECK: shll $4
19 ; CHECK-NOT: shll
32 ; CHECK-NOT: shll
legalize-shift-64.ll 9 ; CHECK: shll %cl, %eax
21 ; CHECK: shll %cl, %esi
26 ; CHECK: shll %cl, %eax
38 ; CHECK: shll %cl, %eax
52 ; CHECK: shll %cl, %eax
bitreverse.ll 10 ; CHECK: shll
h-registers-2.ll 11 ; CHECK: shll $3,
zext-shl.ll 6 ; CHECK: shll
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
immed32.s 34 shll $early, %eax
35 shll $late, %eax
36 shll $xtrn, %eax
immed64.s 40 shll $early, %eax
41 shll $late, %eax
42 shll $xtrn, %eax
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
immed64.s 39 shll $early, %eax
40 shll $late, %eax
41 shll $xtrn, %eax
  /external/valgrind/none/tests/x86/
bt_literal.c 28 "shll $1, %%ecx\n\t"
34 "shll $2, %%ecx\n\t"
40 "shll $3, %%ecx\n\t"
71 "shll $1, %%ecx\n\t"
77 "shll $2, %%ecx\n\t"
83 "shll $3, %%ecx\n\t"
113 "shll $1, %%ecx\n\t"
119 "shll $2, %%ecx\n\t"
125 "shll $3, %%ecx\n\t"
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
386.s 60 SHLL $4, BX
61 SHLL $4, foo+4(SB)
62 SHLL $4, foo+4(SB):AX
amd64.s 69 SHLL R11, R12
70 SHLL R11, foo+4(SB)
71 SHLL R11, R11:AX // Old syntax, still accepted.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
386.s 60 SHLL $4, BX
61 SHLL $4, foo+4(SB)
62 SHLL $4, foo+4(SB):AX
amd64.s 69 SHLL R11, R12
70 SHLL R11, foo+4(SB)
71 SHLL R11, R11:AX // Old syntax, still accepted.
  /external/llvm/test/MC/Mips/dsp/
invalid.s 4 shll.ph $3, $4, 16 # CHECK: :[[@LINE]]:19: error: expected 4-bit unsigned immediate
5 shll.ph $3, $4, -1 # CHECK: :[[@LINE]]:19: error: expected 4-bit unsigned immediate
8 shll.qb $3, $4, 8 # CHECK: :[[@LINE]]:19: error: expected 3-bit unsigned immediate
9 shll.qb $3, $4, -1 # CHECK: :[[@LINE]]:19: error: expected 3-bit unsigned immediate

Completed in 429 milliseconds

1 2 3 4 5 6 7 8 91011>>