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

  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.c 1517 #define micromips_op(x) ((x) >> 10) macro
1555 if ((micromips_op (insn) & 0x4) == 0x4
1556 || (micromips_op (insn) & 0x7) == 0x0)
1921 switch (micromips_op (insn >> 16))
2073 switch (micromips_op (insn))
2435 switch (micromips_op (insn))
3047 switch (micromips_op (insn >> 16))
3192 switch (micromips_op (insn))
4054 if (micromips_op (insn) != 0x18) /* POOL32C: bits 011000 */
4082 switch (micromips_op (insn)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.c 1525 #define micromips_op(x) ((x) >> 10) macro
1563 if ((micromips_op (insn) & 0x4) == 0x4
1564 || (micromips_op (insn) & 0x7) == 0x0)
1928 switch (micromips_op (insn >> 16))
2080 switch (micromips_op (insn))
2442 switch (micromips_op (insn))
3052 switch (micromips_op (insn >> 16))
3197 switch (micromips_op (insn))
4058 if (micromips_op (insn) != 0x18) /* POOL32C: bits 011000 */
4086 switch (micromips_op (insn)
    [all...]

Completed in 22 milliseconds