HomeSort by relevance Sort by last modified time
    Searched refs:we (Results 1 - 25 of 1332) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MONITOR_ENTER.S 4 * translation cache subsequently cleared, we cannot return directly.
13 mov r3, #0 @ Record that we're not returning
TEMPLATE_MONITOR_ENTER_DEBUG.S 13 mov r3, #0 @ Record that we're not returning
TEMPLATE_CMPL_FLOAT.S 10 * on what value we'd like to return when one of the operands is NaN.
12 * The operation we're implementing is:
23 * that return a result in r0. We can do it with two calls if our
24 * EABI library supports __aeabi_cfcmple (only one if we want to check
36 mov r9, r0 @ Save copies - we may need to redo
46 @ patterns, and we can't represent 0x7fc00000 in immediate form, so
  /dalvik/vm/compiler/template/mips/
TEMPLATE_MONITOR_ENTER.S 4 * translation cache subsequently cleared, we cannot return directly.
14 sw zero, offThread_inJitCodeCache(a0) # record that we're not returning
TEMPLATE_MONITOR_ENTER_DEBUG.S 14 sw zero, offThread_inJitCodeCache(a0) # record that we're not returning
  /dalvik/vm/mterp/armv5te/
OP_IGET_QUICK.S 6 GET_VREG(r3, r2) @ r3<- object we're operating on
OP_IGET_WIDE_QUICK.S 5 GET_VREG(r3, r2) @ r3<- object we're operating on
  /dalvik/vm/mterp/mips/
OP_IGET_QUICK.S 6 GET_VREG(a3, a2) # a3 <- object we're operating on
OP_IGET_WIDE_QUICK.S 5 GET_VREG(a3, a2) # a3 <- object we're operating on
  /dalvik/vm/mterp/armv6t2/
OP_IGET_QUICK.S 7 GET_VREG(r3, r2) @ r3<- object we're operating on
OP_IGET_WIDE_QUICK.S 6 GET_VREG(r3, r2) @ r3<- object we're operating on
  /dalvik/vm/mterp/x86/
OP_IGET_QUICK.S 7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
OP_IGET_WIDE_QUICK.S 7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
OP_IPUT_OBJECT_QUICK.S 7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
15 testl rINST,rINST # did we store null?
OP_IPUT_QUICK.S 7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
OP_IPUT_WIDE_QUICK.S 7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
  /external/libffi/src/cris/
sysv.S 35 ;; OK, when we get called we should have this (according to
43 ;; sp+4: fn (function pointer to the function that we need to call)
58 ;; We save fig->flags to stack we will need them after we
101 ;; Discover if we need to put rval address in to r9.
178 /* The value we get for "PC" is right after the prefix instruction,
210 /* Constants for offsets within the trampoline. We could do this with
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.c 194 errwarn_data *first, *next, *ins_we, *we; local
221 we = ins_we;
224 we = yasm_xmalloc(sizeof(errwarn_data));
226 we->type = WE_UNKNOWN;
227 we->line = line;
228 we->xrefline = 0;
229 we->msg = NULL;
230 we->xrefmsg = NULL;
233 SLIST_INSERT_HEAD(&errwarns->errwarns, we, link);
236 SLIST_INSERT_AFTER(ins_we, we, link)
433 errwarn_data *we; local
454 errwarn_data *we = errwarn_data_new(errwarns, line, 1); local
467 errwarn_data *we = errwarn_data_new(errwarns, line, 0); local
491 errwarn_data *we; local
    [all...]
  /dalvik/vm/arch/arm/
CallOldABI.S 35 The method we are calling has the form:
41 We receive a collection of 32-bit values which correspond to arguments from
67 Happily we don't have to do anything special here -- the args from the
88 @ Standard gcc stack frame setup. We don't need to push the original
90 @ rest of the code. If we don't plan to use a debugger we can speed
96 @ We need to push a variable number of arguments onto the stack.
97 @ Rather than keep a count and pop them off after, we just hold on to
100 @ In theory we don't need to keep sp -- we can do an ldmdb instead o
    [all...]
  /external/qemu/
Android.mk 1 # the following test is made to detect that we were called
2 # through the 'm' or 'mm' build commands. if not, we use the
  /ndk/tests/device/test-gabi++/jni/
Application.mk 8 # Note: we use APP_STL because we explicitely import
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
crosssect.asm 14 .long (_sys_srt-.)+(.-_sys_info) # GAS cannot handle this but we can
  /external/opencv/
libopencv.mk 4 # Make sure bionic is first so we can include system headers.
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 10 cld # we want these to happen forward
17 # We should check this on x86 too, but then we'd
66 cmp $0xd,%al # if we loaded wrong value
83 cmp $0x020d,%ax # if we loaded wrong value
100 cmp $0x0feb1378,%eax # if we loaded wrong value
118 # !if we loaded wrong value
337 xor %rdi,%rdi # we return 0
  /development/samples/ApiDemos/tests/
Android.mk 4 # We only want this apk build for tests.
12 # Notice that we don't have to include the src files of ApiDemos because, by
13 # running the tests using an instrumentation targeting ApiDemos, we

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>