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

  /src/external/gpl3/binutils/dist/cpu/
or1k.opc 478 unsigned short offsetmask;
481 offsetmask = ((regoffset == 2 ? 1 : 0) << 5);
482 value = offsetmask | reg1_index;
  /src/external/gpl3/binutils.old/dist/cpu/
or1k.opc 478 unsigned short offsetmask;
481 offsetmask = ((regoffset == 2 ? 1 : 0) << 5);
482 value = offsetmask | reg1_index;
  /src/external/gpl3/gdb.old/dist/cpu/
or1k.opc 478 unsigned short offsetmask;
481 offsetmask = ((regoffset == 2 ? 1 : 0) << 5);
482 value = offsetmask | reg1_index;
  /src/external/gpl3/gdb/dist/cpu/
or1k.opc 478 unsigned short offsetmask;
481 offsetmask = ((regoffset == 2 ? 1 : 0) << 5);
482 value = offsetmask | reg1_index;
  /src/external/gpl3/binutils/dist/opcodes/
or1k-asm.c 463 unsigned short offsetmask;
466 offsetmask = ((regoffset == 2 ? 1 : 0) << 5);
467 value = offsetmask | reg1_index;
462 unsigned short offsetmask; local
  /src/external/gpl3/binutils.old/dist/opcodes/
or1k-asm.c 463 unsigned short offsetmask;
466 offsetmask = ((regoffset == 2 ? 1 : 0) << 5);
467 value = offsetmask | reg1_index;
462 unsigned short offsetmask; local
  /src/external/gpl3/gdb.old/dist/opcodes/
or1k-asm.c 463 unsigned short offsetmask;
466 offsetmask = ((regoffset == 2 ? 1 : 0) << 5);
467 value = offsetmask | reg1_index;
462 unsigned short offsetmask; local
  /src/external/gpl3/gdb/dist/opcodes/
or1k-asm.c 463 unsigned short offsetmask;
466 offsetmask = ((regoffset == 2 ? 1 : 0) << 5);
467 value = offsetmask | reg1_index;
462 unsigned short offsetmask; local

Completed in 32 milliseconds