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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Darc.h291 #define ARC_SHIMM_CONST_P(x) ((long) (x) >= -256 && (long) (x) <= 255) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Darc.h291 #define ARC_SHIMM_CONST_P(x) ((long) (x) >= -256 && (long) (x) <= 255) macro

Completed in 117 milliseconds