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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c1489 #define rtype_funct(x) (x & 0x3f) macro
1692 op = rtype_funct (inst);
3939 if (rtype_funct (insn) >> 1 == 4) /* JR, JALR */
7118 op = rtype_funct (inst);
7552 switch (rtype_funct (inst))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c1511 #define rtype_funct(x) (x & 0x3f) macro
1714 op = rtype_funct (inst);
3966 if (rtype_funct (insn) >> 1 == 4) /* JR, JALR */
7155 op = rtype_funct (inst);
7589 switch (rtype_funct (inst))

Completed in 234 milliseconds