Searched refs:nib1 (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 Dsh-dis.c247 unsigned int nib1, nib2, nib3; local
290 nib1 = PPIC;
298 nib1 = PPI3;
312 if (nib1 == PPI3)
315 altnib1 = nib1;
318 if ((op->nibbles[1] == nib1 || op->nibbles[1] == altnib1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dsh-dis.c247 unsigned int nib1, nib2, nib3; local
290 nib1 = PPIC;
298 nib1 = PPI3;
312 if (nib1 == PPI3)
315 altnib1 = nib1;
318 if ((op->nibbles[1] == nib1 || op->nibbles[1] == altnib1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dsh-dis.c247 unsigned int nib1, nib2, nib3; local
290 nib1 = PPIC;
298 nib1 = PPI3;
312 if (nib1 == PPI3)
315 altnib1 = nib1;
318 if ((op->nibbles[1] == nib1 || op->nibbles[1] == altnib1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/gdbserver/
H A Dremote-utils.c836 int nib1, nib2; local
839 nib1 = fromhex (*from++);
841 *to++ = (((nib1 & 0x0f) << 4) & 0xf0) | (nib2 & 0x0f);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/gdbserver/
H A Dremote-utils.c836 int nib1, nib2; local
839 nib1 = fromhex (*from++);
841 *to++ = (((nib1 & 0x0f) << 4) & 0xf0) | (nib2 & 0x0f);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/gdbserver/
H A Dremote-utils.c836 int nib1, nib2; local
839 nib1 = fromhex (*from++);
841 *to++ = (((nib1 & 0x0f) << 4) & 0xf0) | (nib2 & 0x0f);

Completed in 103 milliseconds