Home
last modified time | relevance | path

Searched refs:POS (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c3773 #define MODIFY_VALUE(NEWVAL, VALUE, SHIFT, POS, BITS) \ argument
3775 (NEWVAL) &= 0xffffffffU & ~(((1U << (BITS)) - 1) << (POS)); \
3776 (NEWVAL) |= (((VALUE) >> (SHIFT)) & ((1U << (BITS)) - 1)) << (POS); \
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c299 RTYPE_ENTRY (POS),
/toolchain/binutils/binutils-2.25/bfd/
Dieee.c513 #define POS sp[1] in parse_expression() macro
DChangeLog-00018494 (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-98994787 * listing.c (file_info_struct): Remove FILE, add POS.