Lines Matching refs:vd_index
5066 int vd_index,
5092 (0 <= vd_index) &&
5093 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format))));
5097 Emit(NEON_INS_ELEMENT | ImmNEON5(format, vd_index) |
5103 int vd_index,
5107 ins(vd, vd_index, vn, vn_index);
5111 void Assembler::ins(const VRegister& vd, int vd_index, const Register& rn) {
5138 (0 <= vd_index) &&
5139 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format))));
5140 Emit(NEON_INS_GENERAL | ImmNEON5(format, vd_index) | Rn(rn) | Rd(vd));
5144 void Assembler::mov(const VRegister& vd, int vd_index, const Register& rn) {
5146 ins(vd, vd_index, rn);