Lines Matching refs:vatomY
1457 IRAtom* binary32Fx4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32Fx4() argument
1461 tl_assert(isShadowAtom(mce, vatomY)); in binary32Fx4()
1462 at = mkUifUV128(mce, vatomX, vatomY); in binary32Fx4()
1477 IRAtom* binary32F0x4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32F0x4() argument
1481 tl_assert(isShadowAtom(mce, vatomY)); in binary32F0x4()
1482 at = mkUifUV128(mce, vatomX, vatomY); in binary32F0x4()
1503 IRAtom* binary64Fx2 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary64Fx2() argument
1507 tl_assert(isShadowAtom(mce, vatomY)); in binary64Fx2()
1508 at = mkUifUV128(mce, vatomX, vatomY); in binary64Fx2()
1523 IRAtom* binary64F0x2 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary64F0x2() argument
1527 tl_assert(isShadowAtom(mce, vatomY)); in binary64F0x2()
1528 at = mkUifUV128(mce, vatomX, vatomY); in binary64F0x2()