Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv.h203 #define RISCV_CONST_LOW_PART(VALUE) ((VALUE) - RISCV_CONST_HIGH_PART (VALUE)) macro
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Driscv.h222 #define RISCV_CONST_LOW_PART(VALUE) ((VALUE) - RISCV_CONST_HIGH_PART (VALUE)) macro