Searched defs:ARC_SHIMM_CONST_P (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Darc.h292 #define ARC_SHIMM_CONST_P(x) ((long) (x) >= -256 && (long) (x) <= 255) macro

Completed in 46 milliseconds