Home
last modified time | relevance | path

Searched refs:sparc_check_64 (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc-protos.h102 extern int sparc_check_64 (rtx, rtx_insn *);
H A Dsync.md246 if (sparc_check_64 (operands[3], insn) <= 0)
250 if (sparc_check_64 (operands[2], insn) <= 0)
H A Dsparc.c10450 if (sparc_check_64 (op0, insn) == 1) in set_extends()
10452 return (GET_CODE (op1) == REG && sparc_check_64 (op1, insn) == 1); in set_extends()
10459 if (GET_CODE (op0) != REG || sparc_check_64 (op0, insn) <= 0) in set_extends()
10463 return (GET_CODE (op1) == REG && sparc_check_64 (op1, insn) == 1); in set_extends()
10474 return sparc_check_64 (SET_SRC (pat), insn); in set_extends()
10584 sparc_check_64 (rtx x, rtx_insn *insn) in sparc_check_64() function
10664 if (sparc_check_64 (operands[1], insn) <= 0) in output_v8plus_shift()
13296 if (sparc_check_64 (operands[1], insn) <= 0) in output_v8plus_mult()
13338 if (sparc_check_64 (operands[2], insn) <= 0) in output_v8plus_mult()
H A Dsparc.md7524 if (sparc_check_64 (operands[1], insn) <= 0)
7559 if (sparc_check_64 (operands[1], insn) <= 0)
7591 if (sparc_check_64 (operands[1], insn) <= 0)
7632 if (sparc_check_64 (operands[1], insn) <= 0)
8826 || sparc_check_64 (operands[0], insn))
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc-protos.h103 extern int sparc_check_64 (rtx, rtx_insn *);
H A Dsync.md246 if (sparc_check_64 (operands[3], insn) <= 0)
250 if (sparc_check_64 (operands[2], insn) <= 0)
H A Dsparc.cc10412 if (sparc_check_64 (op0, insn) == 1) in set_extends()
10414 return (GET_CODE (op1) == REG && sparc_check_64 (op1, insn) == 1); in set_extends()
10421 if (GET_CODE (op0) != REG || sparc_check_64 (op0, insn) <= 0) in set_extends()
10425 return (GET_CODE (op1) == REG && sparc_check_64 (op1, insn) == 1); in set_extends()
10436 return sparc_check_64 (SET_SRC (pat), insn); in set_extends()
10546 sparc_check_64 (rtx x, rtx_insn *insn) in sparc_check_64() function
10626 if (sparc_check_64 (operands[1], insn) <= 0) in output_v8plus_shift()
13261 if (sparc_check_64 (operands[1], insn) <= 0) in output_v8plus_mult()
13303 if (sparc_check_64 (operands[2], insn) <= 0) in output_v8plus_mult()
H A Dsparc.md7524 if (sparc_check_64 (operands[1], insn) <= 0)
7559 if (sparc_check_64 (operands[1], insn) <= 0)
7591 if (sparc_check_64 (operands[1], insn) <= 0)
7632 if (sparc_check_64 (operands[1], insn) <= 0)
8826 || sparc_check_64 (operands[0], insn))
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.dataflow485 * config/sparc/sparc.c (sparc_check_64): Changed REG_N_SETS to
H A DChangeLog-199812390 * sparc.c (sparc_check_64): Add braces around ambiguous `else'.
H A DChangeLog-201421555 (sparc_check_64): Likewise for second param.
21562 (sparc_check_64): Likewise.
H A DChangeLog-20002835 (sparc_check_64): Abort if first argument is not REG.
H A DChangeLog-200717909 * config/sparc/sparc.c (sparc_check_64): Check df != NULL.