Home
last modified time | relevance | path

Searched refs:F_CONDBR (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/binutils/opcodes/
H A Dsparc-opc.c1119 cond ("bcc", "tcc", CONDCC, F_CONDBR),
1120 cond ("bcs", "tcs", CONDCS, F_CONDBR),
1121 cond ("be", "te", CONDE, F_CONDBR),
1123 cond ("bg", "tg", CONDG, F_CONDBR),
1125 cond ("bge", "tge", CONDGE, F_CONDBR),
1128 cond ("bl", "tl", CONDL, F_CONDBR),
1133 cond ("bn", "tn", CONDN, F_CONDBR),
1158 /* v9 */ condr("brnz", 0x5, F_CONDBR),
1159 /* v9 */ condr("brz", 0x1, F_CONDBR),
1161 /* v9 */ condr("brlz", 0x3, F_CONDBR),
[all …]
H A Dsparc-dis.c993 if (opcode->flags & (F_UNBR|F_CONDBR|F_JSR)) in print_insn_sparc()
998 if (opcode->flags & F_CONDBR) in print_insn_sparc()
H A DChangeLog-92973397 * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch
/freebsd-12.1/contrib/binutils/include/opcode/
H A Dsparc.h108 #define F_CONDBR 8 /* Conditional branch. */ macro
H A DChangeLog-91032760 * sparc.h (F_JSR, F_UNBR, F_CONDBR): Add new flags to mark
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-sparc.c1328 && ((last_insn->flags & (F_UNBR | F_CONDBR | F_FBR)) == 0