Searched refs:micromips_op (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c1492 #define micromips_op(x) ((x) >> 10) macro
1530 if ((micromips_op (insn) & 0x4) == 0x4
1531 || (micromips_op (insn) & 0x7) == 0x0)
1896 switch (micromips_op (insn >> 16))
2048 switch (micromips_op (insn))
2410 switch (micromips_op (insn))
3021 switch (micromips_op (insn >> 16))
3166 switch (micromips_op (insn))
4025 if (micromips_op (insn) != 0x18) /* POOL32C: bits 011000 */
4053 switch (micromips_op (ins
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c1514 #define micromips_op(x) ((x) >> 10) macro
1552 if ((micromips_op (insn) & 0x4) == 0x4
1553 || (micromips_op (insn) & 0x7) == 0x0)
1918 switch (micromips_op (insn >> 16))
2070 switch (micromips_op (insn))
2432 switch (micromips_op (insn))
3044 switch (micromips_op (insn >> 16))
3189 switch (micromips_op (insn))
4052 if (micromips_op (insn) != 0x18) /* POOL32C: bits 011000 */
4080 switch (micromips_op (ins
[all...]

Completed in 284 milliseconds