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

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c9485 branch[!inverted_p] = MIPS_BRANCH ("bne", "%2,%.,%1");
9486 branch[inverted_p] = MIPS_BRANCH ("beq", "%2,%.,%1");
9494 branch[!inverted_p] = MIPS_BRANCH ("beq", "%.,%.,%1");
9495 branch[inverted_p] = MIPS_BRANCH ("bne", "%.,%.,%1");
9499 branch[!inverted_p] = MIPS_BRANCH ("b%C0z", "%2,%1");
9500 branch[inverted_p] = MIPS_BRANCH ("b%N0z", "%2,%1");
H A Dmips.h2356 #define MIPS_BRANCH(OPCODE, OPERANDS) \
2337 #define MIPS_BRANCH macro

Completed in 164 milliseconds