Searched refs:EXTRS (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 Dtic4x-dis.c195 e = EXTRS (val, 31, 24); /* Exponent. */
236 e = EXTRS (arg, 15, 12);
251 e = EXTRS (arg, 31, 24);
418 tic4x_print_relative (info, pc, EXTRS (instruction, 23, 0),
514 tic4x_print_relative (info, pc, EXTRS (instruction, 15, 0),
532 EXTRS (instruction, 15, 0));
557 tic4x_print_immed (info, IMMED_SINT, EXTRS (instruction, 7, 0));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dtic4x-dis.c195 e = EXTRS (val, 31, 24); /* Exponent. */
236 e = EXTRS (arg, 15, 12);
251 e = EXTRS (arg, 31, 24);
418 tic4x_print_relative (info, pc, EXTRS (instruction, 23, 0),
514 tic4x_print_relative (info, pc, EXTRS (instruction, 15, 0),
532 EXTRS (instruction, 15, 0));
557 tic4x_print_immed (info, IMMED_SINT, EXTRS (instruction, 7, 0));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dtic4x-dis.c195 e = EXTRS (val, 31, 24); /* Exponent. */
236 e = EXTRS (arg, 15, 12);
251 e = EXTRS (arg, 31, 24);
418 tic4x_print_relative (info, pc, EXTRS (instruction, 23, 0),
514 tic4x_print_relative (info, pc, EXTRS (instruction, 15, 0),
532 EXTRS (instruction, 15, 0));
557 tic4x_print_immed (info, IMMED_SINT, EXTRS (instruction, 7, 0));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/opcode/
H A Dtic4x.h28 #define EXTRS(inst, m, l) EXTR ((long)(inst), (m), (l)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/opcode/
H A Dtic4x.h28 #define EXTRS(inst, m, l) EXTR ((long)(inst), (m), (l)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/opcode/
H A Dtic4x.h28 #define EXTRS(inst, m, l) EXTR ((long)(inst), (m), (l)) macro

Completed in 173 milliseconds