Searched refs:RISCV_IMM_REACH (Results 1 – 1 of 1) sorted by relevance
114 #define RISCV_IMM_REACH (1LL << RISCV_IMM_BITS) macro116 (((x) + (RISCV_IMM_REACH >> 1)) & ~(RISCV_IMM_REACH - 1))
Completed in 5 milliseconds