HomeSort by: relevance | last modified time | path
    Searched defs:RISCV_IMM_REACH (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
riscv.h 267 (((VALUE) + (RISCV_IMM_REACH/2)) & ~(RISCV_IMM_REACH-1))
279 #define RISCV_IMM_REACH (1LL << RISCV_IMM_BITS)
285 #define RISCV_BRANCH_REACH (RISCV_IMM_REACH * RISCV_BRANCH_ALIGN)
  /src/external/gpl3/binutils.old/dist/include/opcode/
riscv.h 267 (((VALUE) + (RISCV_IMM_REACH/2)) & ~(RISCV_IMM_REACH-1))
279 #define RISCV_IMM_REACH (1LL << RISCV_IMM_BITS)
285 #define RISCV_BRANCH_REACH (RISCV_IMM_REACH * RISCV_BRANCH_ALIGN)
  /src/external/gpl3/gdb.old/dist/include/opcode/
riscv.h 249 (((VALUE) + (RISCV_IMM_REACH/2)) & ~(RISCV_IMM_REACH-1))
261 #define RISCV_IMM_REACH (1LL << RISCV_IMM_BITS)
267 #define RISCV_BRANCH_REACH (RISCV_IMM_REACH * RISCV_BRANCH_ALIGN)
  /src/external/gpl3/gdb/dist/include/opcode/
riscv.h 267 (((VALUE) + (RISCV_IMM_REACH/2)) & ~(RISCV_IMM_REACH-1))
279 #define RISCV_IMM_REACH (1LL << RISCV_IMM_BITS)
285 #define RISCV_BRANCH_REACH (RISCV_IMM_REACH * RISCV_BRANCH_ALIGN)

Completed in 19 milliseconds