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

  /src/external/gpl3/gdb/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...]
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.old/dist/gdb/
mips-tdep.c 1521 #define micromips_op(x) ((x) >> 10) macro
1559 if ((micromips_op (insn) & 0x4) == 0x4
1560 || (micromips_op (insn) & 0x7) == 0x0)
1925 switch (micromips_op (insn >> 16))
2077 switch (micromips_op (insn))
2439 switch (micromips_op (insn))
3051 switch (micromips_op (insn >> 16))
3196 switch (micromips_op (insn))
4059 if (micromips_op (insn) != 0x18) /* POOL32C: bits 011000 */
4087 switch (micromips_op (insn)
    [all...]
mips-tdep.c 1521 #define micromips_op(x) ((x) >> 10) macro
1559 if ((micromips_op (insn) & 0x4) == 0x4
1560 || (micromips_op (insn) & 0x7) == 0x0)
1925 switch (micromips_op (insn >> 16))
2077 switch (micromips_op (insn))
2439 switch (micromips_op (insn))
3051 switch (micromips_op (insn >> 16))
3196 switch (micromips_op (insn))
4059 if (micromips_op (insn) != 0x18) /* POOL32C: bits 011000 */
4087 switch (micromips_op (insn)
    [all...]

Completed in 56 milliseconds