Searched refs:F_CONDBR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dsparc.h108 #define F_CONDBR 8 /* Conditional branch. */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dsparc-opc.c1112 tr(top, F3(2, 0x3a, 0)|(mask), F3(~2, ~0x3a, 0)|((~mask)&COND(~0)), ((flags) & ~(F_UNBR|F_CONDBR)))
1121 cond ("bcc", "tcc", CONDCC, F_CONDBR),
1122 cond ("bcs", "tcs", CONDCS, F_CONDBR),
1123 cond ("be", "te", CONDE, F_CONDBR),
1124 cond ("beq", "teq", CONDE, F_CONDBR|F_ALIAS),
1125 cond ("bg", "tg", CONDG, F_CONDBR),
1126 cond ("bgt", "tgt", CONDG, F_CONDBR|F_ALIAS),
1127 cond ("bge", "tge", CONDGE, F_CONDBR),
1128 cond ("bgeu", "tgeu", CONDGEU, F_CONDBR|F_ALIAS), /* for cc */
1129 cond ("bgu", "tgu", CONDGU, F_CONDBR),
[all...]
H A Dsparc-dis.c993 if (opcode->flags & (F_UNBR|F_CONDBR|F_JSR))
998 if (opcode->flags & F_CONDBR)

Completed in 71 milliseconds