Home
last modified time | relevance | path

Searched refs:kPcCode (Results 1 – 3 of 3) sorted by relevance

/external/vixl/test/aarch32/
Dtest-utils-aarch32.h121 VIXL_ASSERT(code != kPcCode); in reg()
/external/vixl/src/aarch32/
Dconstants-aarch32.h66 const unsigned kPcCode = 15; variable
Dinstructions-aarch32.h145 bool IsPC() const { return GetCode() == kPcCode; } in IsPC()
158 bool IsAPSR_nzcv() const { return code_ == kPcCode; } in IsAPSR_nzcv()
166 const RegisterOrAPSR_nzcv APSR_nzcv(kPcCode);