Searched refs:bx (Results 1 - 25 of 233) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dblockdsp_neon.S29 bx lr
37 bx lr
H A Dac3dsp_neon.S39 bx lr
69 bx lr
80 bx lr
94 bx lr
109 bx lr
156 bx lr
176 bx lr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dmca.c31 len = rdfs16(oreg.bx);
36 copy_from_fs(&boot_params.sys_desc_table, oreg.bx, len);
H A Dapm.c33 if (oreg.bx != 0x504d) /* "PM" signature */
64 if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ds3tc.c80 unsigned int bx, by, qstride = stride/4; local
84 for (bx=0; bx < w/4; bx++, s+=8, d+=4)
91 unsigned int bx, by, qstride = stride/4; local
95 for (bx=0; bx < w/4; bx++, s+=16, d+=4)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ds3tc.c80 unsigned int bx, by, qstride = stride/4; local
84 for (bx = 0; bx < w / 4; bx++, d += 4)
91 unsigned int bx, by, qstride = stride/4; local
95 for (bx = 0; bx < w / 4; bx++, d += 4)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Darmv4cpuid.S17 bx lr
39 .word 0xe12fff1e @ bx lr
71 bx lr
75 .word 0xe12fff1e @ bx lr
88 bx lr
95 bx lr
102 bx lr
109 bx lr
116 bx lr
122 bx l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Dieee754dp.h49 static inline ieee754dp builddp(int s, int bx, u64 m) argument
54 assert((bx) >= DP_EMIN - 1 + DP_EBIAS
55 && (bx) <= DP_EMAX + 1 + DP_EBIAS);
59 r.parts.bexp = bx;
H A Dieee754sp.h54 static inline ieee754sp buildsp(int s, int bx, unsigned m) argument
59 assert((bx) >= SP_EMIN - 1 + SP_EBIAS
60 && (bx) <= SP_EMAX + 1 + SP_EBIAS);
64 r.parts.bexp = bx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Darmv4cpuid.S17 bx lr
39 .word 0xe12fff1e @ bx lr
71 bx lr
75 .word 0xe12fff1e @ bx lr
88 bx lr
95 bx lr
102 bx lr
109 bx lr
116 bx lr
122 bx l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/build-aux/
H A Dmanconv.sh41 groff -t -mandoc -Tascii | col -bx
44 groff -t -mandoc -Tutf8 | col -bx
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/build-aux/
H A Dmanconv.sh41 groff -t -mandoc -Tascii | col -bx
44 groff -t -mandoc -Tutf8 | col -bx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm48 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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dpkt_rx1.s46 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 ; E
[all...]
H A Dpkt_rx0.asm76 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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacpsy_mips.h75 float ax, bx, cx, dx; local
88 "sqrt.s %[bx], %[b] \n\t"
96 "add.s %[f], %[f], %[bx] \n\t"
103 [ax]"=&f"(ax), [bx]"=&f"(bx),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dosdep.h155 # pragma aux match_init "_*" parm caller [] loadds modify [ax bx]
157 modify [ax bx cx dx es]
161 modify [ax bx cx dx es]
163 modify [ax bx cx dx]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Dpcbios.c160 unsigned long bx = (bus << 8) | devfn; local
176 "b" (bx),
193 "b" (bx),
210 "b" (bx),
226 unsigned long bx = (bus << 8) | devfn; local
242 "b" (bx),
254 "b" (bx),
266 "b" (bx),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dac3dsp_neon.S39 bx lr
69 bx lr
80 bx lr
94 bx lr
109 bx lr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtoshiba.c259 unsigned short ax,bx; local
271 bx = regs.ebx & 0xffff;
273 if (((ax==0xff00) || (ax==0xfe00)) && (bx>0x0069))
279 if (((ax==0xf300) || (ax==0xf400)) && (bx==0x0004)) {
374 unsigned short bx,cx; local
389 bx = (unsigned short) (regs.ebx & 0xffff);
392 the bx register holds 0xe6f5. However my code is producing
399 bx = 0xe6f5;
403 address = bx;
405 address = 9+bx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A Dvb_ext.h9 unsigned short ax, hi_ax, bx, hi_bx, cx, hi_cx, dx, hi_dx, si, member in struct:WORDREGS
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsigcontext32.h61 unsigned int bx; member in struct:sigcontext_ia32
H A Dsyscall.h77 memcpy(args, &regs->bx + i, n * sizeof(args[0]));
86 memcpy(&regs->bx + i, args, n * sizeof(args[0]));
101 *args++ = regs->bx;
162 regs->bx = *args++;
H A Duser_32.h78 unsigned long bx; member in struct:user_regs_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dwm_shrx.S140 orw %bx,%bx /* Any of the 63 bit set ? */
182 orw %bx,%bx

Completed in 396 milliseconds

12345678910