Home
last modified time | relevance | path

Searched refs:try_alias (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkVM.cpp3163 auto try_alias = [&](Val v) -> bool { in jit() local
3176 if (hint1 != NA && try_alias(hint1)) { return r(id); } in jit()
3177 if (hint2 != NA && try_alias(hint2)) { return r(id); } in jit()
3467 if (try_alias(x)) { a->vfmadd132ps(dst(x), r(z), any(y)); } else in jit()
3468 if (try_alias(y)) { a->vfmadd213ps(dst(y), r(x), any(z)); } else in jit()
3469 if (try_alias(z)) { a->vfmadd231ps(dst(z), r(x), any(y)); } else in jit()
3475 if (try_alias(x)) { a->vfmsub132ps(dst(x), r(z), any(y)); } else in jit()
3476 if (try_alias(y)) { a->vfmsub213ps(dst(y), r(x), any(z)); } else in jit()
3477 if (try_alias(z)) { a->vfmsub231ps(dst(z), r(x), any(y)); } else in jit()
3483 if (try_alias(x)) { a->vfnmadd132ps(dst(x), r(z), any(y)); } else in jit()
[all …]