Searched refs:_DECODE_HIGHNIB_HIGHBYTE (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dmaxq-dis.c55 #define _DECODE_HIGHNIB_HIGHBYTE 0xf000 macro
366 if ((insn & _DECODE_HIGHNIB_HIGHBYTE) == 0x8000)
460 i->sub_opcode = ((insn & _DECODE_HIGHNIB_HIGHBYTE) >> 12);
485 i->sub_opcode = ((insn & _DECODE_HIGHNIB_HIGHBYTE) >> 12);
490 i->sub_opcode = ((insn & _DECODE_HIGHNIB_HIGHBYTE) >> 12);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dmaxq-dis.c55 #define _DECODE_HIGHNIB_HIGHBYTE 0xf000 macro
366 if ((insn & _DECODE_HIGHNIB_HIGHBYTE) == 0x8000)
460 i->sub_opcode = ((insn & _DECODE_HIGHNIB_HIGHBYTE) >> 12);
485 i->sub_opcode = ((insn & _DECODE_HIGHNIB_HIGHBYTE) >> 12);
490 i->sub_opcode = ((insn & _DECODE_HIGHNIB_HIGHBYTE) >> 12);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dmaxq-dis.c55 #define _DECODE_HIGHNIB_HIGHBYTE 0xf000 macro
366 if ((insn & _DECODE_HIGHNIB_HIGHBYTE) == 0x8000)
460 i->sub_opcode = ((insn & _DECODE_HIGHNIB_HIGHBYTE) >> 12);
485 i->sub_opcode = ((insn & _DECODE_HIGHNIB_HIGHBYTE) >> 12);
490 i->sub_opcode = ((insn & _DECODE_HIGHNIB_HIGHBYTE) >> 12);

Completed in 416 milliseconds