Home
last modified time | relevance | path

Searched refs:RV_IMM_SIGN (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/riscv/include/asm/
Dparse_asm.h178 #define RV_IMM_SIGN(x) (-(((x) >> 31) & 1)) macro
188 (RV_IMM_SIGN(x_) << J_IMM_SIGN_OFF); })
193 (RV_IMM_SIGN(x_) << I_IMM_SIGN_OFF); })
200 (RV_IMM_SIGN(x_) << B_IMM_SIGN_OFF); })