Searched refs:tilegx_output_cbranch (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
H A D | tilegx-protos.h | 48 extern const char *tilegx_output_cbranch (rtx_insn *, rtx *, bool);
|
H A D | tilegx.c | 2690 tilegx_output_cbranch (rtx_insn *insn, rtx *operands, bool reversed) in tilegx_output_cbranch() function
|
H A D | tilegx.md | 2809 { return tilegx_output_cbranch (insn, operands, false); } 2821 { return tilegx_output_cbranch (insn, operands, true); }
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
H A D | tilegx-protos.h | 48 extern const char *tilegx_output_cbranch (rtx_insn *, rtx *, bool);
|
H A D | tilegx.cc | 2691 tilegx_output_cbranch (rtx_insn *insn, rtx *operands, bool reversed) in tilegx_output_cbranch() function
|
H A D | tilegx.md | 2809 { return tilegx_output_cbranch (insn, operands, false); } 2821 { return tilegx_output_cbranch (insn, operands, true); }
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2014 | 24450 (tilegx_output_cbranch): Likewise. 24459 (tilegx_output_cbranch): Likewise.
|