Searched refs:SVESdotUdotHelper (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch64/ |
D | macro-assembler-sve-aarch64.cc | 1663 void MacroAssembler::SVESdotUdotHelper(IntArithFn fn, in SVESdotUdotHelper() function in vixl::aarch64::MacroAssembler 1714 SVESdotUdotHelper(&Assembler::sdot, zd, za, zn, zm); in Sdot() 1731 SVESdotUdotHelper(&Assembler::udot, zd, za, zn, zm); in Udot()
|
D | macro-assembler-aarch64.h | 6863 void SVESdotUdotHelper(IntArithFn fn,
|