Searched refs:brneg (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 9481 macro_build_branch_likely (const char *br, const char *brneg, in macro_build_branch_likely() argument 9493 macro_build (&expr1, brneg, fmt, sreg, treg); in macro_build_branch_likely() 9515 const char *brneg; in macro_build_branch_ccl() local 9522 brneg = "bc1t"; in macro_build_branch_ccl() 9526 brneg = "bc1f"; in macro_build_branch_ccl() 9530 brneg = "bc2t"; in macro_build_branch_ccl() 9534 brneg = "bc2f"; in macro_build_branch_ccl() 9539 macro_build_branch_likely (br, brneg, call, ep, "N,p", cc, ZERO); in macro_build_branch_ccl() 9548 const char *brneg = NULL; in macro_build_branch_rs() local 9559 brneg = "bltz"; in macro_build_branch_rs() [all …]
|