Home
last modified time | relevance | path

Searched refs:mhalf (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.opt22 mhalf-reg-file
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.opt22 mhalf-reg-file
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c15538 rtx x0, e0, e1, e2, e3, mthree, mhalf; in ix86_emit_swsqrtsf() local
15570 mhalf = const_double_from_real_value (r, SFmode); in ix86_emit_swsqrtsf()
15576 mhalf = ix86_build_const_vector (mode, true, mhalf); in ix86_emit_swsqrtsf()
15622 mhalf = force_reg (mode, mhalf); in ix86_emit_swsqrtsf()
15625 emit_insn (gen_rtx_SET (e3, gen_rtx_MULT (mode, x0, mhalf))); in ix86_emit_swsqrtsf()
15628 emit_insn (gen_rtx_SET (e3, gen_rtx_MULT (mode, e0, mhalf))); in ix86_emit_swsqrtsf()
16209 rtx xa, xa2, dxa, TWO52, tmp, half, mhalf, one, res, mask; in ix86_expand_rounddf_32() local
16235 mhalf = expand_simple_binop (mode, MINUS, half, one, NULL_RTX, in ix86_expand_rounddf_32()
16244 tmp = ix86_expand_sse_compare_mask (UNGE, mhalf, dxa, false); in ix86_expand_rounddf_32()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc17562 rtx x0, e0, e1, e2, e3, mthree, mhalf; in ix86_emit_swsqrtsf() local
17594 mhalf = const_double_from_real_value (r, SFmode); in ix86_emit_swsqrtsf()
17600 mhalf = ix86_build_const_vector (mode, true, mhalf); in ix86_emit_swsqrtsf()
17657 mhalf = force_reg (mode, mhalf); in ix86_emit_swsqrtsf()
17660 emit_insn (gen_rtx_SET (e3, gen_rtx_MULT (mode, x0, mhalf))); in ix86_emit_swsqrtsf()
17663 emit_insn (gen_rtx_SET (e3, gen_rtx_MULT (mode, e0, mhalf))); in ix86_emit_swsqrtsf()
18245 rtx xa, xa2, dxa, TWO52, tmp, half, mhalf, one, res, mask; in ix86_expand_rounddf_32() local
18270 mhalf = expand_simple_binop (mode, MINUS, half, one, NULL_RTX, in ix86_expand_rounddf_32()
18279 tmp = ix86_expand_sse_compare_mask (UNGE, mhalf, dxa, false); in ix86_expand_rounddf_32()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc22622 rtx mhalf; in rs6000_emit_swsqrt() local
22628 mhalf = rs6000_load_constant_and_splat (mode, dconsthalf); in rs6000_emit_swsqrt()
22656 emit_insn (gen_mul (h, e, mhalf)); in rs6000_emit_swsqrt()
22663 rs6000_emit_nmsub (t, g, h, mhalf); in rs6000_emit_swsqrt()
22675 rs6000_emit_nmsub (t1, g, h, mhalf); in rs6000_emit_swsqrt()
22689 rs6000_emit_nmsub (t, g, h, mhalf); in rs6000_emit_swsqrt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c22018 rtx mhalf; in rs6000_emit_swsqrt() local
22024 mhalf = rs6000_load_constant_and_splat (mode, dconsthalf); in rs6000_emit_swsqrt()
22052 emit_insn (gen_mul (h, e, mhalf)); in rs6000_emit_swsqrt()
22059 rs6000_emit_nmsub (t, g, h, mhalf); in rs6000_emit_swsqrt()
22071 rs6000_emit_nmsub (t1, g, h, mhalf); in rs6000_emit_swsqrt()
22085 rs6000_emit_nmsub (t, g, h, mhalf); in rs6000_emit_swsqrt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dinvoke.texi710 @gccoptlist{-mhalf-reg-file -mprefer-short-insn-regs @gol
17274 @item -mhalf-reg-file
17275 @opindex mhalf-reg-file
H A Dgcc.info1036 -mhalf-reg-file -mprefer-short-insn-regs
16310 '-mhalf-reg-file'
62304 * mhalf-reg-file: Adapteva Epiphany Options.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dinvoke.texi761 @gccoptlist{-mhalf-reg-file -mprefer-short-insn-regs @gol
19491 @item -mhalf-reg-file
19492 @opindex mhalf-reg-file
H A Dgcc.info1085 -mhalf-reg-file -mprefer-short-insn-regs
18320 '-mhalf-reg-file'
65416 * mhalf-reg-file: Adapteva Epiphany Options.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200315001 * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.