Searched refs:M_BLTZ (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | mips.h | 1527 M_BLTZ, enumerator
|
D | ChangeLog | 784 (M_BLEZ, M_BLEZL, M_BLTZ, M_BLTZL, M_BLTZALL, M_BNEL): Likewise.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 9687 case M_BLTZ: in macro_build_branch_rs() 10132 macro_build_branch_rs (likely ? M_BLTZL : M_BLTZ, &offset_expr, op[1]); in macro() 10187 macro_build_branch_rs (likely ? M_BLTZL : M_BLTZ, &offset_expr, op[0]); in macro() 10247 macro_build_branch_rs (likely ? M_BLTZL : M_BLTZ, &offset_expr, op[0]); in macro()
|