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

  /src/external/gpl3/binutils/dist/opcodes/
pru-opc.c 190 | OP_MASK_RS2SEL | OP_MASK_RS2 | OP_MASK_RS1SEL | OP_MASK_RS1
201 | OP_MASK_RS2SEL | OP_MASK_RS2 | OP_MASK_IO,
riscv-opc.c 161 #define MASK_RS2 (OP_MASK_RS2 << OP_SH_RS2)
  /src/external/gpl3/binutils.old/dist/opcodes/
pru-opc.c 190 | OP_MASK_RS2SEL | OP_MASK_RS2 | OP_MASK_RS1SEL | OP_MASK_RS1
201 | OP_MASK_RS2SEL | OP_MASK_RS2 | OP_MASK_IO,
riscv-opc.c 161 #define MASK_RS2 (OP_MASK_RS2 << OP_SH_RS2)
  /src/external/gpl3/gdb/dist/opcodes/
pru-opc.c 190 | OP_MASK_RS2SEL | OP_MASK_RS2 | OP_MASK_RS1SEL | OP_MASK_RS1
201 | OP_MASK_RS2SEL | OP_MASK_RS2 | OP_MASK_IO,
riscv-opc.c 161 #define MASK_RS2 (OP_MASK_RS2 << OP_SH_RS2)
  /src/external/gpl3/gdb.old/dist/opcodes/
pru-opc.c 190 | OP_MASK_RS2SEL | OP_MASK_RS2 | OP_MASK_RS1SEL | OP_MASK_RS1
201 | OP_MASK_RS2SEL | OP_MASK_RS2 | OP_MASK_IO,
riscv-opc.c 161 #define MASK_RS2 (OP_MASK_RS2 << OP_SH_RS2)
  /src/external/gpl3/binutils/dist/include/opcode/
pru.h 190 #define OP_MASK_RS2 (0x1fu << 16)
riscv.h 291 #define OP_MASK_RS2 0x1f
  /src/external/gpl3/binutils.old/dist/include/opcode/
pru.h 190 #define OP_MASK_RS2 (0x1fu << 16)
riscv.h 291 #define OP_MASK_RS2 0x1f
  /src/external/gpl3/gdb/dist/include/opcode/
pru.h 190 #define OP_MASK_RS2 (0x1fu << 16)
riscv.h 273 #define OP_MASK_RS2 0x1f
  /src/external/gpl3/gdb.old/dist/include/opcode/
pru.h 190 #define OP_MASK_RS2 (0x1fu << 16)
riscv.h 250 #define OP_MASK_RS2 0x1f
  /src/external/gpl3/gdb/dist/sim/riscv/
sim-main.c 162 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2;
692 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2;
844 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2;
  /src/external/gpl3/gdb.old/dist/sim/riscv/
sim-main.c 162 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2;
692 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2;
844 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2;
  /src/external/gpl3/binutils/dist/gas/config/
tc-riscv.c 1593 case 't': USE_BITS (OP_MASK_RS2, OP_SH_RS2); break;
1745 case 't': USE_BITS (OP_MASK_RS2, OP_SH_RS2); break;
2359 int rs2 = (ip->insn_opcode >> OP_SH_RS2) & OP_MASK_RS2;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-riscv.c 1593 case 't': USE_BITS (OP_MASK_RS2, OP_SH_RS2); break;
1745 case 't': USE_BITS (OP_MASK_RS2, OP_SH_RS2); break;
2359 int rs2 = (ip->insn_opcode >> OP_SH_RS2) & OP_MASK_RS2;

Completed in 71 milliseconds