Searched refs:GenReverseBytes (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_arm64.cc302 static void GenReverseBytes(LocationSummary* locations, function in namespace:art::arm64
328 GenReverseBytes(invoke->GetLocations(), DataType::Type::kInt32, GetVIXLAssembler());
336 GenReverseBytes(invoke->GetLocations(), DataType::Type::kInt64, GetVIXLAssembler());
344 GenReverseBytes(invoke->GetLocations(), DataType::Type::kInt16, GetVIXLAssembler());
H A Dintrinsics_mips64.cc223 static void GenReverseBytes(LocationSummary* locations, function in namespace:art::mips64
254 GenReverseBytes(invoke->GetLocations(), DataType::Type::kInt32, GetAssembler());
263 GenReverseBytes(invoke->GetLocations(), DataType::Type::kInt64, GetAssembler());
272 GenReverseBytes(invoke->GetLocations(), DataType::Type::kInt16, GetAssembler());
H A Dintrinsics_x86_64.cc192 static void GenReverseBytes(LocationSummary* locations, function in namespace:art::x86_64
220 GenReverseBytes(invoke->GetLocations(), DataType::Type::kInt32, GetAssembler());
228 GenReverseBytes(invoke->GetLocations(), DataType::Type::kInt64, GetAssembler());
236 GenReverseBytes(invoke->GetLocations(), DataType::Type::kInt16, GetAssembler());
H A Dintrinsics_x86.cc279 static void GenReverseBytes(LocationSummary* locations, function in namespace:art::x86
304 GenReverseBytes(invoke->GetLocations(), DataType::Type::kInt32, GetAssembler());
333 GenReverseBytes(invoke->GetLocations(), DataType::Type::kInt16, GetAssembler());

Completed in 49 milliseconds