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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c1477 #define itype_rs(x) ((x >> 21) & 0x1f) macro
1642 else if (op == 17 && itype_rs (inst) == 8)
1645 else if (op == 17 && itype_rs (inst) == 9
1649 else if (op == 17 && itype_rs (inst) == 10
1675 itype_rs (inst)) >> bit) & 1)
1726 if (regcache_raw_get_signed (regcache, itype_rs (inst)) < 0)
1735 if (regcache_raw_get_signed (regcache, itype_rs (inst)) >= 0)
1743 if (itype_rs (inst) == 0)
1776 if (regcache_raw_get_signed (regcache, itype_rs (inst)) ==
1784 if (regcache_raw_get_signed (regcache, itype_rs (ins
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c1499 #define itype_rs(x) ((x >> 21) & 0x1f) macro
1664 else if (op == 17 && itype_rs (inst) == 8)
1667 else if (op == 17 && itype_rs (inst) == 9
1671 else if (op == 17 && itype_rs (inst) == 10
1697 itype_rs (inst)) >> bit) & 1)
1748 if (regcache_raw_get_signed (regcache, itype_rs (inst)) < 0)
1757 if (regcache_raw_get_signed (regcache, itype_rs (inst)) >= 0)
1765 if (itype_rs (inst) == 0)
1798 if (regcache_raw_get_signed (regcache, itype_rs (inst)) ==
1806 if (regcache_raw_get_signed (regcache, itype_rs (ins
[all...]

Completed in 118 milliseconds