Home | History | Annotate | Download | only in arm

Lines Matching refs:MLS

253 void MacroAssembler::Mls(Register dst, Register src1, Register src2,
255 if (CpuFeatures::IsSupported(MLS)) {
256 CpuFeatureScope scope(this, MLS);
257 mls(dst, src1, src2, srcA, cond);