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

/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c9447 mips_output_order_conditional_branch (rtx insn, rtx *operands, bool inverted_p)
9457 inverted_p = !inverted_p;
9460 branch[!inverted_p] = MIPS_BRANCH ("bne", "%2,%.,%1");
9461 branch[inverted_p] = MIPS_BRANCH ("beq", "%2,%.,%1");
9466 inverted_p = !inverted_p;
9469 branch[!inverted_p] = MIPS_BRANCH ("beq", "%.,%.,%1");
9470 branch[inverted_p] = MIPS_BRANCH ("bne", "%.,%.,%1");
9474 branch[!inverted_p]
9398 mips_output_order_conditional_branch(rtx insn, rtx *operands, bool inverted_p) argument
[all...]

Completed in 60 milliseconds