Searched refs:fp_xmm (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dreg.h74 #define fp_xmm fxstate.fx_xmm macro
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_machdep.c244 memcpy(&fpstate.xmm_space, &fpregs.fp_xmm,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.c14117 rtx int_xmm, fp_xmm;
14142 /* int_xmm = {0x45300000UL, fp_xmm/hi, 0x43300000, fp_xmm/lo } */
14151 fp_xmm = copy_to_mode_reg (V2DFmode, gen_lowpart (V2DFmode, int_xmm));
14161 emit_insn (gen_subv2df3 (fp_xmm, fp_xmm, biases));
14165 emit_insn (gen_sse3_haddv2df3 (fp_xmm, fp_xmm, fp_xmm));
14168 x = copy_to_mode_reg (V2DFmode, fp_xmm);
14087 rtx int_xmm, fp_xmm; local
[all...]

Completed in 205 milliseconds