Searched defs:no (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/arm64/
H A Dmanaged_register_arm64.cc54 int no; local
57 no = static_cast<int>(X31);
59 no = static_cast<int>(AsCoreRegister());
62 no = static_cast<int>(AsWRegister());
64 no = static_cast<int>(AsDRegister());
66 no = static_cast<int>(AsSRegister());
68 no = kNoRegister;
70 return no;

Completed in 136 milliseconds