Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv.h62 #define RV_IMM_SIGN(x) (-(((x) >> 31) & 1)) macro
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Driscv.h56 #define RV_IMM_SIGN(x) (-(((x) >> 31) & 1)) macro