Lines Matching defs:sign
617 // The index register may have an associated {+/-} sign,
626 // The other with a sign and a positive value offset parameters. The value of
627 // sign_ is "constructor's sign parameter" and the value of offset_ is
628 // "constructor's sign parameter * constructor's offset parameter".
632 // the sign of offset_.
664 MemOperand(Register rn, Sign sign, int32_t offset, AddrMode addrmode = Offset)
666 offset_(sign.IsPlus() ? offset : -offset),
667 sign_(sign),
673 // With this constructor, the sign must only be specified by "sign".
679 // {+/-} is the sign of the index register,
681 MemOperand(Register rn, Sign sign, Register rm, AddrMode addrmode = Offset)
684 sign_(sign),
708 // {+/-} is the sign of the index register,
712 Sign sign,
718 sign_(sign),
745 // {+/-} is the sign of the index register,
750 Sign sign,
757 sign_(sign),