Searched defs:vcmpneqps (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/core/ | ||
H A D | SkVM.h | 179 void vcmpneqps(Ymm dst, Ymm x, Operand y) { this->vcmpps(dst,x,y,4); } in vcmpneqps() function in skvm::Assembler |
Completed in 9 milliseconds