HomeSort by: relevance | last modified time | path
    Searched refs:EXTRS (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
tic4x-dis.c 196 e = EXTRS (val, 31, 24); /* Exponent. */
237 e = EXTRS (arg, 15, 12);
252 e = EXTRS (arg, 31, 24);
419 tic4x_print_relative (info, pc, EXTRS (instruction, 23, 0),
516 tic4x_print_relative (info, pc, EXTRS (instruction, 15, 0),
534 EXTRS (instruction, 15, 0));
559 tic4x_print_immed (info, IMMED_SINT, EXTRS (instruction, 7, 0));
  /src/external/gpl3/binutils.old/dist/opcodes/
tic4x-dis.c 196 e = EXTRS (val, 31, 24); /* Exponent. */
237 e = EXTRS (arg, 15, 12);
252 e = EXTRS (arg, 31, 24);
419 tic4x_print_relative (info, pc, EXTRS (instruction, 23, 0),
516 tic4x_print_relative (info, pc, EXTRS (instruction, 15, 0),
534 EXTRS (instruction, 15, 0));
559 tic4x_print_immed (info, IMMED_SINT, EXTRS (instruction, 7, 0));
  /src/external/gpl3/gdb.old/dist/opcodes/
tic4x-dis.c 196 e = EXTRS (val, 31, 24); /* Exponent. */
237 e = EXTRS (arg, 15, 12);
252 e = EXTRS (arg, 31, 24);
419 tic4x_print_relative (info, pc, EXTRS (instruction, 23, 0),
516 tic4x_print_relative (info, pc, EXTRS (instruction, 15, 0),
534 EXTRS (instruction, 15, 0));
559 tic4x_print_immed (info, IMMED_SINT, EXTRS (instruction, 7, 0));
  /src/external/gpl3/gdb/dist/opcodes/
tic4x-dis.c 196 e = EXTRS (val, 31, 24); /* Exponent. */
237 e = EXTRS (arg, 15, 12);
252 e = EXTRS (arg, 31, 24);
419 tic4x_print_relative (info, pc, EXTRS (instruction, 23, 0),
516 tic4x_print_relative (info, pc, EXTRS (instruction, 15, 0),
534 EXTRS (instruction, 15, 0));
559 tic4x_print_immed (info, IMMED_SINT, EXTRS (instruction, 7, 0));
  /src/sys/lib/libkern/arch/hppa/
milli.S 620 EXTRS arg0,30,31,ret1
627 EXTRS arg0,29,30,ret1
634 EXTRS arg0,28,29,ret1
641 EXTRS arg0,27,28,ret1
  /src/sys/arch/hppa/hppa/
db_disasm.c 609 #define EXTRS 0x34, 0x07, 19, 3 /* EXTRACT RIGHT SIGNED */
1086 { EXTRS, 0, "extrs", extrDasm },
  /src/external/gpl3/binutils/dist/include/opcode/
tic4x.h 28 #define EXTRS(inst, m, l) \
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic4x.h 28 #define EXTRS(inst, m, l) \
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic4x.h 28 #define EXTRS(inst, m, l) \
  /src/external/gpl3/gdb/dist/include/opcode/
tic4x.h 28 #define EXTRS(inst, m, l) \

Completed in 25 milliseconds