OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_of_st
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc
3858
Assume the number of st registers that are zeroed is
num_of_st
,
3868
i.e.,
num_of_st
fldz followed by
num_of_st
fstp to clear the stack
3871
How to compute the
num_of_st
:
3878
num_of_st
should be 7/6 when x87 returns, otherwise it will be 8.
local
3879
return the value of
num_of_st
. */
3890
unsigned int
num_of_st
= 0;
3895
num_of_st
++;
3899
if (
num_of_st
== 0)
3912
num_of_st
= 6
[
all
...]
i386.cc
3858
Assume the number of st registers that are zeroed is
num_of_st
,
3868
i.e.,
num_of_st
fldz followed by
num_of_st
fstp to clear the stack
3871
How to compute the
num_of_st
:
3878
num_of_st
should be 7/6 when x87 returns, otherwise it will be 8.
local
3879
return the value of
num_of_st
. */
3890
unsigned int
num_of_st
= 0;
3895
num_of_st
++;
3899
if (
num_of_st
== 0)
3912
num_of_st
= 6
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc
3757
Assume the number of st registers that are zeroed is
num_of_st
,
3767
i.e.,
num_of_st
fldz followed by
num_of_st
fstp to clear the stack
3770
How to compute the
num_of_st
:
3777
num_of_st
should be 7/6 when x87 returns, otherwise it will be 8.
local
3778
return the value of
num_of_st
. */
3789
unsigned int
num_of_st
= 0;
3794
num_of_st
++;
3798
if (
num_of_st
== 0)
3811
num_of_st
= 6
[
all
...]
i386.cc
3757
Assume the number of st registers that are zeroed is
num_of_st
,
3767
i.e.,
num_of_st
fldz followed by
num_of_st
fstp to clear the stack
3770
How to compute the
num_of_st
:
3777
num_of_st
should be 7/6 when x87 returns, otherwise it will be 8.
local
3778
return the value of
num_of_st
. */
3789
unsigned int
num_of_st
= 0;
3794
num_of_st
++;
3798
if (
num_of_st
== 0)
3811
num_of_st
= 6
[
all
...]
Completed in 40 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026