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

  /src/sys/arch/mips/mips/
mips_fixup.c 88 uint32_t lui_insn = 0; local
102 lui_insn = insn;
109 lui_insn = 0;
115 } else if (lui_insn != 0
137 new_insns[0] = lui_insn;
159 lui_insn = 0;
  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 13968 static const struct opcode_descriptor lui_insn =
14324 if (r_type == R_MICROMIPS_HI16 && MATCH (opcode, lui_insn))
13926 static const struct opcode_descriptor lui_insn = variable in typeref:struct:opcode_descriptor
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 13917 static const struct opcode_descriptor lui_insn =
14273 if (r_type == R_MICROMIPS_HI16 && MATCH (opcode, lui_insn))
13875 static const struct opcode_descriptor lui_insn = variable in typeref:struct:opcode_descriptor
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 13812 static const struct opcode_descriptor lui_insn =
14168 if (r_type == R_MICROMIPS_HI16 && MATCH (opcode, lui_insn))
13770 static const struct opcode_descriptor lui_insn = variable in typeref:struct:opcode_descriptor
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 13825 static const struct opcode_descriptor lui_insn =
14181 if (r_type == R_MICROMIPS_HI16 && MATCH (opcode, lui_insn))
13783 static const struct opcode_descriptor lui_insn = variable in typeref:struct:opcode_descriptor

Completed in 69 milliseconds