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

  /art/compiler/optimizing/
intrinsics_mips64.cc 572 static void GenMinMax(LocationSummary* locations,
645 GenMinMax(invoke->GetLocations(), /* is_min */ true, GetAssembler());
654 GenMinMax(invoke->GetLocations(), /* is_min */ true, GetAssembler());
663 GenMinMax(invoke->GetLocations(), /* is_min */ false, GetAssembler());
672 GenMinMax(invoke->GetLocations(), /* is_min */ false, GetAssembler());
    [all...]
intrinsics_arm64.cc 535 static void GenMinMax(LocationSummary* locations,
556 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ false, GetVIXLAssembler());
564 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ true, GetVIXLAssembler());
572 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ false, GetVIXLAssembler());
580 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ true, GetVIXLAssembler());
    [all...]
intrinsics_mips.cc     [all...]
intrinsics_x86.cc 568 static void GenMinMax(LocationSummary* locations, bool is_min, bool is_long,
648 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ false, GetAssembler());
656 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ true, GetAssembler());
664 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ false, GetAssembler());
672 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ true, GetAssembler());
    [all...]
intrinsics_x86_64.cc 422 static void GenMinMax(LocationSummary* locations, bool is_min, bool is_long,
468 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ false, GetAssembler());
476 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ true, GetAssembler());
484 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ false, GetAssembler());
492 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ true, GetAssembler());
    [all...]
intrinsics_arm.cc 329 static void GenMinMax(LocationSummary* locations,
357 GenMinMax(invoke->GetLocations(), /* is_min */ true, GetAssembler());
365 GenMinMax(invoke->GetLocations(), /* is_min */ false, GetAssembler());
    [all...]

Completed in 1169 milliseconds