Searched refs:brneg (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 9587 macro_build_branch_likely (const char *br, const char *brneg, in macro_build_branch_likely() argument 9599 macro_build (&expr1, brneg, fmt, sreg, treg); in macro_build_branch_likely() 9621 const char *brneg; in macro_build_branch_ccl() local 9628 brneg = "bc1t"; in macro_build_branch_ccl() 9632 brneg = "bc1f"; in macro_build_branch_ccl() 9636 brneg = "bc2t"; in macro_build_branch_ccl() 9640 brneg = "bc2f"; in macro_build_branch_ccl() 9645 macro_build_branch_likely (br, brneg, call, ep, "N,p", cc, ZERO); in macro_build_branch_ccl() 9654 const char *brneg = NULL; in macro_build_branch_rs() local 9665 brneg = "bltz"; in macro_build_branch_rs() [all …]
|