HomeSort by relevance Sort by last modified time
    Searched refs:bx (Results 51 - 75 of 291) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/arm/
mulsf3vfp.S 25 bx lr
nedf2vfp.S 28 bx lr
nesf2vfp.S 28 bx lr
subdf3vfp.S 25 bx lr
subsf3vfp.S 26 bx lr
switch8.S 39 bx ip // jump to computed label
switchu8.S 39 bx ip // jump to computed label
unorddf2vfp.S 28 bx lr
unordsf2vfp.S 28 bx lr
divsi3.S 32 bx lr
35 bx lr
switch16.S 41 bx ip // jump to computed label
switch32.S 41 bx ip // jump to computed label
  /bionic/libc/arch-arm/bionic/
ffs.S 40 bx lr
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMP_LONG.S 30 bx lr
33 bx lr
TEMPLATE_PERIODIC_PROFILING.S 20 bx lr
26 bx r4
TEMPLATE_STRING_INDEXOF.S 92 bx lr
98 bx lr
103 bx lr
108 bx lr
112 bx lr
TEMPLATE_MUL_LONG.S 28 bx lr
  /development/ndk/platforms/android-9/arch-x86/src/
__stack_chk_fail_local.S 41 call __x86.get_pc_thunk.bx
  /external/jpeg/
jmemdosa.asm 48 push bx
58 lds bx,dword ptr [bp+6] ; get handle pointer
59 mov word ptr [bx],ax ; save the handle
65 pop bx
83 push bx
88 mov bx,word ptr [bp+6] ; file handle
97 pop bx
115 push bx
120 mov bx,word ptr [bp+6] ; file handle
131 pop bx
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 48 push bx
58 lds bx,dword ptr [bp+6] ; get handle pointer
59 mov word ptr [bx],ax ; save the handle
65 pop bx
83 push bx
88 mov bx,word ptr [bp+6] ; file handle
97 pop bx
115 push bx
120 mov bx,word ptr [bp+6] ; file handle
131 pop bx
    [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 469 push bx
478 xor bx, bx variable
479 mov [PM_BIOSMEM_VBE_MODE], bx
481 pop bx
499 push bx
500 and bx, #0x7F variable
501 shl bx, 1 variable
503 mov bp, cirrus_extbios_handlers[bx]
504 pop bx
516 xor bx, bx variable
518 shl bx, 1 variable
582 xor bx, bx variable
584 shl bx, 1 variable
606 mov bx, [si+10] ;; seq variable
612 mov bx, [si+12] ;; graph variable
616 mov bx, [si+14] ;; crtc variable
672 add bx, #0x2 variable
684 mov bx, #_cirrus_id_table variable
700 xor bx, bx variable
756 mov bx, cirrus_extbios_A0h_callback variable
770 mov bx, #0x0E00 ;; IBM 8512\/8513, color variable
916 mov bx, [si+4] variable
917 mul bx ;; dx:ax=vramdisp variable
993 test bx, #0x3e00 variable
1018 test bx, #0x4000 ;; LFB variable
1022 test bx, #0x8000 ;; no clear variable
1054 mov bx, # PM_BIOSMEM_VBE_MODE variable
1056 mov bx, ax variable
1057 test bx, bx variable
1059 mov bx, # PM_BIOSMEM_CURRENT_MODE variable
1167 mov bx, #0x04 variable
1178 mov bx, #0x04 variable
1184 mov bx, ax variable
1203 mov bx, #0x0f30 variable
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 100 // B(bx,by) is the slope vector of the tangent at p2.
101 final float bx = (mXCoords[p3] - mP1X) / 2.0f; local
103 final float crossProdAB = ax * by - ay * bx;
104 final float dotProdAB = ax * bx + ay * by;
124 // B(bx,by) is the slope vector of the tangent at p1.
125 final float bx = (mP2X - mXCoords[p0]) / 2.0f; local
127 final float crossProdAB = ax * by - ay * bx;
128 final float dotProdAB = ax * bx + ay * by;
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_RESTORE_STATE.S 11 bx lr
TEMPLATE_SQRT_DOUBLE_VFP.S 20 bx r2 @ tail call to sqrt library routine
  /external/libvpx/libvpx/vpx_ports/
x86.h 39 #define cpuid(func,ax,bx,cx,dx)\
42 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (dx) \
45 #define cpuid(func,ax,bx,cx,dx)\
50 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
55 #define cpuid(func,ax,bx,cx,dx)\
61 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
64 #define cpuid(func,ax,bx,cx,dx)\
70 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \

Completed in 559 milliseconds

1 23 4 5 6 7 8 91011>>