Lines Matching full:irsb
67 /* MOD: The IRSB* into which we're generating code. */
68 static IRSB *irsb;
626 /* Add a statement to the list held by "irsb". */
629 addStmtToIRSB(irsb, st);
650 return newIRTemp(irsb->tyenv, ty);
742 vassert(typeOfIRExpr(irsb->tyenv, e) == ty);
774 IRType src_ty = typeOfIRExpr(irsb->tyenv, e);
846 irsb->jumpkind = Ijk_Boring;
907 vassert(typeOfIRExpr(irsb->tyenv, e) == ty);
914 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_F64);
3487 disInstr_MIPS(IRSB* irsb_IN,
3507 irsb = irsb_IN;