Home
last modified time | relevance | path

Searched refs:output_cbranch (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium-protos.h50 extern const char *output_cbranch (rtx, enum rtx_code, machine_mode, int,
H A Dvisium.md2453 return output_cbranch (operands[0], GET_CODE (operands[1]),
2466 return output_cbranch (operands[0], GET_CODE (operands[1]),
2481 return output_cbranch (pc_rtx, GET_CODE (operands[0]),
2494 return output_cbranch (pc_rtx, GET_CODE (operands[0]),
H A Dvisium.c3163 output_cbranch (rtx label, enum rtx_code code, machine_mode cc_mode, in output_cbranch() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium-protos.h50 extern const char *output_cbranch (rtx, enum rtx_code, machine_mode, int,
H A Dvisium.md2453 return output_cbranch (operands[0], GET_CODE (operands[1]),
2466 return output_cbranch (operands[0], GET_CODE (operands[1]),
2481 return output_cbranch (pc_rtx, GET_CODE (operands[0]),
2494 return output_cbranch (pc_rtx, GET_CODE (operands[0]),
H A Dvisium.cc3165 output_cbranch (rtx label, enum rtx_code code, machine_mode cc_mode, in output_cbranch() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc-protos.h74 extern const char *output_cbranch (rtx, rtx, int, int, int, rtx_insn *);
H A Dsparc.md447 ;; has a side-effect (see output_cbranch and output_v9branch).
1434 return output_cbranch (operands[0], operands[1], 1, 0,
1450 return output_cbranch (operands[0], operands[1], 1, 1,
1467 return output_cbranch (operands[1], operands[2], 2, 0,
1484 return output_cbranch (operands[1], operands[2], 2, 1,
1501 return output_cbranch (operands[1], operands[2], 2, 0,
1518 return output_cbranch (operands[1], operands[2], 2, 1,
H A Dsparc.c8198 output_cbranch (rtx op, rtx dest, int label, int reversed, int annul, in output_cbranch() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc-protos.h75 extern const char *output_cbranch (rtx, rtx, int, int, int, rtx_insn *);
H A Dsparc.md447 ;; has a side-effect (see output_cbranch and output_v9branch).
1434 return output_cbranch (operands[0], operands[1], 1, 0,
1450 return output_cbranch (operands[0], operands[1], 1, 1,
1467 return output_cbranch (operands[1], operands[2], 2, 0,
1484 return output_cbranch (operands[1], operands[2], 2, 1,
1501 return output_cbranch (operands[1], operands[2], 2, 0,
1518 return output_cbranch (operands[1], operands[2], 2, 1,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-protos.h118 extern char * output_cbranch (rtx, const char *, int, rtx_insn *);
H A Drs6000.md12349 return output_cbranch (operands[1], "%l0", 0, insn);
12410 return output_cbranch (operands[0], NULL, 0, insn);
12842 char *bcs = output_cbranch (operands[3], ".Lshort%=", 1, insn);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-protos.h119 extern char * output_cbranch (rtx, const char *, int, rtx_insn *);
H A Drs6000.md13056 return output_cbranch (operands[1], "%l0", 0, insn);
13117 return output_cbranch (operands[0], NULL, 0, insn);
13559 char *bcs = output_cbranch (operands[3], ".Lshort%=", 1, insn);
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-nios2.c3370 output_cbranch (nios2_insn_infoS *insn) in output_cbranch() function
3727 output_cbranch (insn); in md_assemble()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-nios2.c3370 output_cbranch (nios2_insn_infoS *insn) in output_cbranch() function
3727 output_cbranch (insn); in md_assemble()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2014365 (output_cbranch): Likewise.
H A DChangeLog-20151039 (output_cbranch): Likewise.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2014365 (output_cbranch): Likewise.
H A DChangeLog-20151039 (output_cbranch): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20009618 (output_cbranch): The length of a long branch insn is
17285 * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
18790 * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
19596 (output_cbranch): Remove "cr" decoration for now.
19704 * config/rs6000/rs6000-protos.h: Add output_cbranch.
19707 (output_cbranch): New function. Support branch prediction.
19708 * config/rs6000/rs6000.md: Use output_cbranch for
22169 (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
29928 * sparc.c (output_cbranch): Fix accidental squashing of the
29946 (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
[all …]
H A DFSFChangeLog.10622 (output_cbranch): Delete fp_cond_reg argument.
631 (*{normal,inverted}_{,fp,fpe}_branch): Update call to output_cbranch.
4362 * pa.c (output_cbranch): Fix buglet in length handling of
6228 * pa.c (output_cbranch): When checking for a jump to the given
H A DChangeLog-20023595 (output_cbranch): Move call to gen_label_rtx.
4294 (output_cbranch): Replace rs6000_reverse_condition call
11365 * config/rs6000/rs6000.c (output_cbranch): Hint differently for power4.
12330 (output_cbranch): Handle SPE hard floats.
25737 (output_cbranch): Use $PIC_pcrel$0 for pc relative relocations when
26762 * config/sparc/sparc.c (output_cbranch): Use REG_BR_PROB, not
28642 inverted_fp_branch): Adjust calls to output_cbranch.
28649 (output_cbranch): Likewise. Handle far branches.
28651 * config/sparc/sparc-protos.h (output_cbranch, output_v9branch):
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.10622 (output_cbranch): Delete fp_cond_reg argument.
631 (*{normal,inverted}_{,fp,fpe}_branch): Update call to output_cbranch.
4362 * pa.c (output_cbranch): Fix buglet in length handling of
6228 * pa.c (output_cbranch): When checking for a jump to the given

12