Searched defs:IS_IMM (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | bfin-parse.y | 137 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1) macro
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | bfin-parse.c | 528 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1) macro
|