HomeSort by: relevance | last modified time | path
    Searched defs:jal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 1098 bltzal <-> bgezal (with jal label instead of j label)
1141 bltzall -> bgezal (with jal label instead of j label)
1177 the relocation is in a jump or jal delay slot. That tells us the
2081 JAL as well as true offsets. They are also used for address
3750 The only macros that may expand to 16-bit instructions are JAL that
12041 /* The jal instructions must be handled as macros because when
12056 goto jal;
12062 jal:
12135 macro_build (&offset_expr, jals ? "jals" : "jal", "a");
16623 insn = 0x0c000000; /* jal */
19360 unsigned long jal = (short_ds || nods local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 1094 bltzal <-> bgezal (with jal label instead of j label)
1137 bltzall -> bgezal (with jal label instead of j label)
1173 the relocation is in a jump or jal delay slot. That tells us the
2077 JAL as well as true offsets. They are also used for address
3515 The only macros that may expand to 16-bit instructions are JAL that
11744 /* The jal instructions must be handled as macros because when
11759 goto jal;
11765 jal:
11838 macro_build (&offset_expr, jals ? "jals" : "jal", "a");
16310 insn = 0x0c000000; /* jal */
19048 unsigned long jal = (short_ds || nods local
    [all...]

Completed in 63 milliseconds