HomeSort by relevance Sort by last modified time
    Searched defs:GetVIXLAssembler (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
code_generator_arm64.h 210 vixl::MacroAssembler* GetVIXLAssembler() { return GetAssembler()->vixl_masm_; }
329 vixl::MacroAssembler* GetVIXLAssembler() const {
379 vixl::MacroAssembler* GetVIXLAssembler() { return GetAssembler()->vixl_masm_; }
intrinsics_arm64.cc 59 vixl::MacroAssembler* IntrinsicCodeGeneratorARM64::GetVIXLAssembler() {
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 2026 milliseconds