Home
last modified time | relevance | path

Searched refs:MIPS_BRANCH (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/mips/
Dmips-ps-3d.md513 MIPS_BRANCH ("b%F0", "%2,%1"),
514 MIPS_BRANCH ("b%W0", "%2,%1"));
535 MIPS_BRANCH ("b%W0", "%2,%1"),
536 MIPS_BRANCH ("b%F0", "%2,%1"));
Dmips.md4338 MIPS_BRANCH ("b%F0", "%Z2%1"),
4339 MIPS_BRANCH ("b%W0", "%Z2%1"));
4355 MIPS_BRANCH ("b%W0", "%Z2%1"),
4356 MIPS_BRANCH ("b%F0", "%Z2%1"));
4402 MIPS_BRANCH ("b%C0", "%2,%z3,%1"),
4403 MIPS_BRANCH ("b%N0", "%2,%z3,%1"));
4419 MIPS_BRANCH ("b%N0", "%2,%z3,%1"),
4420 MIPS_BRANCH ("b%C0", "%2,%z3,%1"));
Dmips.c9435 branch[!inverted_p] = MIPS_BRANCH ("bne", "%2,%.,%1"); in mips_output_order_conditional_branch()
9436 branch[inverted_p] = MIPS_BRANCH ("beq", "%2,%.,%1"); in mips_output_order_conditional_branch()
9444 branch[!inverted_p] = MIPS_BRANCH ("beq", "%.,%.,%1"); in mips_output_order_conditional_branch()
9445 branch[inverted_p] = MIPS_BRANCH ("bne", "%.,%.,%1"); in mips_output_order_conditional_branch()
9449 branch[!inverted_p] = MIPS_BRANCH ("b%C0z", "%2,%1"); in mips_output_order_conditional_branch()
9450 branch[inverted_p] = MIPS_BRANCH ("b%N0z", "%2,%1"); in mips_output_order_conditional_branch()
Dmips.h2334 #define MIPS_BRANCH(OPCODE, OPERANDS) \ macro
/freebsd-10-stable/contrib/gcc/
DChangeLog-20069867 * config/mips/mips.h (MIPS_BRANCH): New macro.