Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm64_isel.c278 static HReg widen_z_32_to_64 ( ISelEnv* env, HReg src ) in widen_z_32_to_64() function
1557 HReg dst = zx ? widen_z_32_to_64(env, argL) in iselIntExpr_R_wrk()
1578 HReg extL = (isS ? widen_s_32_to_64 : widen_z_32_to_64)(env, argL); in iselIntExpr_R_wrk()
1580 HReg extR = (isS ? widen_s_32_to_64 : widen_z_32_to_64)(env, argR); in iselIntExpr_R_wrk()
1600 HReg lo32 = widen_z_32_to_64(env, lo32s); in iselIntExpr_R_wrk()
1741 HReg dst = widen_z_32_to_64(env, src); in iselIntExpr_R_wrk()
1826 HReg src = widen_z_32_to_64(env, pre); in iselIntExpr_R_wrk()