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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 13952 #define JR16_REG(opcode) ((opcode) & 0x1f)
14094 || (MATCH (opcode, jr_insn_16) && reg != JR16_REG (opcode))
14100 && reg != JR16_REG (opcode) && reg != RA))
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 13901 #define JR16_REG(opcode) ((opcode) & 0x1f)
14043 || (MATCH (opcode, jr_insn_16) && reg != JR16_REG (opcode))
14049 && reg != JR16_REG (opcode) && reg != RA))
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 13796 #define JR16_REG(opcode) ((opcode) & 0x1f)
13938 || (MATCH (opcode, jr_insn_16) && reg != JR16_REG (opcode))
13944 && reg != JR16_REG (opcode) && reg != RA))
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 13809 #define JR16_REG(opcode) ((opcode) & 0x1f)
13951 || (MATCH (opcode, jr_insn_16) && reg != JR16_REG (opcode))
13957 && reg != JR16_REG (opcode) && reg != RA))

Completed in 66 milliseconds