Home
last modified time | relevance | path

Searched refs:signedValue (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_op.h177 SignedType signedValue = static_cast<SignedType>(stack_[0]); in OpAbs() local
178 if (signedValue < 0) { in OpAbs()
179 signedValue = -signedValue; in OpAbs()
181 stack_[0] = static_cast<AddressType>(signedValue); in OpAbs()
229 SignedType signedValue = static_cast<SignedType>(stack_[0]); in OpNeg() local
230 stack_[0] = static_cast<AddressType>(-signedValue); in OpNeg()
270 SignedType signedValue = static_cast<SignedType>(stack_[0]) >> top; in OpShra() local
271 stack_[0] = static_cast<AddressType>(signedValue); in OpShra()

Completed in 2 milliseconds