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

/art/compiler/optimizing/
H A Dintrinsics_arm.cc168 static void MoveIntToFP(LocationSummary* locations, bool is64bit, ArmAssembler* assembler) { function in namespace:art::arm
191 MoveIntToFP(invoke->GetLocations(), true, GetAssembler());
205 MoveIntToFP(invoke->GetLocations(), false, GetAssembler());
H A Dintrinsics_arm64.cc172 static void MoveIntToFP(LocationSummary* locations, bool is64bit, vixl::MacroAssembler* masm) { function in namespace:art::arm64
190 MoveIntToFP(invoke->GetLocations(), true, GetVIXLAssembler());
204 MoveIntToFP(invoke->GetLocations(), false, GetVIXLAssembler());
H A Dintrinsics_x86.cc208 static void MoveIntToFP(LocationSummary* locations, bool is64bit, X86Assembler* assembler) { function in namespace:art::x86
235 MoveIntToFP(invoke->GetLocations(), true, GetAssembler());
249 MoveIntToFP(invoke->GetLocations(), false, GetAssembler());
H A Dintrinsics_x86_64.cc183 static void MoveIntToFP(LocationSummary* locations, bool is64bit, X86_64Assembler* assembler) { function in namespace:art::x86_64
200 MoveIntToFP(invoke->GetLocations(), true, GetAssembler());
214 MoveIntToFP(invoke->GetLocations(), false, GetAssembler());

Completed in 48 milliseconds