Home
last modified time | relevance | path

Searched refs:M_BLTZL (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h1528 M_BLTZL, enumerator
DChangeLog784 (M_BLEZ, M_BLEZL, M_BLTZ, M_BLTZL, M_BLTZALL, M_BNEL): Likewise.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c9690 case M_BLTZL: in macro_build_branch_rs()
10031 case M_BLTZL: in macro()
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()
/toolchain/binutils/binutils-2.25/opcodes/
Dmicromips-opc.c420 {"bltzl", "s,p", 0, (int) M_BLTZL, INSN_MACRO, 0, I1, 0, 0 },