Home | History | Annotate | Download | only in alpha

Lines Matching refs:NEG

55 ifelse(S, `true', `define(NEG, `t4')')
66 ` stq NEG, 32(sp)')
74 or A, B, NEG /* not the sign, but... */
75 srl NEG, WORDSIZE - 1, NEG /* rather, or of high bits */
76 blbc NEG, Ldoit /* neither negative? do it! */
79 ` xor A, B, NEG /* THIS is the sign! */
80 ', ` mov A, NEG /* sign follows A. */
82 srl NEG, WORDSIZE - 1, NEG /* make negation the low bit. */
175 cmovlbs NEG, T_0, RESULT
183 ` ldq NEG, 32(sp)')