/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs.h | 301 extern void expand_fix (rtx, rtx, int);
|
H A D | optabs.c | 4981 expand_fix (rtx to, rtx from, int unsignedp) in expand_fix() function 5087 expand_fix (to, from, 0); in expand_fix() 5097 expand_fix (to, target, 0); in expand_fix() 5131 expand_fix (target, from, unsignedp); in expand_fix()
|
H A D | expr.c | 7620 expand_fix (target, op1, code == UNSIGNED_FIX); in force_operand() 9149 expand_fix (target, op0, unsignedp); in expand_expr_real_2()
|
H A D | builtins.c | 2843 expand_fix (target, tmp, 0); in expand_builtin_int_roundingfn()
|
H A D | FSFChangeLog.10 | 2465 * optabs.c (expand_fix): Don't copy TARGET to TO if same.
|
H A D | FSFChangeLog.11 | 9617 (expand_binop, expand_fix): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs.h | 312 extern void expand_fix (rtx, rtx, int);
|
H A D | optabs.cc | 5548 expand_fix (rtx to, rtx from, int unsignedp) in expand_fix() function 5655 expand_fix (to, from, 0); in expand_fix() 5665 expand_fix (to, target, 0); in expand_fix() 5699 expand_fix (target, from, unsignedp); in expand_fix()
|
H A D | expr.cc | 7981 expand_fix (target, op1, code == UNSIGNED_FIX); in force_operand() 9600 expand_fix (target, op0, unsignedp); in expand_expr_real_2()
|
H A D | builtins.cc | 2883 expand_fix (target, tmp, 0); in expand_builtin_int_roundingfn()
|
H A D | ChangeLog-2007 | 7699 (expand_fix): Fix comment typos; extend binary float into mode 8065 (expand_fix): Fix comment typos; extend binary float into mode 8249 (expand_fix): Fix comment typos; extend binary float into mode 8660 expand_float, expand_fix, new_optab, new_convert_optab): 11894 (expand_fix): Likewise.
|
H A D | ChangeLog-2017 | 9057 * optabs.c (expand_float, expand_fix): Use it. 17384 (expand_fix): Likewise. 17857 (expand_fix): Likewise. 17866 (expand_fix): Likewise. 19177 (expand_fix): Likewise.
|
H A D | ChangeLog-1999 | 17004 (expand_fix): Use set_unique_reg_note. 19391 (expand_float, expand_fix): Use emit_cmp_and_jump_insns.
|
H A D | ChangeLog-2005 | 256 * expr.c (force_operand): Use expand_fix and expand_float to 12523 emit_conditional_add,expand_float,expand_fix): Ditto. 22931 expand_float, expand_fix, debug_optab_libfuncs, gen_cond_trap,
|
H A D | FSFChangeLog.10 | 2465 * optabs.c (expand_fix): Don't copy TARGET to TO if same.
|
H A D | ChangeLog-2004 | 23480 expand_fix, expand_float, prepare_cmp_insn): Likewise. 41362 (expand_fix): Manually inline ftruncify above. 47557 (fix_trunctfsi2): Use expand_fix rather than trying to generate
|
H A D | FSFChangeLog.11 | 9617 (expand_binop, expand_fix): Likewise.
|
H A D | ChangeLog-2003 | 6481 (expand_float, expand_fix): Use new conversion optabs, 31641 * optabs.c (expand_fix): Do not widen the input operand.
|
H A D | ChangeLog-2002 | 28129 (convert_modes, store_field), optabs.c (expand_fix), 34838 * optabs.c (expand_fix): Look for wider integer modes first.
|
H A D | ChangeLog-2011 | 1311 (emit_libcall_block, expand_fix): Likewise. 19207 expand_float, expand_fix): Likewise.
|
H A D | ChangeLog-2015 | 14043 * optabs.c (expand_float, expand_fix): Likewise. 25677 (expand_float, expand_fix): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-expand.c | 15782 expand_fix (op0, adj, 0); in ix86_expand_lround() 15803 expand_fix (ireg, op1, 0); in ix86_expand_lfloorceil() 15932 expand_fix (xi, res, 0); in ix86_expand_floorceil() 16064 expand_fix (xi, res, 0); in ix86_expand_trunc() 16174 expand_fix (xi, xa, 0); in ix86_expand_round()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-expand.cc | 17817 expand_fix (op0, adj, 0); in ix86_expand_lround() 17838 expand_fix (ireg, op1, 0); in ix86_expand_lfloorceil() 17970 expand_fix (xi, res, 0); in ix86_expand_floorceil() 18100 expand_fix (xi, res, 0); in ix86_expand_trunc() 18210 expand_fix (xi, xa, 0); in ix86_expand_round()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.md | 5381 expand_fix (operands[0], op1, 0); 5393 expand_fix (operands[0], op1, 0);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.md | 5382 expand_fix (operands[0], op1, 0); 5394 expand_fix (operands[0], op1, 0);
|