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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
farcall-data.s 14 far: bx lr
farcall-group.d 18 +[0-9a-f]+: e12fff1c bx ip
23 +[0-9a-f]+: e12fff1c bx ip
32 +[0-9a-f]+: e12fff1c bx ip
43 +[0-9a-f]+: 4770 bx lr
47 +[0-9a-f]+: e12fff1e bx lr
50 +[0-9a-f]+: e12fff1e bx lr
53 +[0-9a-f]+: 4770 bx lr
56 +[0-9a-f]+: 4770 bx lr
farcall-mix.d 16 +[0-9a-f]+: e12fff1c bx ip
23 +[0-9a-f]+: e12fff1c bx ip
27 +[0-9a-f]+: e12fff1c bx ip
38 +[0-9a-f]+: 4770 bx lr
42 +[0-9a-f]+: e12fff1e bx lr
45 +[0-9a-f]+: e12fff1e bx lr
48 +[0-9a-f]+: 4770 bx lr
51 +[0-9a-f]+: 4770 bx lr
farcall-mix2.d 12 +[0-9a-f]+: e12fff1c bx ip
32 +[0-9a-f]+: e12fff1c bx ip
37 +[0-9a-f]+: e12fff1c bx ip
43 +[0-9a-f]+: 4770 bx lr
47 +[0-9a-f]+: e12fff1e bx lr
50 +[0-9a-f]+: e12fff1e bx lr
53 +[0-9a-f]+: 4770 bx lr
56 +[0-9a-f]+: 4770 bx lr
farcall-thumb-arm-pic-veneer.d 11 1f01018: 4778 bx pc
20 2001014: e12fff1e bx lr
farcall-thumb-thumb-m-no-profile.d 15 1010: 4760 bx ip
22 2001014: 4770 bx lr
farcall-thumb-thumb-m-pic-veneer.d 16 1012: 4760 bx ip
22 2001014: 4770 bx lr
farcall-thumb-thumb-m.d 15 1010: 4760 bx ip
21 2001014: 4770 bx lr
fix-arm1176-on.d 11 +[0-9a-f]+: 4778 bx pc
20 +[0-9a-f]+: e12fff1e bx lr
jump-reloc-veneers-long.d 17 80..: 4778 bx pc
20 80..: e12fff1c bx ip
jump19.s 12 bx lr
thumb2-b-interwork.d 10 +[0-9a-f]+: e12fff1e bx lr
13 +[0-9a-f]+: 4778 bx pc
thumb2-bl-as-thumb1-bad-noeabi.d 15 1010: 4760 bx ip
22 100100c: 4770 bx lr
thumb2-bl-bad-noeabi.d 15 1010: 4760 bx ip
22 100100c: 4770 bx lr
tls-local-static.s 6 bx lr
unwind-4.s 17 bx lr
26 bx lr
36 bx lr
45 bx lr
unwind-5.s 11 bx lr
arm-call.d 22 8034: 4770 bx lr
25 8036: 4770 bx lr
28 8038: 4770 bx lr
32 803c: e12fff1e bx lr
35 8040: 4770 bx lr
  /bionic/libc/arch-arm/cortex-a9/bionic/
strlen.S 94 bx lr
100 bx lr
109 bx lr
118 bx lr
124 bx lr
133 bx lr
166 bx lr
  /external/fonttools/Lib/fontTools/misc/
bezierTools.py 33 (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3)
38 roots.append(-bx/ax2)
41 points = [(ax*t*t + bx*t + cx, ay*t*t + by*t + cy) for t in roots if 0 <= t < 1] + [pt1, pt3]
56 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
60 bx2 = bx * 2.0
66 points = [(ax*t*t*t + bx*t*t + cx * t + dx, ay*t*t*t + by*t*t + cy * t + dy) for t in roots] + [pt1, pt4]
95 bx = pt1x
101 t = (where - (bx, by)[isHorizontal]) / ax
103 midPt = ax * t + bx, ay * t + by
203 bx, by =
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
ifunc-1d.S 49 call __x86.get_pc_thunk.bx
69 .section .text.__x86.get_pc_thunk.bx,"axG",@progbits,__x86.get_pc_thunk.bx,comdat
70 .globl __x86.get_pc_thunk.bx
71 .hidden __x86.get_pc_thunk.bx
72 .type __x86.get_pc_thunk.bx, @function
73 __x86.get_pc_thunk.bx:
pr20253-1d.S 43 call __x86.get_pc_thunk.bx
74 .section .text.__x86.get_pc_thunk.bx,"axG",@progbits,__x86.get_pc_thunk.bx,comdat
75 .globl __x86.get_pc_thunk.bx
76 .hidden __x86.get_pc_thunk.bx
77 .type __x86.get_pc_thunk.bx, @function
78 __x86.get_pc_thunk.bx:
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bs32.asm 111 mov bx,cx ; bx = size of the Root Directory in bytes
112 and bx,BLOCK_MASK ; See if it is an even number of sectors long
114 mov bx,cx ; bx = size of the Root Directory in bytes
115 shr bx,BLOCK_SHIFT ; bx = size of Root Directory in sectors
120 add ax,bx ; ax = NoFats * SectorsPerFat + ReservedSectors + RootDirSectors = FirstClusterLBA
126 mov bl,byte ptr [bp+SectorsPerCluster]; bx = SectorsPerCluster
127 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
    [all...]
bootsect.S 110 movw %cx, %bx # bx = size of the Root Directory in bytes
111 andw $BLOCK_MASK, %bx # See if it is an even number of sectors long
113 movw %cx, %bx # bx = size of the Root Directory in bytes
114 shrw $BLOCK_SHIFT, %bx # bx = size of Root Directory in sectors
123 addw %bx, %ax # ax = NoFats * SectorsPerFat + ReservedSectors + RootDirSectors = FirstClusterLBA (FirstDataSector)
127 # bx - loader (initial value is 0)
129 xorw %bx, %bx
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/aarch32/
juno_helpers.S 89 bx lr
114 bx lr
124 bx lr
148 bx lr
159 bx lr

Completed in 623 milliseconds

1 2 3 4 5 6 7 8 91011>>