Searched refs:ebx (Results 1 - 25 of 141) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dreg_norm.S27 pushl %ebx
29 movl PARAM1,%ebx
31 movl SIGH(%ebx),%edx
32 movl SIGL(%ebx),%eax
43 subw $32,EXP(%ebx) /* This can cause an underflow */
52 subw %cx,EXP(%ebx) /* This can cause an underflow */
54 movl %edx,SIGH(%ebx)
55 movl %eax,SIGL(%ebx)
58 cmpw EXP_OVER,EXP(%ebx)
61 cmpw EXP_UNDER,EXP(%ebx)
[all...]
H A Dround_Xsig.S28 pushl %ebx /* Reserve some space */
29 pushl %ebx
35 movl 4(%esi),%ebx
44 movl %ebx,%edx
45 movl %eax,%ebx
55 shld %cl,%ebx,%edx
56 shld %cl,%eax,%ebx
63 addl $1,%ebx
72 movl %ebx,4(%esi)
78 popl %ebx
[all...]
H A Dwm_shrx.S45 pushl %ebx
46 movl (%esi),%ebx /* lsl */
49 shrd %cl,%ebx,%eax
50 shrd %cl,%edx,%ebx
52 movl %ebx,(%esi)
54 popl %ebx
117 pushl %ebx
132 xorl %ebx,%ebx
133 shrd %cl,%eax,%ebx
[all...]
H A Dreg_u_add.S39 pushl %ebx
50 movl SIGL(%esi),%ebx
60 movl SIGL(%edi),%ebx
77 /* The number to be shifted is in %eax:%ebx:%edx */
82 shrd %cl,%ebx,%edx
83 shrd %cl,%eax,%ebx
96 orl %ebx,%ebx
102 movl %eax,%ebx
107 movl %ebx,
[all...]
H A Dreg_u_sub.S40 pushl %ebx
64 movl SIGL(%edi),%ebx /* register ls word */
82 shrd %cl,%ebx,%edx
83 shrd %cl,%eax,%ebx
96 orl %ebx,%ebx
102 movl %eax,%ebx
107 movl %ebx,%edx
108 movl %eax,%ebx
118 orl %ebx,
[all...]
H A Ddiv_Xsig.S86 pushl %ebx
89 movl PARAM2,%ebx /* pointer to denom */
92 testl $0x80000000, XsigH(%ebx) /* Divisor */
136 movl XsigH(%ebx),%ecx
152 mull XsigH(%ebx) /* mul by the ms dw of the denom */
158 mull XsigL(%ebx) /* now mul the ls dw of the denom */
172 movl XsigL(%ebx),%eax
173 movl XsigH(%ebx),%edx
191 cmpl XsigH(%ebx),%edx
195 cmpl XsigL(%ebx),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A Dputuser.S29 pushl %ebx ; \
31 CFI_REL_OFFSET ebx, 0 ; \
32 GET_THREAD_INFO(%ebx)
33 #define EXIT popl %ebx ; \
35 CFI_RESTORE ebx ; \
42 cmpl TI_addr_limit(%ebx),%ecx
51 movl TI_addr_limit(%ebx),%ebx
52 subl $1,%ebx
53 cmpl %ebx,
[all...]
H A Dchecksum.S56 pushl %ebx
58 CFI_REL_OFFSET ebx, 0
70 movzbl (%esi), %ebx
71 adcl %ebx, %eax
90 1: movl (%esi), %ebx
91 adcl %ebx, %eax
92 movl 4(%esi), %ebx
93 adcl %ebx, %eax
94 movl 8(%esi), %ebx
95 adcl %ebx,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i586/
H A Dmpih-add1.S43 pushl %ebx
51 movl (%ebp),%ebx
67 adcl %ebx,%eax
68 movl 4(%ebp),%ebx
69 adcl %ebx,%edx
70 movl 8(%ebp),%ebx
76 adcl %ebx,%eax
77 movl 12(%ebp),%ebx
78 adcl %ebx,%edx
79 movl 16(%ebp),%ebx
[all...]
H A Dmpih-sub1.S51 pushl %ebx
59 movl (%ebp),%ebx
75 sbbl %ebx,%eax
76 movl 4(%ebp),%ebx
77 sbbl %ebx,%edx
78 movl 8(%ebp),%ebx
84 sbbl %ebx,%eax
85 movl 12(%ebp),%ebx
86 sbbl %ebx,%edx
87 movl 16(%ebp),%ebx
[all...]
H A Dmpih-mul2.S55 INSN1(push,l ,R(ebx))
66 INSN2(xor,l ,R(ebx),R(ebx))
69 Loop: INSN2(adc,l ,R(ebx),$0)
74 INSN2(add,l ,R(eax),R(ebx))
75 INSN2(mov,l ,R(ebx),MEM_INDEX(res_ptr,size,4))
78 INSN2(add,l ,R(ebx),R(eax))
80 INSN2(mov,l ,MEM_INDEX(res_ptr,size,4),R(ebx))
83 INSN2(mov,l ,R(ebx),R(edx))
86 INSN2(adc,l ,R(ebx),
[all...]
H A Dmpih-mul3.S55 INSN1(push,l ,R(ebx))
66 INSN2(xor,l ,R(ebx),R(ebx))
69 Loop: INSN2(adc,l ,R(ebx),$0)
74 INSN2(add,l ,R(eax),R(ebx))
75 INSN2(mov,l ,R(ebx),MEM_INDEX(res_ptr,size,4))
78 INSN2(sub,l ,R(ebx),R(eax))
80 INSN2(mov,l ,MEM_INDEX(res_ptr,size,4),R(ebx))
83 INSN2(mov,l ,R(ebx),R(edx))
86 INSN2(adc,l ,R(ebx),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i386/
H A Dmpih-lshift.S47 pushl %ebx
56 movl (%esi,%edx,4),%ebx /* read most significant limb */
58 shldl %cl,%ebx,%eax /* compute carry limb */
64 movl %ebx,%eax
67 Loop: movl (%esi,%edx,4),%ebx /* load next lower limb */
68 shldl %cl,%ebx,%eax /* compute result limb */
72 shldl %cl,%eax,%ebx
73 movl %ebx,(%edi,%edx,4)
82 popl %ebx
87 Lend: shll %cl,%ebx /* comput
[all...]
H A Dmpih-rshift.S48 pushl %ebx
59 movl (%esi,%edx,4),%ebx /* read least significant limb */
61 shrdl %cl,%ebx,%eax /* compute carry limb */
67 movl %ebx,%eax
70 Loop2: movl (%esi,%edx,4),%ebx /* load next higher limb */
71 shrdl %cl,%ebx,%eax /* compute result limb */
75 shrdl %cl,%eax,%ebx
76 movl %ebx,(%edi,%edx,4)
85 popl %ebx
90 Lend2: shrl %cl,%ebx /* comput
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Dhead.S56 /* %ebp contains the address we are loaded at by the boot loader and %ebx
62 movl %ebp, %ebx
63 addl $(CONFIG_PHYSICAL_ALIGN - 1), %ebx
64 andl $(~(CONFIG_PHYSICAL_ALIGN - 1)), %ebx
66 movl $LOAD_PHYSICAL_ADDR, %ebx
70 subl input_len(%ebp), %ebx
72 addl %eax, %ebx
75 addl %eax, %ebx
77 addl $(32768 + 18), %ebx
79 addl $4095, %ebx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/pentium4/sse2/
H A Dmpih-add1.S56 movl %ebx, 8(%esp) /* re-use parameter space */
57 movl 12(%esp), %ebx /* res_ptr */
62 leal (%ebx,%ecx,4), %ebx /* src2 end */
69 C ebx src2 end
76 movd (%ebx,%ecx,4), %mm2
89 movl 8(%esp), %ebx /* restore saved EBX */
H A Dmpih-sub1.S57 movl %ebx, 8(%esp)
58 movl 12(%esp), %ebx
63 leal (%ebx,%ecx,4), %ebx
70 C ebx src2 end
77 movd (%ebx,%ecx,4), %mm2
89 movd (%ebx,%ecx,4), %mm2
102 movl 8(%esp), %ebx
110 movl 8(%esp), %ebx
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dchecksum.S53 pushl %ebx
72 1: movl (%esi), %ebx
73 adcl %ebx, %eax
74 movl 4(%esi), %ebx
75 adcl %ebx, %eax
76 movl 8(%esi), %ebx
77 adcl %ebx, %eax
78 movl 12(%esi), %ebx
79 adcl %ebx, %eax
80 movl 16(%esi), %ebx
[all...]
H A Dstub.S31 pop %ebx
42 pop %ebx
43 cmp %ebx, %eax
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/asm586/
H A Dmatch.S33 /* saved ebx 36 */
89 pushl %ebx
103 movl dsLookahead(%edx), %ebx
104 cmpl %eax, %ebx
106 movl %eax, %ebx
107 LookaheadLess: movl %ebx, nicematch(%esp)
141 movl dsGoodMatch(%edx), %ebx
142 cmpl %ebx, %eax
143 movl dsMaxChainLen(%edx), %ebx
145 shrl $2, %ebx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/asm686/
H A Dmatch.S33 /* saved ebx 36 */
81 pushl %ebx
99 movl dsGoodMatch(%edx), %ebx
100 cmpl %ebx, %eax
102 movl dsMaxChainLen(%edx), %ebx
104 shrl $2, %ebx
112 decl %ebx
113 shll $16, %ebx
114 orl %eax, %ebx
115 movl %ebx, chainlenwmas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/asm586/
H A Dmatch.S33 /* saved ebx 36 */
89 pushl %ebx
103 movl dsLookahead(%edx), %ebx
104 cmpl %eax, %ebx
106 movl %eax, %ebx
107 LookaheadLess: movl %ebx, nicematch(%esp)
141 movl dsGoodMatch(%edx), %ebx
142 cmpl %ebx, %eax
143 movl dsMaxChainLen(%edx), %ebx
145 shrl $2, %ebx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/asm686/
H A Dmatch.S33 /* saved ebx 36 */
81 pushl %ebx
99 movl dsGoodMatch(%edx), %ebx
100 cmpl %ebx, %eax
102 movl dsMaxChainLen(%edx), %ebx
104 shrl $2, %ebx
112 decl %ebx
113 shll $16, %ebx
114 orl %eax, %ebx
115 movl %ebx, chainlenwmas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dcpuid.c29 /* ebx saving is necessary for PIC. gcc seems unable to see it alone */
30 #define cpuid(index,eax,ebx,ecx,edx)\
35 : "=a" (eax), "=S" (ebx),\
43 int eax, ebx, ecx, edx; local
73 cpuid(0, max_std_level, ebx, ecx, edx);
76 cpuid(1, eax, ebx, ecx, std_caps);
93 cpuid(0x80000000, max_ext_level, ebx, ecx, edx);
96 cpuid(0x80000001, eax, ebx, ecx, ext_caps);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/pentium4/mmx/
H A Dmpih-rshift.S48 pushl %ebx
55 movl 16(%esp), %ebx
62 movl (%ebx), %edi
73 popl %ebx
92 movd (%ebx), %mm5
93 leal (%ebx,%eax,4), %ebx
117 movq (%ebx,%eax,4), %mm0
126 movd (%ebx), %mm0
133 popl %ebx
[all...]

Completed in 136 milliseconds

123456