• Home
  • Raw
  • Download

Lines Matching refs:vn

169   const VRegister& vd, const VRegister& vn);
171 const VRegister& vd, const VRegister& vn, const VRegister& vm);
173 const VRegister& vd, const VRegister& vn, const VRegister& vm, int vm_index);
175 const VRegister& vd, int imm1, const VRegister& vn, int imm2);
183 const VRegister& vd, const VRegister& vn, T imm);
1216 VRegister vn = v1.V16B(); in Test1OpNEON_Helper() local
1232 __ Ldr(vn, MemOperand(inputs_n_last_16bytes)); in Test1OpNEON_Helper()
1239 __ Ext(vn, vn, vntmp, vn_lane_bytes); in Test1OpNEON_Helper()
1407 VRegister vn = VRegister(1, vn_bits); in Test1OpAcrossNEON_Helper() local
1417 VRegister vn_ext = (kDRegSize == vn_bits) ? vn.V8B() : vn.V16B(); in Test1OpAcrossNEON_Helper()
1426 __ Ldr(vn, MemOperand(inputs_n_last_vector)); in Test1OpAcrossNEON_Helper()
1620 VRegister vn = v1.V16B(); in Test2OpNEON_Helper() local
1645 __ Ldr(vn, MemOperand(inputs_n_last_16bytes)); in Test2OpNEON_Helper()
1653 __ Ext(vn, vn, vntmp, vn_lane_bytes); in Test2OpNEON_Helper()
1846 VRegister vn = v1.V16B(); in TestByElementNEON_Helper() local
1871 __ Ldr(vn, MemOperand(inputs_n_last_16bytes)); in TestByElementNEON_Helper()
1879 __ Ext(vn, vn, vntmp, vn_lane_bytes); in TestByElementNEON_Helper()
2079 VRegister vn = v1.V16B(); in Test2OpImmNEON_Helper() local
2095 __ Ldr(vn, MemOperand(inputs_n_last_16bytes)); in Test2OpImmNEON_Helper()
2102 __ Ext(vn, vn, vntmp, vn_lane_bytes); in Test2OpImmNEON_Helper()
2281 VRegister vn = VRegister(1, vn_bits); in TestOpImmOpImmNEON_Helper() local
2292 VRegister vn_ext = (kDRegSize == vn_bits) ? vn.V8B() : vn.V16B(); in TestOpImmOpImmNEON_Helper()
2305 __ Ldr(vn, MemOperand(inputs_n_last_vector)); in TestOpImmOpImmNEON_Helper()