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
1585 HReg dst = zx ? widen_z_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()
1628 HReg lo32 = widen_z_32_to_64(env, lo32s); in iselIntExpr_R_wrk()
1769 HReg dst = widen_z_32_to_64(env, src); in iselIntExpr_R_wrk()
1854 HReg src = widen_z_32_to_64(env, pre); in iselIntExpr_R_wrk()
3900 case 4: rResult = widen_z_32_to_64(env, rResult); break; in iselStmt()