Lines Matching refs:WrTmp
4434 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt()
4444 && stmt->Ist.WrTmp.data->tag == Iex_Binop in iselStmt()
4445 && stmt->Ist.WrTmp.data->Iex.Binop.op == Iop_Add64) { in iselStmt()
4446 AMD64AMode* am = iselIntExpr_AMode(env, stmt->Ist.WrTmp.data); in iselStmt()
4462 AMD64RMI* rmi = iselIntExpr_RMI(env, stmt->Ist.WrTmp.data); in iselStmt()
4469 iselInt128Expr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt()
4476 AMD64CondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt()
4483 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
4489 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
4495 HReg src = iselVecExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
4501 iselDVecExpr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt()