Lines Matching defs:nreglist
8609 const NeonRegisterList& nreglist,
8611 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist));
8621 vld1(cond, dt, nreglist, operand);
8624 const NeonRegisterList& nreglist,
8626 Vld1(al, dt, nreglist, operand);
8631 const NeonRegisterList& nreglist,
8633 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist));
8643 vld2(cond, dt, nreglist, operand);
8646 const NeonRegisterList& nreglist,
8648 Vld2(al, dt, nreglist, operand);
8653 const NeonRegisterList& nreglist,
8655 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist));
8665 vld3(cond, dt, nreglist, operand);
8668 const NeonRegisterList& nreglist,
8670 Vld3(al, dt, nreglist, operand);
8675 const NeonRegisterList& nreglist,
8677 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist));
8687 vld3(cond, dt, nreglist, operand);
8690 const NeonRegisterList& nreglist,
8692 Vld3(al, dt, nreglist, operand);
8697 const NeonRegisterList& nreglist,
8699 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist));
8709 vld4(cond, dt, nreglist, operand);
8712 const NeonRegisterList& nreglist,
8714 Vld4(al, dt, nreglist, operand);
12083 const NeonRegisterList& nreglist,
12085 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist));
12095 vst1(cond, dt, nreglist, operand);
12098 const NeonRegisterList& nreglist,
12100 Vst1(al, dt, nreglist, operand);
12105 const NeonRegisterList& nreglist,
12107 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist));
12117 vst2(cond, dt, nreglist, operand);
12120 const NeonRegisterList& nreglist,
12122 Vst2(al, dt, nreglist, operand);
12127 const NeonRegisterList& nreglist,
12129 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist));
12139 vst3(cond, dt, nreglist, operand);
12142 const NeonRegisterList& nreglist,
12144 Vst3(al, dt, nreglist, operand);
12149 const NeonRegisterList& nreglist,
12151 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist));
12161 vst3(cond, dt, nreglist, operand);
12164 const NeonRegisterList& nreglist,
12166 Vst3(al, dt, nreglist, operand);
12171 const NeonRegisterList& nreglist,
12173 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist));
12183 vst4(cond, dt, nreglist, operand);
12186 const NeonRegisterList& nreglist,
12188 Vst4(al, dt, nreglist, operand);
12600 const NeonRegisterList& nreglist,
12603 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist));
12613 vtbl(cond, dt, rd, nreglist, rm);
12617 const NeonRegisterList& nreglist,
12619 Vtbl(al, dt, rd, nreglist, rm);
12625 const NeonRegisterList& nreglist,
12628 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist));
12638 vtbx(cond, dt, rd, nreglist, rm);
12642 const NeonRegisterList& nreglist,
12644 Vtbx(al, dt, rd, nreglist, rm);