Searched refs:Mips64Core (Results 1 - 4 of 4) sorted by relevance

/art/compiler/debug/dwarf/
H A Dregister.h44 static Reg Mips64Core(int num) { return Reg(num); } function in class:art::dwarf::Reg
/art/compiler/debug/
H A Delf_debug_loc_writer.h48 return Reg::Mips64Core(machine_reg);
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc3585 return dwarf::Reg::Mips64Core(static_cast<int>(reg));
/art/compiler/optimizing/
H A Dcode_generator_mips64.cc1074 return dwarf::Reg::Mips64Core(static_cast<int>(reg));

Completed in 98 milliseconds