Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/include/cgen/
Dbasic-ops.h74 #define ABSQI(x) ((x) < 0 ? -(x) : (x)) macro
/netbsd/src/external/gpl3/gdb/dist/include/cgen/
Dbasic-ops.h74 #define ABSQI(x) ((x) < 0 ? -(x) : (x)) macro
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dcgen-ops.h80 #define ABSQI(x) ((QI) ((QI) (x) < 0 ? -(UQI) (x) : (UQI) (x))) macro
DChangeLog-20212847 * cgen-ops.h (ADDQI, SUBQI, MULQI, NEGQI, ABSQI, ADDHI, SUBHI)