HomeSort by relevance Sort by last modified time
    Searched full:subl (Results 26 - 50 of 177) sorted by null

12 3 4 5 6 7 8

  /dalvik/vm/mterp/x86-atom/
OP_SUB_INT.S 20 %include "x86-atom/binop.S" {"instr":"subl %edx, %ecx"}
OP_SUB_INT_2ADDR.S 20 %include "x86-atom/binop2addr.S" {"instr":"subl %edx, %ecx"}
OP_SUB_INT_LIT8.S 20 %include "x86-atom/binopLit8.S" {"instr":"subl %edx, %ecx"}
OP_RSUB_INT.S 37 subl %ecx, %edx # %edx<- +CCCC sub vB
  /external/llvm/test/CodeGen/X86/
2006-03-01-InstrSchedBug.ll 1 ; RUN: llc < %s -march=x86 | not grep {subl.*%esp}
segmented-stacks.ll 26 ; X32: subl $8, %esp
35 ; X32: subl $12, %esp
70 ; X32: subl $8, %esp
sub-with-overflow.ll 22 ; CHECK: subl 20(%esp)
42 ; CHECK: subl 20(%esp)
vec_call.ll 2 ; RUN: grep {subl.*60}
  /external/llvm/test/MC/AsmParser/
hello.s 10 subl $8, %esp
  /external/llvm/test/MC/ELF/
call-abs.s 8 subl $4, %esp
  /frameworks/compile/libbcc/runtime/lib/i386/
divdi3.S 36 subl %ecx, %eax
48 subl %ecx, %eax
85 subl %eax, %ebx
89 subl %eax, %ecx // ECX:EBX = a - q*b
106 subl %ebx, %edx // subtract bhi from ahi so that divide will not
123 subl %eax, %ebx
127 subl %eax, %ecx // ECX:EBX = a - q*b
moddi3.S 36 subl %ecx, %eax
47 subl %ecx, %eax
84 subl %eax, %ebx
88 subl %eax, %ecx // ECX:EBX = a - q*b
107 subl %ebx, %edx // subtract bhi from ahi so that divide will not
124 subl %eax, %ebx
128 subl %eax, %ecx // ECX:EBX = a - q*b
udivdi3.S 56 subl %eax, %ebx
60 subl %eax, %ecx // ECX:EBX = a - q*b
71 subl %ebx, %edx // subtract bhi from ahi so that divide will not
88 subl %eax, %ebx
92 subl %eax, %ecx // ECX:EBX = a - q*b
umoddi3.S 57 subl %eax, %ebx
61 subl %eax, %ecx // ECX:EBX = a - q*b
76 subl %ebx, %edx // subtract bhi from ahi so that divide will not
93 subl %eax, %ebx
97 subl %eax, %ecx // ECX:EBX = a - q*b
  /external/llvm/lib/Target/X86/
README-MMX.txt 18 subl $28, %esp
36 subl $12, %esp
53 subl $12, %esp
  /bionic/libc/arch-x86/bionic/
clone.S 42 subl $16, %esp
  /bionic/libc/arch-x86/string/
bzero.S 28 subl %ecx,%edx
memset.S 36 subl %edx,%ebx
  /bionic/libm/i387/
s_llrint.S 32 subl $8,%esp
s_llrintf.S 32 subl $8,%esp
s_lrint.S 32 subl $4,%esp
s_lrintf.S 32 subl $4,%esp
  /external/llvm/test/MC/COFF/
simple-fixups.s 42 subl $4, %esp
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf_s.S 16 subl 12(%ebp), %eax
  /external/quake/quake/src/QW/client/
d_spr8.s 359 subl $8,%ecx // count off this segments' pixels
385 subl s,%ebp
386 subl t,%ecx
650 subl s,%eax
651 subl t,%ebx
699 subl $7,%edi // adjust for hardwired offset
700 subl $14,%ecx
705 subl s,%eax
706 subl t,%ebx
715 subl $6,%edi // adjust for hardwired offset
    [all...]

Completed in 59 milliseconds

12 3 4 5 6 7 8