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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c1505 #define b5s5_op(x) (((x) >> 5) & 0x1f) macro
1858 int tf = b5s5_op (insn >> 16) & 1;
1926 switch (b5s5_op (insn >> 16))
1986 unsigned int pos = (b5s5_op (insn >> 16) & 1) ? 32 : 64;
2051 if ((b5s5_op (insn) & 0x1c) == 0xc)
2054 else if (b5s5_op (insn) == 0x18)
2413 return (b5s5_op (insn) == 0x18
2415 || b5s5_op (insn) == 0xd);
2418 return (b5s5_op (insn) & 0x1d) == 0x5;
3109 if (b5s5_op (ins
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c1527 #define b5s5_op(x) (((x) >> 5) & 0x1f) macro
1880 int tf = b5s5_op (insn >> 16) & 1;
1948 switch (b5s5_op (insn >> 16))
2008 unsigned int pos = (b5s5_op (insn >> 16) & 1) ? 32 : 64;
2073 if ((b5s5_op (insn) & 0x1c) == 0xc)
2076 else if (b5s5_op (insn) == 0x18)
2435 return (b5s5_op (insn) == 0x18
2437 || b5s5_op (insn) == 0xd);
2440 return (b5s5_op (insn) & 0x1d) == 0x5;
3132 if (b5s5_op (ins
[all...]

Completed in 206 milliseconds