HomeSort by relevance Sort by last modified time
    Searched refs:GetRegisterAt (Results 1 - 13 of 13) sorted by null

  /art/compiler/optimizing/
code_generator_arm_vixl.cc 504 LocationFrom(calling_convention.GetRegisterAt(0)),
507 LocationFrom(calling_convention.GetRegisterAt(1)),
542 __ Mov(calling_convention.GetRegisterAt(0), type_index.index_);
593 __ Mov(calling_convention.GetRegisterAt(0), string_index.index_);
631 LocationFrom(calling_convention.GetRegisterAt(0)),
634 LocationFrom(calling_convention.GetRegisterAt(1)),
679 __ Mov(calling_convention.GetRegisterAt(0),
705 LocationFrom(calling_convention.GetRegisterAt(0)),
710 LocationFrom(calling_convention.GetRegisterAt(1)),
715 LocationFrom(calling_convention.GetRegisterAt(2))
    [all...]
intrinsics_arm_vixl.cc     [all...]
intrinsics_mips.cc     [all...]
intrinsics_mips64.cc     [all...]
code_generator_arm64.cc 269 LocationFrom(calling_convention.GetRegisterAt(0)),
272 LocationFrom(calling_convention.GetRegisterAt(1)),
332 __ Mov(calling_convention.GetRegisterAt(0).W(), type_index.index_);
382 __ Mov(calling_convention.GetRegisterAt(0).W(), string_index.index_);
489 LocationFrom(calling_convention.GetRegisterAt(0)),
492 LocationFrom(calling_convention.GetRegisterAt(1)),
532 __ Mov(calling_convention.GetRegisterAt(0),
557 LocationFrom(calling_convention.GetRegisterAt(0)),
562 LocationFrom(calling_convention.GetRegisterAt(1)),
567 LocationFrom(calling_convention.GetRegisterAt(2))
    [all...]
code_generator_x86.cc 151 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(1));
155 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(2));
164 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
167 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
237 __ movl(calling_convention.GetRegisterAt(0), Immediate(string_index.index_));
270 __ movl(calling_convention.GetRegisterAt(0), Immediate(type_index.index_));
335 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
338 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
386 calling_convention.GetRegisterAt(0),
411 Location::RegisterLocation(calling_convention.GetRegisterAt(0))
    [all...]
intrinsics_arm64.cc     [all...]
intrinsics_x86_64.cc     [all...]
code_generator_mips.cc 100 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index));
112 Register reg = calling_convention.GetRegisterAt(gp_index);
117 Register low_even = calling_convention.GetRegisterAt(gp_index);
118 Register high_odd = calling_convention.GetRegisterAt(gp_index + 1);
182 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
185 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
245 __ LoadConst32(calling_convention.GetRegisterAt(0), type_index.index_);
260 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
299 __ LoadConst32(calling_convention.GetRegisterAt(0), string_index.index_);
305 Location::RegisterLocation(calling_convention.GetRegisterAt(0))
    [all...]
intrinsics_x86.cc     [all...]
code_generator_mips64.cc 96 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index_++));
134 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
137 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
198 __ LoadConst32(calling_convention.GetRegisterAt(0), type_index.index_);
213 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
252 __ LoadConst32(calling_convention.GetRegisterAt(0), string_index.index_);
261 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
363 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
366 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
407 __ LoadConst32(calling_convention.GetRegisterAt(0)
    [all...]
code_generator_x86_64.cc 202 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(1));
206 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(2));
218 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
221 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
355 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
358 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
401 CpuRegister(calling_convention.GetRegisterAt(0)),
426 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
431 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
436 Location::RegisterLocation(calling_convention.GetRegisterAt(2))
    [all...]
code_generator.h 791 C GetRegisterAt(size_t index) const {
    [all...]

Completed in 103 milliseconds