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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c1478 #define itype_rt(x) ((x >> 16) & 0x1f) macro
1561 int cnum = (itype_rt (inst) >> 2) & (count - 1);
1562 int tf = itype_rt (inst) & 1;
1646 && (itype_rt (inst) & 2) == 0)
1650 && (itype_rt (inst) & 2) == 0)
1668 bit = itype_rt (inst);
1718 op = itype_rt (inst); /* branch condition */
1777 regcache_raw_get_signed (regcache, itype_rt (inst)))
1785 regcache_raw_get_signed (regcache, itype_rt (inst)))
3943 is_branch = ((itype_rt (ins
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c1500 #define itype_rt(x) ((x >> 16) & 0x1f) macro
1583 int cnum = (itype_rt (inst) >> 2) & (count - 1);
1584 int tf = itype_rt (inst) & 1;
1668 && (itype_rt (inst) & 2) == 0)
1672 && (itype_rt (inst) & 2) == 0)
1690 bit = itype_rt (inst);
1740 op = itype_rt (inst); /* branch condition */
1799 regcache_raw_get_signed (regcache, itype_rt (inst)))
1807 regcache_raw_get_signed (regcache, itype_rt (inst)))
3970 is_branch = ((itype_rt (ins
[all...]

Completed in 148 milliseconds