Searched refs:gen_round (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr-fixed.md | 454 emit_insn (gen_round<mode>3_const (operands[0], operands[1], operands[2]));
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr-fixed.md | 656 emit_insn (gen_round<mode>3_const (operands[0], operands[1], operands[2]));
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-expand.c | 16267 rtx (*gen_round) (rtx, rtx, rtx); in ix86_expand_round_sse4() local 16273 gen_round = gen_sse4_1_roundsf2; in ix86_expand_round_sse4() 16277 gen_round = gen_sse4_1_rounddf2; in ix86_expand_round_sse4() 16300 emit_insn (gen_round (res, e2, GEN_INT (ROUND_TRUNC))); in ix86_expand_round_sse4()
|
| H A D | sse.md | 18119 emit_insn (gen_round<mode>2 (tmp, operands[1])); 18151 emit_insn (gen_round<mode>2 (tmp0, operands[1])); 18152 emit_insn (gen_round<mode>2 (tmp1, operands[2]));
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 18302 rtx (*gen_round) (rtx, rtx, rtx); in ix86_expand_round_sse4() local 18308 gen_round = gen_sse4_1_roundsf2; in ix86_expand_round_sse4() 18312 gen_round = gen_sse4_1_rounddf2; in ix86_expand_round_sse4() 18335 emit_insn (gen_round (res, e2, GEN_INT (ROUND_TRUNC))); in ix86_expand_round_sse4()
|
| H A D | sse.md | 22900 emit_insn (gen_round<mode>2 (tmp, operands[1])); 22932 emit_insn (gen_round<mode>2 (tmp0, operands[1])); 22933 emit_insn (gen_round<mode>2 (tmp1, operands[2]));
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000.md | 4839 emit_insn (gen_round<mode>2 (frin, div));
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000.md | 5110 emit_insn (gen_round<mode>2 (frin, div));
|