Lines Matching refs:value
46 // #<imm> - an unsigned 32-bit immediate value
122 VIXL_STATIC_ASSERT_MESSAGE(std::is_integral<T>::value,
130 // value, as long as it can be encoded in 32 bits.
622 // One with a signed value offset parameter. The value of sign_ is
623 // "sign_of(constructor's offset parameter) and the value of offset_ is
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
630 // The value of offset_ reflects the effective offset. For an offset_ of 0,
710 // <shift> is RRX, applied to value from rm
730 // <shift> is RRX, applied to value from rm
747 // <shift> is one of {LSL, LSR, ASR, ROR}, applied to value from rm
748 // <shift_amount> is optional size to apply to value from rm
769 // <shift> is one of {LSL, LSR, ASR, ROR}, applied to value from rm
770 // <shift_amount> is optional size to apply to value from rm