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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 13825 #define OP32_SREG(opcode) (((opcode) >> 16) & 0x1f)
14121 || (MATCH (opcode, bz_insn_32) && reg != OP32_SREG (opcode))
14125 && reg != OP32_SREG (opcode) && reg != RA)
14128 && reg != OP32_SREG (opcode) && reg != OP32_TREG (opcode)))
14366 reg = OP32_SREG (opcode);
14393 if (OP32_SREG (nextopc) != reg)
14420 && OP32_TREG (nextopc) == OP32_SREG (nextopc)
14464 reg = OP32_SREG (opcode) ? OP32_SREG (opcode) : OP32_TREG (opcode);
14505 && OP16_VALID_REG (OP32_SREG (opcode))
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 13774 #define OP32_SREG(opcode) (((opcode) >> 16) & 0x1f)
14070 || (MATCH (opcode, bz_insn_32) && reg != OP32_SREG (opcode))
14074 && reg != OP32_SREG (opcode) && reg != RA)
14077 && reg != OP32_SREG (opcode) && reg != OP32_TREG (opcode)))
14315 reg = OP32_SREG (opcode);
14342 if (OP32_SREG (nextopc) != reg)
14369 && OP32_TREG (nextopc) == OP32_SREG (nextopc)
14413 reg = OP32_SREG (opcode) ? OP32_SREG (opcode) : OP32_TREG (opcode);
14454 && OP16_VALID_REG (OP32_SREG (opcode))
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 13669 #define OP32_SREG(opcode) (((opcode) >> 16) & 0x1f)
13965 || (MATCH (opcode, bz_insn_32) && reg != OP32_SREG (opcode))
13969 && reg != OP32_SREG (opcode) && reg != RA)
13972 && reg != OP32_SREG (opcode) && reg != OP32_TREG (opcode)))
14210 reg = OP32_SREG (opcode);
14237 if (OP32_SREG (nextopc) != reg)
14264 && OP32_TREG (nextopc) == OP32_SREG (nextopc)
14308 reg = OP32_SREG (opcode) ? OP32_SREG (opcode) : OP32_TREG (opcode);
14349 && OP16_VALID_REG (OP32_SREG (opcode))
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 13682 #define OP32_SREG(opcode) (((opcode) >> 16) & 0x1f)
13978 || (MATCH (opcode, bz_insn_32) && reg != OP32_SREG (opcode))
13982 && reg != OP32_SREG (opcode) && reg != RA)
13985 && reg != OP32_SREG (opcode) && reg != OP32_TREG (opcode)))
14223 reg = OP32_SREG (opcode);
14250 if (OP32_SREG (nextopc) != reg)
14277 && OP32_TREG (nextopc) == OP32_SREG (nextopc)
14321 reg = OP32_SREG (opcode) ? OP32_SREG (opcode) : OP32_TREG (opcode);
14362 && OP16_VALID_REG (OP32_SREG (opcode))
    [all...]

Completed in 63 milliseconds