Home
last modified time | relevance | path

Searched refs:penv_87 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c146 struct env87 *penv_87; in fill_fpregs32() local
156 penv_87 = &sv_87->sv_env; in fill_fpregs32()
162 penv_87->en_cw = penv_xmm->en_cw; in fill_fpregs32()
163 penv_87->en_sw = penv_xmm->en_sw; in fill_fpregs32()
171 penv_87->en_fip = penv_xmm->en_rip; in fill_fpregs32()
174 penv_87->en_foo = penv_xmm->en_rdp; in fill_fpregs32()
210 penv_87->en_tw = tw; in fill_fpregs32()
225 penv_xmm->en_cw = penv_87->en_cw; in set_fpregs32()
226 penv_xmm->en_sw = penv_87->en_sw; in set_fpregs32()
227 penv_xmm->en_rip = penv_87->en_fip; in set_fpregs32()
[all …]
/f-stack/freebsd/i386/i386/
H A Dnpx.c1155 struct env87 *penv_87; in npx_fill_fpregs_xmm1() local
1163 penv_87 = &sv_87->sv_env; in npx_fill_fpregs_xmm1()
1167 penv_87->en_cw = penv_xmm->en_cw; in npx_fill_fpregs_xmm1()
1168 penv_87->en_sw = penv_xmm->en_sw; in npx_fill_fpregs_xmm1()
1169 penv_87->en_fip = penv_xmm->en_fip; in npx_fill_fpregs_xmm1()
1170 penv_87->en_fcs = penv_xmm->en_fcs; in npx_fill_fpregs_xmm1()
1207 penv_87->en_tw = tw; in npx_fill_fpregs_xmm1()
1221 struct env87 *penv_87; in npx_set_fpregs_xmm() local
1225 penv_87 = &sv_87->sv_env; in npx_set_fpregs_xmm()
1229 penv_xmm->en_cw = penv_87->en_cw; in npx_set_fpregs_xmm()
[all …]