Lines Matching refs:WrTmp
6339 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt()
6344 HReg r_src = iselWordExpr_R(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt()
6351 iselInt64Expr(&r_srcHi,&r_srcLo, env, stmt->Ist.WrTmp.data, in iselStmt()
6360 iselInt128Expr(&r_srcHi,&r_srcLo, env, stmt->Ist.WrTmp.data, in iselStmt()
6373 env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt()
6385 PPCCondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data, in iselStmt()
6393 HReg fr_src = iselDblExpr(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt()
6399 HReg fr_src = iselFltExpr(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt()
6405 HReg fr_src = iselDfp32Expr(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt()
6411 HReg v_src = iselFp128Expr(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt()
6417 HReg v_src = iselVecExpr(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt()
6423 HReg fr_src = iselDfp64Expr( env, stmt->Ist.WrTmp.data, IEndianess ); in iselStmt()
6431 iselDfp128Expr( &fr_srcHi, &fr_srcLo, env, stmt->Ist.WrTmp.data, in iselStmt()