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

  /art/compiler/optimizing/
locations.h 126 static Location FpuRegisterLocation(int reg) {
217 return Location::FpuRegisterLocation(low());
228 return Location::FpuRegisterLocation(high());
parallel_move_resolver.cc 84 return Location::FpuRegisterLocation(location.low());
96 return Location::FpuRegisterLocation(location.high());
optimizing_cfi_test.cc 73 auto location = Location::FpuRegisterLocation(fp_reg);
code_generator_mips.h 126 return Location::FpuRegisterLocation(F0);
code_generator_mips64.h 126 return Location::FpuRegisterLocation(F0);
common_arm64.h 177 return Location::FpuRegisterLocation(fpreg.code());
intrinsics_x86_64.cc 545 locations->SetOut(Location::FpuRegisterLocation(XMM0));
718 locations->SetInAt(0, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(0)));
719 locations->SetOut(Location::FpuRegisterLocation(XMM0));
725 locations->AddTemp(Location::FpuRegisterLocation(fp_reg));
858 locations->SetInAt(0, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(0)));
859 locations->SetInAt(1, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(1)));
860 locations->SetOut(Location::FpuRegisterLocation(XMM0));
866 locations->AddTemp(Location::FpuRegisterLocation(fp_reg));
    [all...]
code_generator_arm.h 125 : Location::FpuRegisterLocation(S0);
code_generator_x86.h 118 return Location::FpuRegisterLocation(XMM0);
code_generator_x86_64.h 104 return Location::FpuRegisterLocation(XMM0);
ssa_liveness_analysis.cc 536 return Location::FpuRegisterLocation(GetRegister());
intrinsics_x86.cc 725 locations->SetOut(Location::FpuRegisterLocation(XMM0));
850 locations->SetInAt(0, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(0)));
851 locations->SetOut(Location::FpuRegisterLocation(XMM0));
    [all...]
register_allocator.cc 163 BlockRegister(Location::FpuRegisterLocation(i), start, end);
700 : Location::FpuRegisterLocation(current->GetRegister()));
    [all...]
code_generator_mips64.cc 53 return Location::FpuRegisterLocation(F0);
77 next_location = Location::FpuRegisterLocation(
    [all...]
code_generator_mips.cc 57 return Location::FpuRegisterLocation(F0);
119 next_location = Location::FpuRegisterLocation(
    [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 194 milliseconds