HomeSort by relevance Sort by last modified time
    Searched refs:edx (Results 151 - 175 of 497) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/kernel-headers/original/asm-x86/
tsc.h 39 unsigned eax, edx; local
46 ASM_OUTPUT2("=a" (eax), "=d" (edx)),
48 ret = (((unsigned long long)edx) << 32) | ((unsigned long long)eax);
57 "=a" (eax), "0" (1) : "ebx","ecx","edx","memory");
  /external/valgrind/main/none/tests/x86/
cpuid_s.S 19 pushl %edx
27 movl %edx, 12(%edi)
29 popl %edx
49 pushl %edx
57 movl %edx, 12(%edi)
59 popl %edx
  /frameworks/compile/libbcc/runtime/lib/i386/
ashrdi3.S 42 movd %xmm0, %edx
51 movl 8(%esp), %edx // Load high
57 shrdl %cl, %edx, %eax // right shift low by count
58 sarl %cl, %edx // right shift high by count
61 1: movl %edx, %eax // Move high to low
62 sarl $31, %edx // clear high
  /dalvik/vm/mterp/x86-atom/
OP_NEW_INSTANCE.S 38 FETCH 1, %edx # %edx<- BBBB
40 movl (%ecx, %edx, 4), %edx # %edx<- vB
42 cmp $$0, %edx # check for null
46 * %edx holds class object
50 movzbl offClassObject_status(%edx), %eax # %eax<- class status
55 * %edx holds class object
59 testl $$(ACC_INTERFACE|ACC_ABSTRACT), offClassObject_accessFlags(%edx)
    [all...]
OP_INVOKE_SUPER.S 51 FETCH 1, %edx # %edx<- method index
54 movl (%ecx, %edx, 4), %ecx # %ecx<- resolved base method
74 movl offClassObject_super(%eax), %edx # %edx<- glue->method->clazz->super
76 cmp offClassObject_vtableCount(%edx), %ecx # compare vtableCount with methodIndex
79 movl offClassObject_vtable(%edx), %edx # %edx<- glue->method->clazz->super->vtable
80 movl (%edx, %ecx, 4), %ecx # %ecx<- vtable[methodIndex
    [all...]
OP_EXECUTE_INLINE_RANGE.S 47 FETCH 2, %edx # %edx<- FEDC
55 movl 12(rFP, %edx, 4), rINST # rINST<- vF
58 movl 8(rFP, %edx, 4), rINST # rINST<- vE
61 movl 4(rFP, %edx, 4), rINST # rINST<- vD
64 movl (rFP, %edx, 4), %edx # rINST<- vC
65 movl %edx, (%esp) # push parameter C
OP_ARRAY_LENGTH.S 37 FFETCH_ADV 1, %edx # %edx<- next instruction hi; fetch, advance
40 FGETOP_JMP 1, %edx # jump to next instruction; getop, jmp
OP_CONST_WIDE_16.S 32 movl %ecx, %edx # %edx<- ssssBBBB (sign-extended)
35 movl %edx, (rFP, rINST, 4) # vAA<- ssssBBBB
OP_DIV_DOUBLE.S 32 FETCH_CC 1, %edx # %edx<- CC
34 fdivl (rFP, %edx, 4) # divide double; vBB/vCC
OP_FLOAT_TO_INT.S 31 movl rINST, %edx # %edx<- BA
33 and $$15, %edx # %edx<- A
49 fistpl (rFP, %edx, 4) # move converted int
55 fstps (rFP, %edx, 4) # pop floating point stack
56 movl $$0x00000000, (rFP, %edx, 4) # vA<- NaN
60 fstps (rFP, %edx, 4) # pop floating point stack
61 movl $$0x7FFFFFFF, (rFP, %edx, 4) # vA<- posInf
65 fstps (rFP, %edx, 4) # pop floating point stac
    [all...]
OP_FLOAT_TO_LONG.S 31 movl rINST, %edx # %edx<- BA
33 and $$15, %edx # %edx<- A
49 fistpll (rFP, %edx, 4) # move converted int
55 fstpl (rFP, %edx, 4) # move converted int
57 movq %xmm0, (rFP, %edx, 4) # vA<- %xmm0; NaN
61 fstpl (rFP, %edx, 4) # move converted int
63 movq %xmm0, (rFP, %edx, 4) # vA<- %xmm0; posInf
67 fstpl (rFP, %edx, 4) # move converted in
    [all...]
OP_IGET_WIDE.S 36 FETCH 1, %edx # %edx<- pDvmDex->pResFields
37 movl (%ecx, %edx, 4), %ecx # %ecx<- resolved InstField ptr
44 movl %edx, -4(%esp) # push parameter method->clazz
64 movl rINST, %edx # %edx<- BA
65 shr $$4, %edx # %edx<- B
67 GET_VREG %edx # %edx<- v
    [all...]
OP_INT_TO_DOUBLE.S 36 FFETCH_ADV 1, %edx # %edx<- next instruction hi; fetch, advance
37 FGETOP_JMP 1, %edx # jump to next instruction; getop, jmp
OP_IPUT_WIDE.S 36 FETCH 1, %edx # %edx<- pDvmDex->pResFields
37 movl (%ecx, %edx, 4), %ecx # %ecx<- resolved InstField ptr
44 movl %edx, -4(%esp) # push parameter method->clazz
60 * %edx does not hold object yet
64 movl rINST, %edx # %edx<- BA
65 shr $$4, %edx # %edx<- B
67 GET_VREG %edx # %edx<- v
    [all...]
OP_MOVE_EXCEPTION.S 35 movl offThread_exception(%ecx), %edx # %edx<- glue->self->exception
37 SET_VREG %edx, rINST # vAA<- glue->self->exception
OP_SHL_LONG.S 33 FETCH_BB 1, %edx # %edx<- BB
37 movq (rFP, %edx, 4), %xmm1 # %xmm1<- vBB
OP_THROW_VERIFICATION_ERROR.S 31 movl rGLUE, %edx # %edx<- pMterpGlue
32 movl offGlue_method(%edx), %ecx # %ecx<- glue->method
OP_USHR_LONG.S 32 FETCH_BB 1, %edx # %edx<- BB
36 movsd (rFP, %edx, 4), %xmm1 # %xmm1<- vBB
binopF.S 33 FETCH_CC 1, %edx # %edx<- CC
36 movss (rFP, %edx, 4), %xmm1 # %xmm1<- vCC
  /external/quake/quake/src/QW/client/
d_draw.s 52 movl C(bbextentt),%edx
56 xorl %edx,%edx
105 movl C(cacheblock),%edx
111 movl %edx,pbase // pbase = cacheblock
184 movl C(tadjust),%edx
274 addl t,%edx
283 cmpl %ebp,%edx
287 movl %edx,t
289 shll $16,%edx
    [all...]
  /external/quake/quake/src/WinQuake/
d_draw.s 52 movl C(bbextentt),%edx
56 xorl %edx,%edx
105 movl C(cacheblock),%edx
111 movl %edx,pbase // pbase = cacheblock
184 movl C(tadjust),%edx
274 addl t,%edx
283 cmpl %ebp,%edx
287 movl %edx,t
289 shll $16,%edx
    [all...]
  /bionic/libm/i387/
s_llrint.S 35 popl %edx
s_llrintf.S 35 popl %edx
  /bionic/libc/arch-x86/string/
strncmp.S 19 movl 16(%esp),%edx
20 testl %edx,%edx
26 decl %edx
36 decl %edx
46 decl %edx
56 decl %edx
66 decl %edx
76 decl %edx
86 decl %edx
    [all...]
  /bionic/libc/arch-x86/bionic/
_exit_with_stack_teardown.S 24 mov 12(%esp), %edx /* retCode, not used for munmap */
27 mov %edx, %ebx /* retrieve the retCode */

Completed in 200 milliseconds

1 2 3 4 5 67 8 91011>>