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

  /art/compiler/optimizing/
intrinsics_arm64.cc 260 static void MoveIntToFP(LocationSummary* locations, bool is64bit, MacroAssembler* masm) {
278 MoveIntToFP(invoke->GetLocations(), /* is64bit */ true, GetVIXLAssembler());
292 MoveIntToFP(invoke->GetLocations(), /* is64bit */ false, GetVIXLAssembler());
    [all...]
intrinsics_arm_vixl.cc 287 static void MoveIntToFP(LocationSummary* locations, bool is64bit, ArmVIXLAssembler* assembler) {
308 MoveIntToFP(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
322 MoveIntToFP(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
    [all...]
intrinsics_mips.cc 203 static void MoveIntToFP(LocationSummary* locations, bool is64bit, MipsAssembler* assembler) {
225 MoveIntToFP(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
234 MoveIntToFP(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
    [all...]
intrinsics_mips64.cc 187 static void MoveIntToFP(LocationSummary* locations, bool is64bit, Mips64Assembler* assembler) {
204 MoveIntToFP(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
213 MoveIntToFP(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
    [all...]
intrinsics_x86.cc 214 static void MoveIntToFP(LocationSummary* locations, bool is64bit, X86Assembler* assembler) {
241 MoveIntToFP(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
255 MoveIntToFP(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
    [all...]
intrinsics_x86_64.cc 151 static void MoveIntToFP(LocationSummary* locations, bool is64bit, X86_64Assembler* assembler) {
168 MoveIntToFP(invoke->GetLocations(), /* is64bit */ true, GetAssembler());
182 MoveIntToFP(invoke->GetLocations(), /* is64bit */ false, GetAssembler());
    [all...]

Completed in 72 milliseconds