Searched refs:is_decoded (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dcr16-dis.c788 int is_decoded; /* Nonzero means instruction has a match. */ local
797 is_decoded = match_opcode ();
799 if (is_decoded > 0 && (words[0] << 16 || words[1]) != 0)
H A Dcrx-dis.c721 int is_decoded; /* Nonzero means instruction has a match. */ local
730 is_decoded = match_opcode ();
732 if (is_decoded > 0 && (words[0] << 16 || words[1]) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dcr16-dis.c788 int is_decoded; /* Nonzero means instruction has a match. */ local
797 is_decoded = match_opcode ();
799 if (is_decoded > 0 && (words[0] << 16 || words[1]) != 0)
H A Dcrx-dis.c721 int is_decoded; /* Nonzero means instruction has a match. */ local
730 is_decoded = match_opcode ();
732 if (is_decoded > 0 && (words[0] << 16 || words[1]) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dcr16-dis.c788 int is_decoded; /* Nonzero means instruction has a match. */ local
797 is_decoded = match_opcode ();
799 if (is_decoded > 0 && (words[0] << 16 || words[1]) != 0)
H A Dcrx-dis.c721 int is_decoded; /* Nonzero means instruction has a match. */ local
730 is_decoded = match_opcode ();
732 if (is_decoded > 0 && (words[0] << 16 || words[1]) != 0)

Completed in 191 milliseconds