OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s87_tw
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/x86/x86/
convert_xmm_s87.c
58
* Additionally the
s87_tw
and
s87_tw
are 'indexed' by the actual
93
s87->
s87_tw
= 0xffff;
118
s87->
s87_tw
= tag;
149
tag = s87->
s87_tw
; /* 0b11 => unused */
fpu.c
787
fpu_save->sv_87.
s87_tw
= 0xffff;
828
fpu_save->sv_87.
s87_tw
= 0xffff;
/src/tests/usr.bin/xlint/lint1/
gcc_attribute_aligned.c
44
uint16_t
s87_tw
__attribute__((aligned(4)));
member in struct:save87
expr_sizeof.c
250
uint16_t
s87_tw
_Alignas(4);
/src/tests/sys/x86/
t_convert_xmm_s87.c
102
ATF_CHECK_EQ(fsave_conv.
s87_tw
, fsave.
s87_tw
);
157
fsave.
s87_tw
= FIXED_TEST_VECTORS[i].tw;
195
ATF_CHECK_EQ(fsave.
s87_tw
, FIXED_TEST_VECTORS[i].tw);
/src/sys/arch/x86/include/
cpu_extended_state.h
106
uint16_t
s87_tw
__aligned(4); /* tag word */
/src/tests/lib/libc/sys/
t_ptrace_x86_wait.h
2473
out->tw = fsave.
s87_tw
;
3756
ATF_CHECK_EQ(fpr.fstate.
s87_tw
,
4017
fpr.fstate.
s87_tw
= expected_fpu.tw;
Completed in 169 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025