Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dinsn.h290 #define RVC_IMM_SIGN(x) (-(((x) >> 12) & 1)) macro
338 (RVC_IMM_SIGN(x_) << RVC_J_IMM_SIGN_OFF); })
346 (RVC_IMM_SIGN(x_) << RVC_B_IMM_SIGN_OFF); })