Searched refs:MIPS_BRANCH (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/gcc/config/mips/ |
| D | mips-ps-3d.md | 513 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"));
|
| D | mips.md | 4338 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"));
|
| D | mips.c | 9435 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()
|
| D | mips.h | 2334 #define MIPS_BRANCH(OPCODE, OPERANDS) \ macro
|
| /freebsd-10-stable/contrib/gcc/ |
| D | ChangeLog-2006 | 9867 * config/mips/mips.h (MIPS_BRANCH): New macro.
|