Home
last modified time | relevance | path

Searched refs:M_JAL_2 (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h1565 M_JAL_2, enumerator
DChangeLog-91032685 * mips.h (M_JAL_1, M_JAL_2, M_JAL_A): Added.
/toolchain/binutils/binutils-2.25/opcodes/
Dmicromips-opc.c730 {"jal", "d,s", 0, (int) M_JAL_2, INSN_MACRO, 0, I1, 0, 0 },
Dmips-opc.c1254 {"jal", "d,s", 0, (int) M_JAL_2, INSN_MACRO, 0, I1, 0, 0 },
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2012244 (macro) <M_JAL_2>: Likewise
DChangeLog-20101062 * config/tc-mips.c (macro)[M_JAL_1, M_JAL_2]: Handle the JALR
DChangeLog-02037475 (macro) [M_JAL_2]: Check both flags.
DChangeLog-92958562 (macro): Handle M_JAL_1, M_JAL_2 and M_JAL_A. These require
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c11128 case M_JAL_2: in macro()