Searched refs:can_fix_p (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs-query.h | 176 enum insn_code can_fix_p (machine_mode, machine_mode, int, bool *);
|
H A D | optabs-tree.c | 312 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
|
H A D | optabs-query.c | 306 can_fix_p (machine_mode fixmode, machine_mode fltmode, in can_fix_p() function
|
H A D | optabs.c | 4999 icode = can_fix_p (imode, fmode, unsignedp, &must_trunc); in expand_fix() 5001 icode = can_fix_p (imode, fmode, 0, &must_trunc), doing_unsigned = 0; in expand_fix() 5061 if (CODE_FOR_nothing != can_fix_p (to_mode, fmode, in expand_fix()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs-query.h | 176 enum insn_code can_fix_p (machine_mode, machine_mode, int, bool *);
|
H A D | optabs-tree.cc | 402 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
|
H A D | optabs-query.cc | 306 can_fix_p (machine_mode fixmode, machine_mode fltmode, in can_fix_p() function
|
H A D | optabs.cc | 5566 icode = can_fix_p (imode, fmode, unsignedp, &must_trunc); in expand_fix() 5568 icode = can_fix_p (imode, fmode, 0, &must_trunc), doing_unsigned = 0; in expand_fix() 5629 if (CODE_FOR_nothing != can_fix_p (to_mode, fmode, in expand_fix()
|
H A D | ChangeLog-2000 | 18102 (gen_extend_insn, can_fix_p, can_float_p): Likewise.
|
H A D | ChangeLog-2007 | 11891 (can_fix_p): Likewise.
|
H A D | ChangeLog-2003 | 6480 (can_extend_p, gen_extend_insn, can_fix_p, can_float_p)
|
H A D | ChangeLog-2004 | 41363 (can_fix_p): Add FIXME note.
|