Searched refs:POS (Results 1 – 5 of 5) sorted by relevance
3773 #define MODIFY_VALUE(NEWVAL, VALUE, SHIFT, POS, BITS) \ argument3775 (NEWVAL) &= 0xffffffffU & ~(((1U << (BITS)) - 1) << (POS)); \3776 (NEWVAL) |= (((VALUE) >> (SHIFT)) & ((1U << (BITS)) - 1)) << (POS); \
299 RTYPE_ENTRY (POS),
513 #define POS sp[1] in parse_expression() macro
8494 (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
4787 * listing.c (file_info_struct): Remove FILE, add POS.