Home
last modified time | relevance | path

Searched refs:ADD_HIGH_16 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.md458 !ADD_HIGH_16(INTVAL(operands[2]))"
616 !ADD_HIGH_16(INTVAL(operands[2]))"
1079 !ADD_HIGH_16(INTVAL(operands[2]))
1105 !ADD_HIGH_16(INTVAL(operands[2]))
1172 !ADD_HIGH_16(INTVAL(operands[2]))
1198 !ADD_HIGH_16(INTVAL(operands[2]))
H A Ddsp16xx.h1030 #define ADD_HIGH_16(I) (((I) & 0x0000ffff) == 0) macro