Searched refs:expand_float (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | optabs.h | 598 extern void expand_float (rtx, rtx, int);
|
| H A D | optabs.c | 4496 expand_float (rtx to, rtx from, int unsignedp) in expand_float() function 4595 expand_float (target, from, 0); in expand_float() 4611 expand_float (target, temp, 0); in expand_float() 4633 expand_float (target, from, 0); in expand_float()
|
| H A D | expr.c | 6090 expand_float (target, op1, code == UNSIGNED_FLOAT); in force_operand() 8263 expand_float (target, op0, in expand_expr_real_1()
|
| H A D | ChangeLog-2005 | 256 * expr.c (force_operand): Use expand_fix and expand_float to 3739 * optabs.c (expand_float): If target does not define a pattern for 12524 emit_conditional_add,expand_float,expand_fix): Ditto. 22932 expand_float, expand_fix, debug_optab_libfuncs, gen_cond_trap,
|
| H A D | ChangeLog-1999 | 6735 (expand_float): Fix a slightly broken emit_cmp_insn/emit_jump_insn 19391 (expand_float, expand_fix): Use emit_cmp_and_jump_insns.
|
| H A D | FSFChangeLog.10 | 4833 * optabs.c (expand_float): Emit missing barrier after unconditional
|
| H A D | ChangeLog-2004 | 23480 expand_fix, expand_float, prepare_cmp_insn): Likewise. 29877 expand_abs, emit_no_conflict_block, emit_libcall_block, expand_float): 47555 * config/rs6000/rs6000.md (floatsitf2): Use expand_float rather
|
| H A D | ChangeLog-2003 | 6481 (expand_float, expand_fix): Use new conversion optabs, 33452 * optabs.c (expand_float): Search wider integer modes first.
|
| H A D | ChangeLog-2000 | 18794 * optabs.c (expand_float): Don't allow mode widening that causes
|
| H A D | ChangeLog-2002 | 7503 * optabs.c (expand_float): Use real_2expN.
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64.md | 2087 expand_float (op1_xf, operands[1], 0); 2092 expand_float (op2_xf, operands[2], 0); 2147 expand_float (op1_xf, operands[1], 1); 2152 expand_float (op2_xf, operands[2], 1); 2514 expand_float (op1_xf, operands[1], 0); 2519 expand_float (op2_xf, operands[2], 0); 2563 expand_float (op1_xf, operands[1], 1); 2568 expand_float (op2_xf, operands[2], 1);
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.c | 18780 expand_float (f0, i0, 0); in x86_emit_floatuns()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.md | 8449 expand_float (tmp, operands[1], false);
|