Searched defs:GetVIXLAssembler (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.h210 vixl::MacroAssembler* GetVIXLAssembler() { return GetAssembler()->vixl_masm_; } function in class:art::arm64::InstructionCodeGeneratorARM64
329 vixl::MacroAssembler* GetVIXLAssembler() const { function in class:art::arm64::ParallelMoveResolverARM64
379 vixl::MacroAssembler* GetVIXLAssembler() { return GetAssembler()->vixl_masm_; } function in class:art::arm64::CodeGeneratorARM64
H A Dintrinsics_arm64.cc59 vixl::MacroAssembler* IntrinsicCodeGeneratorARM64::GetVIXLAssembler() { function in class:art::arm64::IntrinsicCodeGeneratorARM64
207 MoveFPToInt(invoke->GetLocations(), /* is64bit */ true, GetVIXLAssembler());
210 MoveIntToFP(invoke->GetLocations(), /* is64bit */ true, GetVIXLAssembler());
221 MoveFPToInt(invoke->GetLocations(), /* is64bit */ false, GetVIXLAssembler());
224 MoveIntToFP(invoke->GetLocations(), /* is64bit */ false, GetVIXLAssembler());
261 GenReverseBytes(invoke->GetLocations(), Primitive::kPrimInt, GetVIXLAssembler());
269 GenReverseBytes(invoke->GetLocations(), Primitive::kPrimLong, GetVIXLAssembler());
277 GenReverseBytes(invoke->GetLocations(), Primitive::kPrimShort, GetVIXLAssembler());
305 GenNumberOfLeadingZeros(invoke->GetLocations(), Primitive::kPrimInt, GetVIXLAssembler());
313 GenNumberOfLeadingZeros(invoke->GetLocations(), Primitive::kPrimLong, GetVIXLAssembler());
[all...]

Completed in 57 milliseconds