Lines Matching refs:nreglist

7066             const NeonRegisterList& nreglist,  in Vld1()  argument
7068 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist)); in Vld1()
7074 vld1(cond, dt, nreglist, operand); in Vld1()
7077 const NeonRegisterList& nreglist, in Vld1() argument
7079 Vld1(al, dt, nreglist, operand); in Vld1()
7084 const NeonRegisterList& nreglist, in Vld2() argument
7086 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist)); in Vld2()
7092 vld2(cond, dt, nreglist, operand); in Vld2()
7095 const NeonRegisterList& nreglist, in Vld2() argument
7097 Vld2(al, dt, nreglist, operand); in Vld2()
7102 const NeonRegisterList& nreglist, in Vld3() argument
7104 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist)); in Vld3()
7110 vld3(cond, dt, nreglist, operand); in Vld3()
7113 const NeonRegisterList& nreglist, in Vld3() argument
7115 Vld3(al, dt, nreglist, operand); in Vld3()
7120 const NeonRegisterList& nreglist, in Vld3() argument
7122 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist)); in Vld3()
7128 vld3(cond, dt, nreglist, operand); in Vld3()
7131 const NeonRegisterList& nreglist, in Vld3() argument
7133 Vld3(al, dt, nreglist, operand); in Vld3()
7138 const NeonRegisterList& nreglist, in Vld4() argument
7140 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist)); in Vld4()
7146 vld4(cond, dt, nreglist, operand); in Vld4()
7149 const NeonRegisterList& nreglist, in Vld4() argument
7151 Vld4(al, dt, nreglist, operand); in Vld4()
9908 const NeonRegisterList& nreglist, in Vst1() argument
9910 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist)); in Vst1()
9916 vst1(cond, dt, nreglist, operand); in Vst1()
9919 const NeonRegisterList& nreglist, in Vst1() argument
9921 Vst1(al, dt, nreglist, operand); in Vst1()
9926 const NeonRegisterList& nreglist, in Vst2() argument
9928 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist)); in Vst2()
9934 vst2(cond, dt, nreglist, operand); in Vst2()
9937 const NeonRegisterList& nreglist, in Vst2() argument
9939 Vst2(al, dt, nreglist, operand); in Vst2()
9944 const NeonRegisterList& nreglist, in Vst3() argument
9946 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist)); in Vst3()
9952 vst3(cond, dt, nreglist, operand); in Vst3()
9955 const NeonRegisterList& nreglist, in Vst3() argument
9957 Vst3(al, dt, nreglist, operand); in Vst3()
9962 const NeonRegisterList& nreglist, in Vst3() argument
9964 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist)); in Vst3()
9970 vst3(cond, dt, nreglist, operand); in Vst3()
9973 const NeonRegisterList& nreglist, in Vst3() argument
9975 Vst3(al, dt, nreglist, operand); in Vst3()
9980 const NeonRegisterList& nreglist, in Vst4() argument
9982 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist)); in Vst4()
9988 vst4(cond, dt, nreglist, operand); in Vst4()
9991 const NeonRegisterList& nreglist, in Vst4() argument
9993 Vst4(al, dt, nreglist, operand); in Vst4()
10341 const NeonRegisterList& nreglist, in Vtbl() argument
10344 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist)); in Vtbl()
10350 vtbl(cond, dt, rd, nreglist, rm); in Vtbl()
10354 const NeonRegisterList& nreglist, in Vtbl() argument
10356 Vtbl(al, dt, rd, nreglist, rm); in Vtbl()
10362 const NeonRegisterList& nreglist, in Vtbx() argument
10365 VIXL_ASSERT(!AliasesAvailableScratchRegister(nreglist)); in Vtbx()
10371 vtbx(cond, dt, rd, nreglist, rm); in Vtbx()
10375 const NeonRegisterList& nreglist, in Vtbx() argument
10377 Vtbx(al, dt, rd, nreglist, rm); in Vtbx()