• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:vatomX

2177 IRAtom* binary32Fx4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY )  in binary32Fx4()  argument
2180 tl_assert(isShadowAtom(mce, vatomX)); in binary32Fx4()
2182 at = mkUifUV128(mce, vatomX, vatomY); in binary32Fx4()
2188 IRAtom* unary32Fx4 ( MCEnv* mce, IRAtom* vatomX ) in unary32Fx4() argument
2191 tl_assert(isShadowAtom(mce, vatomX)); in unary32Fx4()
2192 at = assignNew('V', mce, Ity_V128, mkPCast32x4(mce, vatomX)); in unary32Fx4()
2197 IRAtom* binary32F0x4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32F0x4() argument
2200 tl_assert(isShadowAtom(mce, vatomX)); in binary32F0x4()
2202 at = mkUifUV128(mce, vatomX, vatomY); in binary32F0x4()
2205 at = assignNew('V', mce, Ity_V128, binop(Iop_SetV128lo32, vatomX, at)); in binary32F0x4()
2210 IRAtom* unary32F0x4 ( MCEnv* mce, IRAtom* vatomX ) in unary32F0x4() argument
2213 tl_assert(isShadowAtom(mce, vatomX)); in unary32F0x4()
2214 at = assignNew('V', mce, Ity_I32, unop(Iop_V128to32, vatomX)); in unary32F0x4()
2216 at = assignNew('V', mce, Ity_V128, binop(Iop_SetV128lo32, vatomX, at)); in unary32F0x4()
2223 IRAtom* binary64Fx2 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary64Fx2() argument
2226 tl_assert(isShadowAtom(mce, vatomX)); in binary64Fx2()
2228 at = mkUifUV128(mce, vatomX, vatomY); in binary64Fx2()
2234 IRAtom* unary64Fx2 ( MCEnv* mce, IRAtom* vatomX ) in unary64Fx2() argument
2237 tl_assert(isShadowAtom(mce, vatomX)); in unary64Fx2()
2238 at = assignNew('V', mce, Ity_V128, mkPCast64x2(mce, vatomX)); in unary64Fx2()
2243 IRAtom* binary64F0x2 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary64F0x2() argument
2246 tl_assert(isShadowAtom(mce, vatomX)); in binary64F0x2()
2248 at = mkUifUV128(mce, vatomX, vatomY); in binary64F0x2()
2251 at = assignNew('V', mce, Ity_V128, binop(Iop_SetV128lo64, vatomX, at)); in binary64F0x2()
2256 IRAtom* unary64F0x2 ( MCEnv* mce, IRAtom* vatomX ) in unary64F0x2() argument
2259 tl_assert(isShadowAtom(mce, vatomX)); in unary64F0x2()
2260 at = assignNew('V', mce, Ity_I64, unop(Iop_V128to64, vatomX)); in unary64F0x2()
2262 at = assignNew('V', mce, Ity_V128, binop(Iop_SetV128lo64, vatomX, at)); in unary64F0x2()
2269 IRAtom* binary32Fx2 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32Fx2() argument
2272 tl_assert(isShadowAtom(mce, vatomX)); in binary32Fx2()
2274 at = mkUifU64(mce, vatomX, vatomY); in binary32Fx2()
2280 IRAtom* unary32Fx2 ( MCEnv* mce, IRAtom* vatomX ) in unary32Fx2() argument
2283 tl_assert(isShadowAtom(mce, vatomX)); in unary32Fx2()
2284 at = assignNew('V', mce, Ity_I64, mkPCast32x2(mce, vatomX)); in unary32Fx2()
2291 IRAtom* binary64Fx4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary64Fx4() argument
2294 tl_assert(isShadowAtom(mce, vatomX)); in binary64Fx4()
2296 at = mkUifUV256(mce, vatomX, vatomY); in binary64Fx4()
2302 IRAtom* unary64Fx4 ( MCEnv* mce, IRAtom* vatomX ) in unary64Fx4() argument
2305 tl_assert(isShadowAtom(mce, vatomX)); in unary64Fx4()
2306 at = assignNew('V', mce, Ity_V256, mkPCast64x4(mce, vatomX)); in unary64Fx4()
2313 IRAtom* binary32Fx8 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32Fx8() argument
2316 tl_assert(isShadowAtom(mce, vatomX)); in binary32Fx8()
2318 at = mkUifUV256(mce, vatomX, vatomY); in binary32Fx8()
2324 IRAtom* unary32Fx8 ( MCEnv* mce, IRAtom* vatomX ) in unary32Fx8() argument
2327 tl_assert(isShadowAtom(mce, vatomX)); in unary32Fx8()
2328 at = assignNew('V', mce, Ity_V256, mkPCast32x8(mce, vatomX)); in unary32Fx8()
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()
2397 IRAtom* unary64Fx2_w_rm ( MCEnv* mce, IRAtom* vRM, IRAtom* vatomX ) in unary64Fx2_w_rm() argument
2401 IRAtom* t1 = unary64Fx2(mce, vatomX); in unary64Fx2_w_rm()
2412 IRAtom* unary32Fx4_w_rm ( MCEnv* mce, IRAtom* vRM, IRAtom* vatomX ) in unary32Fx4_w_rm() argument
2415 IRAtom* t1 = unary32Fx4(mce, vatomX); in unary32Fx4_w_rm()