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

  /src/external/gpl3/gdb/dist/include/opcode/
riscv.h 341 #define OP_SH_VS2 20
  /src/external/gpl3/gdb.old/dist/include/opcode/
riscv.h 318 #define OP_SH_VS2 20
  /src/external/gpl3/binutils/dist/gas/config/
tc-riscv.c 1551 case 't': USE_BITS (OP_MASK_VS2, OP_SH_VS2); break;
1553 USE_BITS (OP_MASK_VS2, OP_SH_VS2); break;
1556 USE_BITS (OP_MASK_VS2, OP_SH_VS2); break;
2303 int vs2 = (ip->insn_opcode >> OP_SH_VS2) & OP_MASK_VS2;
  /src/external/gpl3/binutils/dist/include/opcode/
riscv.h 359 #define OP_SH_VS2 20
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-riscv.c 1551 case 't': USE_BITS (OP_MASK_VS2, OP_SH_VS2); break;
1553 USE_BITS (OP_MASK_VS2, OP_SH_VS2); break;
1556 USE_BITS (OP_MASK_VS2, OP_SH_VS2); break;
2303 int vs2 = (ip->insn_opcode >> OP_SH_VS2) & OP_MASK_VS2;
  /src/external/gpl3/binutils.old/dist/include/opcode/
riscv.h 359 #define OP_SH_VS2 20
  /src/external/gpl3/binutils/dist/opcodes/
riscv-opc.c 182 #define MASK_VS2 (OP_MASK_VS2 << OP_SH_VS2)
346 int vs2 = (insn & MASK_VS2) >> OP_SH_VS2;
357 int vs2 = (insn & MASK_VS2) >> OP_SH_VS2;
  /src/external/gpl3/binutils.old/dist/opcodes/
riscv-opc.c 182 #define MASK_VS2 (OP_MASK_VS2 << OP_SH_VS2)
354 int vs2 = (insn & MASK_VS2) >> OP_SH_VS2;
365 int vs2 = (insn & MASK_VS2) >> OP_SH_VS2;
  /src/external/gpl3/gdb/dist/opcodes/
riscv-opc.c 181 #define MASK_VS2 (OP_MASK_VS2 << OP_SH_VS2)
313 int vs2 = (insn & MASK_VS2) >> OP_SH_VS2;
324 int vs2 = (insn & MASK_VS2) >> OP_SH_VS2;
  /src/external/gpl3/gdb.old/dist/opcodes/
riscv-opc.c 181 #define MASK_VS2 (OP_MASK_VS2 << OP_SH_VS2)
305 int vs2 = (insn & MASK_VS2) >> OP_SH_VS2;
316 int vs2 = (insn & MASK_VS2) >> OP_SH_VS2;

Completed in 73 milliseconds