HomeSort by relevance Sort by last modified time
    Searched refs:bx (Results 251 - 275 of 979) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/Arm/
Synchronization.S 65 bx lr
107 bx lr
153 bx lr
183 bx lr
213 bx lr
  /external/syslinux/com32/gfxboot/
realmode_callback.asm 18 movzx bx,al
19 add bx,bx
20 call word [bx+cb_table]
93 xor bx,bx
118 movzx ebx,bx
128 mov bx,f_name
152 xor bx,bx
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
farcall-mixed-app2.s 11 bx lr
22 bx lr
52 bx lr
59 bx lr
73 bx lr
callweak.d 16 12340012: 4770 bx lr
farcall-arm-arm-pic-veneer.d 17 2001020: e12fff1e bx lr
farcall-arm-arm.d 15 2001020: e12fff1e bx lr
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bootsect.asm 109 mov bx,cx ; bx = size of the Root Directory in bytes
110 and bx,BLOCK_MASK ; See if it is an even number of sectors long
112 mov bx,cx ; bx = size of the Root Directory in bytes
113 shr bx,BLOCK_SHIFT ; bx = size of Root Directory in sectors
122 add ax,bx ; ax = NoFats * SectorsPerFat + ReservedSectors + RootDirSectors = FirstClusterLBA (FirstDataSector)
126 ; bx - loader (initial value is 0)
128 xor bx, bx
    [all...]
bs16.asm 96 mov bx,cx ; bx = size of the Root Directory in bytes
97 and bx,BLOCK_MASK ; See if it is an even number of sectors long
99 mov bx,cx ; bx = size of the Root Directory in bytes
100 shr bx,BLOCK_SHIFT ; bx = size of Root Directory in sectors
109 add ax,bx ; ax = NoFats * SectorsPerFat + ReservedSectors + RootDirSectors = FirstClusterLBA (FirstDataSector)
113 ; bx - loader (initial value is 0)
115 xor bx, bx
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/
ArmV7Support.S 29 bx lr
33 bx lr
38 bx lr
43 bx lr
47 bx lr
52 bx lr
57 bx lr
62 bx lr
68 bx LR
76 bx LR
    [all...]
ArmV7Support.asm 30 bx lr
34 bx lr
40 bx lr
45 bx lr
50 bx lr
55 bx lr
60 bx lr
65 bx lr
71 bx LR
79 bx LR
    [all...]
  /bionic/libm/arm/
floor.S 61 bx lr
68 bx lr
74 bx lr
87 bx lr
124 bx lr
135 bx lr
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_entry.S 98 * %bx : PXE API call
155 pushw %bx
157 addr32 movw 18(%esp), %bx
158 movw %bx, %es
160 addr32 movw 14(%esp), %bx
165 popw %bx
182 * %es:bx : Far pointer to the PXENV+ structure
200 movw $pxenv, %bx
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 96 // B(bx,by) is the slope vector of the tangent at p2.
97 final float bx = (mXCoords[p3] - mP1X) / 2.0f; local
99 final float crossProdAB = ax * by - ay * bx;
100 final float dotProdAB = ax * bx + ay * by;
120 // B(bx,by) is the slope vector of the tangent at p1.
121 final float bx = (mP2X - mXCoords[p0]) / 2.0f; local
123 final float crossProdAB = ax * by - ay * bx;
124 final float dotProdAB = ax * bx + ay * by;
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 149 int mbx, mby, bx, by; local
217 for (bx = 0; bx < MACROBLOCK_WIDTH_IN_BLOCKS; ++bx)
224 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))),
225 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(INPUT_WIDTH - 1))),
234 for (bx = 0; bx < MACROBLOCK_WIDTH_IN_BLOCKS / 2; ++bx)
241 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1)))
    [all...]
  /external/syslinux/mbr/
mbr.S 78 movw $0x55aa, %bx
84 cmpw $0xaa55, %bx
126 movw $bootsec, %bx
130 pushw %bx /* Buffer offset */
137 /* This also relies on %bx and %edx as set up above. */
196 movw $ptab, %bx
199 push %bx
202 testb $0x80, (%bx)
205 movw %bx, %si
207 addw $16, %bx
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
switch16.S 28 bx ip
switch32.S 28 bx ip
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/
CTA9x4Helper.asm 33 bx lr
47 bx lr
56 bx lr
60 bx lr
  /external/libavc/common/arm/
ih264_arm_memory_barrier.s 55 bx lr
73 bx lr
  /external/llvm/test/MC/ARM/
thumb-far-jump.s 15 bx lr
23 bx lr
  /external/llvm/test/MC/X86/
address-size.s 16 movl $0x12345678, (%bx,%si,1)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
v4bx.d 9 0+00 <[^>]+> e12fff1e bx lr
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-movbe.s 18 movbe bx, word ptr [rcx]
21 movbe word ptr [rcx], bx
x86-64-sse4_2.s 29 popcnt (%rcx),%bx
32 popcntw (%rcx),%bx
35 popcnt %cx,%bx
38 popcntw %cx,%bx
67 popcnt bx,WORD PTR [rcx]
70 popcnt bx,WORD PTR [rcx]
73 popcnt bx,cx
76 popcnt bx,cx
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_cortex_a8_blx.s 9 bx lr
16 bx lr

Completed in 248 milliseconds

<<11121314151617181920>>