Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dassembler-aarch32.cc4335 ((!rt.IsLR() && ((rt.GetCode() & 1) == 0) && !rn.IsPC()) || in ldaexd()
5163 ((!rt.IsLR() && ((rt.GetCode() & 1) == 0)) || AllowUnpredictable())) { in ldrd()
5175 ((!rt.IsLR() && ((rt.GetCode() & 1) == 0)) || AllowUnpredictable())) { in ldrd()
5187 ((!rt.IsLR() && ((rt.GetCode() & 1) == 0)) || AllowUnpredictable())) { in ldrd()
5199 ((!rt.IsLR() && ((rt.GetCode() & 1) == 0)) || AllowUnpredictable())) { in ldrd()
5217 ((!rt.IsLR() && ((rt.GetCode() & 1) == 0)) || AllowUnpredictable())) { in ldrd()
5227 ((!rt.IsLR() && ((rt.GetCode() & 1) == 0)) || AllowUnpredictable())) { in ldrd()
5237 ((!rt.IsLR() && ((rt.GetCode() & 1) == 0)) || AllowUnpredictable())) { in ldrd()
5289 ((!rt.IsLR() && ((rt.GetCode() & 1) == 0)) || AllowUnpredictable())) { in ldrd()
5387 ((!rt.IsLR() && ((rt.GetCode() & 1) == 0) && !rn.IsPC()) || in ldrexd()
[all …]
Dinstructions-aarch32.h145 bool IsLR() const { return GetCode() == kLrCode; } in IsLR() function