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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-sparc.c 3997 #define INSN_BA (F2(0,2) | CONDA)
4040 x = INSN_BA | (reloc & 0x3fffff); /* ba */
  /src/external/gpl3/binutils/dist/gas/config/
tc-sparc.c 3592 #define INSN_BA (F2(0,2) | CONDA)
3632 insn = INSN_BA | (val & 0x3fffff);
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-sparc.c 4000 #define INSN_BA (F2(0,2) | CONDA)
4043 x = INSN_BA | (reloc & 0x3fffff); /* ba */
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sparc.c 3591 #define INSN_BA (F2(0,2) | CONDA)
3631 insn = INSN_BA | (val & 0x3fffff);
  /src/external/gpl3/gdb/dist/bfd/
elfxx-sparc.c 3971 #define INSN_BA (F2(0,2) | CONDA)
4014 x = INSN_BA | (reloc & 0x3fffff); /* ba */
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-sparc.c 3976 #define INSN_BA (F2(0,2) | CONDA)
4019 x = INSN_BA | (reloc & 0x3fffff); /* ba */

Completed in 41 milliseconds