Searched refs:macro_build_branch_rs (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 9546 macro_build_branch_rs (int type, expressionS *ep, unsigned int sreg) in macro_build_branch_rs() function 9909 macro_build_branch_rs (likely ? M_BGEZL : M_BGEZ, &offset_expr, op[0]); in macro() 9911 macro_build_branch_rs (likely ? M_BLEZL : M_BLEZ, &offset_expr, op[1]); in macro() 9927 macro_build_branch_rs (mask, &offset_expr, op[0]); in macro() 9952 macro_build_branch_rs (likely ? M_BGEZL : M_BGEZ, in macro() 9958 macro_build_branch_rs (likely ? M_BGTZL : M_BGTZ, in macro() 10024 macro_build_branch_rs (likely ? M_BGTZL : M_BGTZ, &offset_expr, op[0]); in macro() 10026 macro_build_branch_rs (likely ? M_BLTZL : M_BLTZ, &offset_expr, op[1]); in macro() 10057 macro_build_branch_rs (likely ? M_BLEZL : M_BLEZ, &offset_expr, op[0]); in macro() 10059 macro_build_branch_rs (likely ? M_BGEZL : M_BGEZ, &offset_expr, op[1]); in macro() [all …]
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2013 | 1082 (macro_build_branch_rs): Likewise.
|
D | ChangeLog-2011 | 831 (macro_build_branch_rs): Likewise.
|