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

  /art/compiler/optimizing/
intrinsics_arm64.cc 604 static void GenMinMax(LocationSummary* locations,
625 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ false, GetVIXLAssembler());
633 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ true, GetVIXLAssembler());
641 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ false, GetVIXLAssembler());
649 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ true, GetVIXLAssembler());
    [all...]
intrinsics_mips.cc     [all...]
intrinsics_mips64.cc 659 static void GenMinMax(LocationSummary* locations,
732 GenMinMax(invoke->GetLocations(), /* is_min */ true, GetAssembler());
741 GenMinMax(invoke->GetLocations(), /* is_min */ true, GetAssembler());
750 GenMinMax(invoke->GetLocations(), /* is_min */ false, GetAssembler());
759 GenMinMax(invoke->GetLocations(), /* is_min */ false, GetAssembler());
    [all...]
intrinsics_x86.cc 665 static void GenMinMax(LocationSummary* locations, bool is_min, bool is_long,
745 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ false, GetAssembler());
753 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ true, GetAssembler());
761 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ false, GetAssembler());
769 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ true, GetAssembler());
    [all...]
intrinsics_x86_64.cc 470 static void GenMinMax(LocationSummary* locations, bool is_min, bool is_long,
516 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ false, GetAssembler());
524 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ true, GetAssembler());
532 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ false, GetAssembler());
540 GenMinMax(invoke->GetLocations(), /* is_min */ false, /* is_long */ true, GetAssembler());
    [all...]
intrinsics_arm_vixl.cc 739 static void GenMinMax(HInvoke* invoke, bool is_min, ArmVIXLAssembler* assembler) {
771 GenMinMax(invoke, /* is_min */ true, GetAssembler());
779 GenMinMax(invoke, /* is_min */ false, GetAssembler());
    [all...]

Completed in 222 milliseconds