Lines Matching refs:tyd
5473 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); in iselStmt() local
5483 if (tyd == Ity_I8 || tyd == Ity_I16 || tyd == Ity_I32 || in iselStmt()
5484 (mode64 && (tyd == Ity_I64))) { in iselStmt()
5486 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/, in iselStmt()
5489 addInstr(env, PPCInstr_Store( toUChar(sizeofIRType(tyd)), in iselStmt()
5493 if (tyd == Ity_F64) { in iselStmt()
5495 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/, in iselStmt()
5502 if (tyd == Ity_F32) { in iselStmt()
5504 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/, in iselStmt()
5511 if (tyd == Ity_D64) { in iselStmt()
5513 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/, in iselStmt()
5520 if (tyd == Ity_D32) { in iselStmt()
5522 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/, in iselStmt()
5529 if (tyd == Ity_V128) { in iselStmt()
5531 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/, in iselStmt()
5538 if (tyd == Ity_I64 && !mode64) { in iselStmt()