/freebsd/contrib/gdtoa/ |
H A D | dmisc.c | 109 ULong *bx, *bxe, q, *sx, *sxe; local 128 bx = b->x; 129 bxe = bx + n; 142 y = *bx - (ys & 0xffffffffUL) - borrow; 144 *bx++ = y & 0xffffffffUL; 151 y = (*bx & 0xffff) - (ys & 0xffff) - borrow; 153 z = (*bx >> 16) - (zs & 0xffff) - borrow; 155 Storeinc(bx, z, y); 159 y = *bx - (ys & 0xffff) - borrow; 161 *bx++ = y & 0xffff; [all …]
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | armv4cpuid.S | 25 bx lr 47 .word 0xe12fff1e @ bx lr 82 bx lr 86 .word 0xe12fff1e @ bx lr 112 bx lr 116 .word 0xe12fff1e @ bx lr 129 bx lr 140 bx lr 151 bx lr 162 bx lr [all …]
|
/freebsd/lib/libc/arm/string/ |
H A D | memcpy.S | 203 bx lr 346 bx lr 358 bx lr /* 0x00 */ 379 bx lr 400 bx lr 411 bx lr 421 bx lr 432 bx lr 444 bx lr 456 bx lr [all …]
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_mvwin.c | 49 mvwin(WINDOW *win, int by, int bx) in NCURSES_EXPORT() 55 T((T_CALLED("mvwin(%p,%d,%d)"), (void *) win, by, bx)); in NCURSES_EXPORT() 76 (bx - parent->_begx == win->_parx)) in NCURSES_EXPORT() 90 bx - parent->_begx); in NCURSES_EXPORT() 107 || bx + win->_maxx > screen_columns(SP_PARM) - 1 in NCURSES_EXPORT() 109 || bx < 0) in NCURSES_EXPORT() 119 win->_begx = (NCURSES_SIZE_T) bx; in NCURSES_EXPORT()
|
/freebsd/contrib/libpcap/msdos/ |
H A D | pkt_rx1.s | 46 push bx 47 mov bx, [screenSeg] 48 mov es, bx ;; r-mode segment of colour screen 50 mov bx, [fanIndex] 51 mov al, [fanChars+bx] ;; get write char 57 pop bx 87 push bx 88 mov bx, cs 89 mov ds, bx 90 mov es, bx ; ES = DS = CS or seg _DATA [all …]
|
H A D | pkt_rx0.asm | 76 push bx 77 mov bx, screenSeg 78 mov es, bx ;; r-mode segment of colour screen 80 mov bx, fanIndex 81 mov al, fanChars[bx] ;; get write char 86 pop bx 132 push bx 134 mov bx, cs 136 mov bx, SEG _DATA 138 mov ds, bx [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | nifty | 110 >>>44 leshort x \bx%d 112 >>>46 leshort x \bx%d 114 >>>48 leshort x \bx%d 116 >>>50 leshort x \bx%d 118 >>>52 leshort x \bx%d 120 >>>54 leshort x \bx%d 140 >>>32 lequad x \bx%lld 142 >>>40 lequad x \bx%lld 144 >>>48 lequad x \bx%lld 146 >>>56 lequad x \bx%lld [all …]
|
H A D | flif | 10 >>8 beshort x \bx%u 22 >>>9 beshort x \bx%u 28 >>>11 beshort x \bx%u
|
/freebsd/stand/i386/gptboot/ |
H A D | gptldr.S | 76 mov $end,%bx # BTX 77 mov 0xa(%bx),%si # Get BTX length and set 78 add %bx,%si # %si to start of boot2 88 mov $COPY_BLKS,%bx # Copy COPY_BLKS 32k blocks 101 dec %bx 105 mov $end,%bx # BTX 106 mov 0xa(%bx),%cx # Get BTX length and set 107 mov %bx,%si # %si to end of BTX
|
/freebsd/contrib/bearssl/T0/ |
H A D | T0Comp.cs | 860 int bx = b; in T0Comp() 861 a.x -= bx; in T0Comp() 869 int bx = cpu.Pop(); in T0Comp() 871 cpu.Push(ax * bx); in T0Comp() 874 int bx = cpu.Pop(); in T0Comp() 876 cpu.Push(ax / bx); in T0Comp() 879 uint bx = cpu.Pop(); in T0Comp() 881 cpu.Push(ax / bx); in T0Comp() 884 int bx = cpu.Pop(); in T0Comp() 886 cpu.Push(ax % bx); in T0Comp() [all …]
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_regset.c | 110 ulong_t bit, bx; in dt_regset_alloc() local 113 for (bit = 1, bx = 0; bx <= maxb; bx++, bit <<= 1) { in dt_regset_alloc() 115 reg = (int)((wx << BT_ULSHIFT) | bx); in dt_regset_alloc()
|
/freebsd/stand/i386/boot0/ |
H A D | boot0.S | 252 movw $(partbl+0x4),%bx # Partition table (+4) 259 read_entry: movb %ch,-0x4(%bx) # Zero active flag (ch == 0) 262 movb (%bx),%al # Load type 439 movw %si,%bx # Partition for read 450 xchgw %bx,%ax # partition 451 movb $0x80,(%bx) # Flag active 457 1: pushw %bx # Save 460 movw $start,%bx # Data to write 477 3: movw $LOAD,%bx # Address for read 481 cmpw $MAGIC,0x1fe(%bx) # Bootable? [all …]
|
/freebsd/stand/i386/boot2/ |
H A D | boot1.S | 100 push %bx # transfer buffer 189 mov $MEM_BTX,%bx # BTX 190 mov 0xa(%bx),%si # Get BTX length and set 191 add %bx,%si # %si to start of boot2.bin 224 nread: mov $MEM_BUF,%bx # Transfer buffer 247 putstr.0: mov $0x7,%bx # Page:attribute 276 mov $0x55aa,%bx # Magic 282 cmp $0xaa55,%bx # Magic? 306 inc %bx # Divide by 330 read.3: les 0x4(%bp),%bx # Transfer buffer [all …]
|
/freebsd/contrib/bearssl/test/ |
H A D | test_speed.c | 938 unsigned char bx[80], U[160]; in test_speed_ec_inner_1() local 946 memset(bx, 'T', sizeof bx); in test_speed_ec_inner_1() 947 br_i31_decode_reduce(x, bx, sizeof bx, n); in test_speed_ec_inner_1() 948 br_i31_encode(bx, nlen, x); in test_speed_ec_inner_1() 952 impl->mul(U, ulen, bx, nlen, cd->curve); in test_speed_ec_inner_1() 962 impl->mul(U, ulen, bx, nlen, cd->curve); in test_speed_ec_inner_1() 980 unsigned char bx[80], U[160]; in test_speed_ec_inner_2() local 988 memset(bx, 'T', sizeof bx); in test_speed_ec_inner_2() 989 br_i31_decode_reduce(x, bx, sizeof bx, n); in test_speed_ec_inner_2() 990 br_i31_encode(bx, nlen, x); in test_speed_ec_inner_2() [all …]
|
/freebsd/sys/i386/i386/ |
H A D | mpboot.S | 194 movw %bx, %ds 195 movw %bx, %es 196 movw %bx, %fs 197 movw %bx, %gs 198 movw %bx, %ss
|
/freebsd/stand/i386/zfsboot/ |
H A D | zfsldr.S | 121 mov $MEM_BTX,%bx # BTX 122 mov 0xa(%bx),%si # Get BTX length and set 123 add %bx,%si # %si to start of boot2 133 mov $COPY_BLKS,%bx # Copy COPY_BLKS 32k blocks 146 dec %bx 191 push %bx # Address of 221 putstr.0: mov $0x7,%bx # Page:attribute 234 mov $0x55aa,%bx # Magic 240 cmp $0xaa55,%bx # Magic?
|
/freebsd/contrib/lua/src/ |
H A D | luac.c | 346 int bx=GETARG_Bx(i); in PrintCode() local 367 printf("%d %d",a,bx); in PrintCode() 368 printf(COMMENT); PrintConstant(f,bx); in PrintCode() 616 printf("%d %d",a,bx); in PrintCode() 617 printf(COMMENT "to %d",pc-bx+2); in PrintCode() 620 printf("%d %d",a,bx); in PrintCode() 621 printf(COMMENT "exit to %d",pc+bx+3); in PrintCode() 624 printf("%d %d",a,bx); in PrintCode() 625 printf(COMMENT "to %d",pc+bx+2); in PrintCode() 631 printf("%d %d",a,bx); in PrintCode() [all …]
|
/freebsd/stand/i386/mbr/ |
H A D | mbr.S | 58 movw $partbl,%bx # Partition table 60 main.1: cmpb %ch,(%bx) # Null entry? 65 movw %bx,%si # Point to active 122 cmpw $MAGIC,0x1fe(%bx) # Bootable? 124 jmp *%bx # Invoke bootstrap 139 putstr.0: movw $0x7,%bx # Page:attribute
|
/freebsd/tools/regression/compat32/aarch64/ |
H A D | swp_test_impl.S | 201 bx lr 223 bx lr 237 bx lr /* Return locked */ 245 bx lr 278 bx lr 356 bx lr 379 bx lr
|
/freebsd/tests/sys/compat32/aarch64/ |
H A D | swp_cond_test_impl.S | 276 bx lr 286 bx lr 300 bx lr 315 bx lr 336 bx lr 350 bx lr 363 bx lr
|
/freebsd/sys/contrib/zlib/contrib/gcc_gvmat64/ |
H A D | gvmat64.S | 298 cmp bx,word ptr [rsi + r8 - 1] 318 cmp bx,word ptr [rsi + r8 - 1] 337 cmp bx,word ptr [rsi + r8 - 1] 357 cmp bx,word ptr [rsi + r8 - 1] 399 cmp bx,word ptr [rsi + r8 - 1]
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | atanf.sollya | 7 // Taylor series of atan is of the form x + ax^3 + bx^5 + cx^7 + ... 9 // x + x^3 * (a + bx^2 + cx^4 + ...)
|
H A D | atan.sollya | 7 // x + ax^3 + bx^5 + cx^7 + ... 9 // x + x^3 * (a + bx^2 + cx^4 + ...)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | modsi3.S | 36 bx lr 39 bx lr
|
H A D | divsi3.S | 38 bx lr 42 bx lr
|