Searched refs:macro_build_branch_rs (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 9652 macro_build_branch_rs (int type, expressionS *ep, unsigned int sreg) in macro_build_branch_rs() function 10015 macro_build_branch_rs (likely ? M_BGEZL : M_BGEZ, &offset_expr, op[0]); in macro() 10017 macro_build_branch_rs (likely ? M_BLEZL : M_BLEZ, &offset_expr, op[1]); in macro() 10033 macro_build_branch_rs (mask, &offset_expr, op[0]); in macro() 10058 macro_build_branch_rs (likely ? M_BGEZL : M_BGEZ, in macro() 10064 macro_build_branch_rs (likely ? M_BGTZL : M_BGTZ, in macro() 10130 macro_build_branch_rs (likely ? M_BGTZL : M_BGTZ, &offset_expr, op[0]); in macro() 10132 macro_build_branch_rs (likely ? M_BLTZL : M_BLTZ, &offset_expr, op[1]); in macro() 10163 macro_build_branch_rs (likely ? M_BLEZL : M_BLEZ, &offset_expr, op[0]); in macro() 10165 macro_build_branch_rs (likely ? M_BGEZL : M_BGEZ, &offset_expr, op[1]); in macro() [all …]
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2011 | 831 (macro_build_branch_rs): Likewise.
|
D | ChangeLog-2013 | 1082 (macro_build_branch_rs): Likewise.
|