Home
last modified time | relevance | path

Searched refs:LoadStorePairLBit (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc491 return Mask(LoadStorePairLBit) != 0; in IsLoad()
523 return Mask(LoadStorePairLBit) == 0; in IsStore()
Dassembler-aarch64.cc1126 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2)); in LoadStorePair()
7095 VIXL_ASSERT((STP_w | LoadStorePairLBit) == LDP_w); in LoadPairOpFor()
7097 LoadStorePairLBit); in LoadPairOpFor()
Dconstants-aarch64.h1039 LoadStorePairLBit = 1 << 22, enumerator
Dsimulator-aarch64.cc4624 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || (rt != rt2)); in LoadStorePairHelper()