• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:vatomY

2177 IRAtom* binary32Fx4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY )  in binary32Fx4()  argument
2181 tl_assert(isShadowAtom(mce, vatomY)); in binary32Fx4()
2182 at = mkUifUV128(mce, vatomX, vatomY); in binary32Fx4()
2197 IRAtom* binary32F0x4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32F0x4() argument
2201 tl_assert(isShadowAtom(mce, vatomY)); in binary32F0x4()
2202 at = mkUifUV128(mce, vatomX, vatomY); in binary32F0x4()
2223 IRAtom* binary64Fx2 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary64Fx2() argument
2227 tl_assert(isShadowAtom(mce, vatomY)); in binary64Fx2()
2228 at = mkUifUV128(mce, vatomX, vatomY); in binary64Fx2()
2243 IRAtom* binary64F0x2 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary64F0x2() argument
2247 tl_assert(isShadowAtom(mce, vatomY)); in binary64F0x2()
2248 at = mkUifUV128(mce, vatomX, vatomY); in binary64F0x2()
2269 IRAtom* binary32Fx2 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32Fx2() argument
2273 tl_assert(isShadowAtom(mce, vatomY)); in binary32Fx2()
2274 at = mkUifU64(mce, vatomX, vatomY); in binary32Fx2()
2291 IRAtom* binary64Fx4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary64Fx4() argument
2295 tl_assert(isShadowAtom(mce, vatomY)); in binary64Fx4()
2296 at = mkUifUV256(mce, vatomX, vatomY); in binary64Fx4()
2313 IRAtom* binary32Fx8 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32Fx8() argument
2317 tl_assert(isShadowAtom(mce, vatomY)); in binary32Fx8()
2318 at = mkUifUV256(mce, vatomX, vatomY); in binary32Fx8()
2336 IRAtom* vatomX, IRAtom* vatomY ) in binary64Fx2_w_rm() argument
2344 IRAtom* t1 = binary64Fx2(mce, vatomX, vatomY); in binary64Fx2_w_rm()
2356 IRAtom* vatomX, IRAtom* vatomY ) in binary32Fx4_w_rm() argument
2358 IRAtom* t1 = binary32Fx4(mce, vatomX, vatomY); in binary32Fx4_w_rm()
2370 IRAtom* vatomX, IRAtom* vatomY ) in binary64Fx4_w_rm() argument
2372 IRAtom* t1 = binary64Fx4(mce, vatomX, vatomY); in binary64Fx4_w_rm()
2384 IRAtom* vatomX, IRAtom* vatomY ) in binary32Fx8_w_rm() argument
2386 IRAtom* t1 = binary32Fx8(mce, vatomX, vatomY); in binary32Fx8_w_rm()