HomeSort by relevance Sort by last modified time
    Searched refs:sub (Results 451 - 475 of 826) sorted by null

<<11121314151617181920>>

  /external/v8/src/arm/
macro-assembler-arm.cc 595 sub(sp, sp, Operand(num_unsaved * kPointerSize));
609 sub(sp, sp, Operand(DwVfpRegister::kNumAllocatableRegisters *
827 sub(sp, sp, Operand(2 * kPointerSize));
855 sub(sp, sp, Operand((stack_space + 1) * kPointerSize));
905 sub(r3, fp, Operand(offset + DwVfpRegister::kNumRegisters * kDoubleSize));
    [all...]
  /external/quake/quake/src/QW/client/
r_drawa.asm 386 sub edx,edx
387 sub eax,esi
391 sub esi,esi
409 sub edx,edx
410 sub eax,esi
493 sub esp,12
544 sub esp,12
r_edgea.asm 407 sub eax,ecx
418 sub eax,edx
526 sub eax,0FFFFFh
587 sub eax,edx
612 sub eax,edx
642 sub eax,0FFFFFh
snd_mixa.asm 265 sub ebx,ebx
293 sub ecx,2
339 sub ecx,2
  /bionic/libc/arch-x86/string/
sse2-memset5-atom.S 298 sub %edx, %eax
349 sub $128, %ecx
362 sub $128, %ecx
382 sub $128, %ecx
400 sub %ebx, %ecx
409 sub $0x80, %ebx
425 sub $0x80, %ecx
  /external/v8/src/ia32/
assembler-ia32.h 825 void sub(Register dst, const Immediate& imm) { sub(Operand(dst), imm); }
826 void sub(const Operand& dst, const Immediate& x);
827 void sub(Register dst, Register src) { sub(dst, Operand(src)); }
828 void sub(Register dst, const Operand& src);
829 void sub(const Operand& dst, Register src);
    [all...]
  /external/v8/test/cctest/
test-assembler-arm.cc 97 __ sub(r1, r1, Operand(1));
134 __ sub(r1, r1, Operand(1));
183 __ sub(fp, ip, Operand(4));
254 __ sub(fp, ip, Operand(4));
650 __ sub(fp, ip, Operand(4));
761 __ sub(fp, ip, Operand(4));
876 __ sub(fp, ip, Operand(4));
test-disasm-arm.cc 125 COMPARE(sub(r5, r6, Operand(r10, LSL, 31), LeaveCC, hs),
127 COMPARE(sub(r5, r6, Operand(r10, LSL, 30), SetCC, cc),
129 COMPARE(sub(r5, r6, Operand(r10, LSL, 24), LeaveCC, lo),
131 COMPARE(sub(r5, r6, Operand(r10, LSL, 16), SetCC, mi),
305 // sub <-> add.
307 "e2453b01 sub r3, r5, #1024");
308 COMPARE(sub(r3, r5, Operand(-1024)),
test-disasm-ia32.cc 68 __ sub(eax, Immediate(12345678));
231 __ sub(ebx, Immediate(12));
232 __ sub(Operand(edx, ecx, times_4, 10000), Immediate(12));
244 __ sub(edx, Operand(ebx, ecx, times_4, 10000));
245 __ sub(edx, ebx);
  /external/freetype/src/cff/
cffload.c 1521 CFF_SubFont sub = NULL; local
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 837 CharSequence sub = text.subSequence(index, text.length()); local
948 String sub = text.substring(index); local
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict8x4_neon.asm 54 sub sp, sp, #32 ;reserve space on stack for temporary storage
58 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2)
60 sub r0, r0, r1, lsl #1
237 sub lr, lr, #32
307 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2)
401 sub r0, r0, r1, lsl #1
sixtappredict8x8_neon.asm 55 sub sp, sp, #64 ;reserve space on stack for temporary storage
62 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2)
63 sub r0, r0, r1, lsl #1
244 sub lr, lr, #64
337 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2)
435 sub r0, r0, r1, lsl #1
  /external/libyuv/files/source/
compare.cc 110 sub ecx, 16
191 "sub $0x10,%1 \n"
263 sub edx, eax
270 sub ecx, 16
301 "sub %0,%1 \n"
307 "sub $0x10,%2 \n"
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 422 if (ARM_AM::getAM5Op(OffOp.getImm()) == ARM_AM::sub)
430 if (ARM_AM::getAM2Op(MI->getOperand(ImmIdx).getImm()) == ARM_AM::sub)
437 if (ARM_AM::getAM3Op(MI->getOperand(ImmIdx).getImm()) == ARM_AM::sub)
  /external/openssl/crypto/bn/asm/
ia64.S 156 // bn_[add|sub]_words routines.
180 { .mib; sub r10=r35,r0,1
233 { .mib; sub r10=r35,r0,1
250 (p18) sub r39=r37,r34
296 { .mii; sub r10=r34,r0,1
406 sub r10=r34,r0,1
477 { .mii; sub r10=r34,r0,1
    [all...]
  /external/zlib/src/contrib/masmx86/
match686.asm 207 sub esp, LocalVarsSize
271 sub eax, MIN_LOOKAHEAD
272 sub ebp, eax
329 sub edx, 00010000h
385 LenLower: sub al, 1
393 sub eax, edi
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 210 private static CharSequence subst(CharSequence in, char ch, CharSequence sub) {
215 edit.replace(i, i+1, sub);
216 i += sub.length();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq.h 345 int snd_seq_get_port_subscription(snd_seq_t *handle, snd_seq_port_subscribe_t *sub);
346 int snd_seq_subscribe_port(snd_seq_t *handle, snd_seq_port_subscribe_t *sub);
347 int snd_seq_unsubscribe_port(snd_seq_t *handle, snd_seq_port_subscribe_t *sub);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq.h 345 int snd_seq_get_port_subscription(snd_seq_t *handle, snd_seq_port_subscribe_t *sub);
346 int snd_seq_subscribe_port(snd_seq_t *handle, snd_seq_port_subscribe_t *sub);
347 int snd_seq_unsubscribe_port(snd_seq_t *handle, snd_seq_port_subscribe_t *sub);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq.h 345 int snd_seq_get_port_subscription(snd_seq_t *handle, snd_seq_port_subscribe_t *sub);
346 int snd_seq_subscribe_port(snd_seq_t *handle, snd_seq_port_subscribe_t *sub);
347 int snd_seq_unsubscribe_port(snd_seq_t *handle, snd_seq_port_subscribe_t *sub);
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 205 (* RUN: grep "@const_neg = global i64 sub" < %t.ll
206 * RUN: grep "@const_nsw_neg = global i64 sub nsw " < %t.ll
207 * RUN: grep "@const_nuw_neg = global i64 sub nuw " < %t.ll
214 * RUN: grep "@const_sub = global i64 sub " < %t.ll
215 * RUN: grep "@const_nsw_sub = global i64 sub nsw " < %t.ll
216 * RUN: grep "@const_nuw_sub = global i64 sub nuw " < %t.ll
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 779 setup_replacement(sub, text, length)
780 struct subst *sub;
791 sub->max_id = 0;
826 if (sub->max_id < tail->subst_id)
827 sub->max_id = tail->subst_id;
879 sub->replacement = root.next;
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 7 sub r1, r1, r7, lsl #2 @ r1<- newFp (old savearea - regsSize)
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_NATIVE.S 8 sub a1, a1, t6 # a1<- newFp(old savearea-regsSize)

Completed in 1539 milliseconds

<<11121314151617181920>>