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

/art/compiler/dex/quick/arm64/
H A Darm64_lir.h132 # define A64_DEFINE_REGISTERS(nr) \
133 rw##nr = RegStorage::k32BitSolo | RegStorage::kCoreRegister | nr, \
134 rx##nr = RegStorage::k64BitSolo | RegStorage::kCoreRegister | nr, \
135 rf##nr = RegStorage::k32BitSolo | RegStorage::kFloatingPoint | nr, \
136 rd##nr = RegStorage::k64BitSolo | RegStorage::kFloatingPoint | nr,
161 #define A64_DEFINE_REGSTORAGES(nr) \
[all...]
/art/compiler/utils/arm/
H A Dconstants_arm.h252 int Bit(int nr) const {
253 return (InstructionBits() >> nr) & 1;
/art/compiler/dex/
H A Dmir_graph.cc933 const char *suffix, int nr, std::string* output) {
942 suffix == nullptr ? "" : suffix, nr);
945 std::string suffix_str = StringPrintf("_%d.dot", nr);
963 int nr = cnt.LoadRelaxed(); local
969 suffix, nr, &fpath)) {
932 CreateDumpFile(std::string& fname, const char* dir_prefix, NarrowDexOffset start_offset, const char *suffix, int nr, std::string* output) argument

Completed in 82 milliseconds