HomeSort by relevance Sort by last modified time
    Searched refs:BAL_MASK (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
coff-i960.c 88 #define BAL_MASK 0x00ffffff
144 word = ((word + olf) & BAL_MASK) | BAL;
509 word = ((word + olf - val) & BAL_MASK) | BAL;
bout.c 481 #define BAL_MASK 0x00ffffff
612 & BAL_MASK);
624 word = CALL | (((word & BAL_MASK)
629 & BAL_MASK);
    [all...]

Completed in 81 milliseconds