Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm64_isel.c309 static HReg widen_s_32_to_64 ( ISelEnv* env, HReg src ) in widen_s_32_to_64() function
1586 : widen_s_32_to_64(env, argL); in iselIntExpr_R_wrk()
1606 HReg extL = (isS ? widen_s_32_to_64 : widen_z_32_to_64)(env, argL); in iselIntExpr_R_wrk()
1608 HReg extR = (isS ? widen_s_32_to_64 : widen_z_32_to_64)(env, argR); in iselIntExpr_R_wrk()
1809 HReg dst = widen_s_32_to_64(env, src); in iselIntExpr_R_wrk()