Searched refs:shll (Results 1 – 25 of 62) sorted by relevance
123
/external/llvm/test/CodeGen/X86/ |
D | legalize-shift-64.ll | 10 ; CHECK: shll %cl, %eax 22 ; CHECK: shll %cl, %esi 27 ; CHECK: shll %cl, %eax 39 ; CHECK: shll %cl, %eax 53 ; CHECK: shll %cl, %eax
|
D | shift-folding.ll | 6 ; CHECK-NOT: shll 18 ; CHECK: shll $4 19 ; CHECK-NOT: shll 32 ; CHECK-NOT: shll
|
D | shift-codegen.ll | 3 ; This should produce two shll instructions, not any lea's. 14 ; CHECK: shll $3 30 ; CHECK: shll $3
|
D | narrow-shl-cst.ll | 10 ; CHECK: shll $10 19 ; CHECK: shll $10 28 ; CHECK: shll $10
|
D | bit-test-shift.ll | 6 ; CHECK: shll $23, %eax
|
D | large-gep-scale.ll | 7 ; CHECK: shll $2, %edx
|
D | zext-shl.ll | 6 ; CHECK: shll
|
D | h-registers-2.ll | 11 ; CHECK: shll $3,
|
D | shl-i64.ll | 4 ; CHECK: shll
|
D | vec_shift4.ll | 5 ; CHECK-NOT: shll
|
/external/quake/quake/src/QW/client/ |
D | d_copy.s | 34 shll $1,%eax 37 shll $1,%eax 55 shll $2,%eax 75 shll $16,%ebx
|
D | snd_mixa.s | 80 shll $7,%eax 82 shll $7,%edx 199 shll $16,%edx
|
D | d_spr8.s | 202 shll $1,%ebp // a word per pixel 310 shll $16,%esi 317 shll $16,%edx 405 shll $13,%ebp // left-justify sstep fractional part 408 shll $13,%ecx // left-justify tstep fractional part 681 shll $16,%ebp // left-justify sstep fractional part 683 shll $16,%eax // left-justify tstep fractional part
|
D | d_polysa.s | 456 shll $16,%eax 457 shll $16,%edx 1115 shll $4,%ebp 1143 shll $(fv_shift),%ecx 1146 shll $(fv_shift),%esi 1149 shll $(fv_shift),%edx 1568 shll $(mtri_shift),%ebp 1591 shll $(fv_shift),%ecx 1593 shll $(fv_shift),%edx 1595 shll $(fv_shift),%ebx
|
D | d_draw.s | 282 shll $16,%esi 289 shll $16,%edx 388 shll $13,%ebp // left-justify sstep fractional part 390 shll $13,%ecx // left-justify tstep fractional part 593 shll $16,%ebp // left-justify sstep fractional part 595 shll $16,%eax // left-justify tstep fractional part
|
D | d_draw16.s | 286 shll $16,%esi 293 shll $16,%edx 391 shll $12,%ebp // left-justify sstep fractional part 393 shll $12,%ecx // left-justify tstep fractional part 653 shll $16,%ebp // left-justify sstep fractional part 655 shll $16,%eax // left-justify tstep fractional part
|
D | d_scana.s | 69 shll $6,%edx
|
/external/quake/quake/src/WinQuake/ |
D | d_copy.s | 34 shll $1,%eax 37 shll $1,%eax 55 shll $2,%eax 75 shll $16,%ebx
|
D | snd_mixa.s | 80 shll $7,%eax 82 shll $7,%edx 199 shll $16,%edx
|
D | d_spr8.s | 202 shll $1,%ebp // a word per pixel 310 shll $16,%esi 317 shll $16,%edx 405 shll $13,%ebp // left-justify sstep fractional part 408 shll $13,%ecx // left-justify tstep fractional part 681 shll $16,%ebp // left-justify sstep fractional part 683 shll $16,%eax // left-justify tstep fractional part
|
D | d_polysa.s | 456 shll $16,%eax 457 shll $16,%edx 1115 shll $4,%ebp 1143 shll $(fv_shift),%ecx 1146 shll $(fv_shift),%esi 1149 shll $(fv_shift),%edx 1568 shll $(mtri_shift),%ebp 1591 shll $(fv_shift),%ecx 1593 shll $(fv_shift),%edx 1595 shll $(fv_shift),%ebx
|
D | d_draw.s | 282 shll $16,%esi 289 shll $16,%edx 388 shll $13,%ebp // left-justify sstep fractional part 390 shll $13,%ecx // left-justify tstep fractional part 593 shll $16,%ebp // left-justify sstep fractional part 595 shll $16,%eax // left-justify tstep fractional part
|
D | d_draw16.s | 286 shll $16,%esi 293 shll $16,%edx 391 shll $12,%ebp // left-justify sstep fractional part 393 shll $12,%ecx // left-justify tstep fractional part 653 shll $16,%ebp // left-justify sstep fractional part 655 shll $16,%eax // left-justify tstep fractional part
|
/external/compiler-rt/lib/i386/ |
D | ashldi3.S | 47 shll %cl, %eax // left shift low by count 52 shll %cl, %edx // shift high by count - 32
|
/external/zlib/contrib/inflate86/ |
D | inffast.S | 291 shll %cl, %eax 297 shll %cl, %eax 346 shll %cl, %eax 451 shll %cl, %eax 516 shll %cl, %eax 522 shll %cl, %eax 554 shll %cl, %eax 596 shll %cl, %eax 602 shll %cl, %eax 678 shll %cl, %eax [all …]
|
123