HomeSort by relevance Sort by last modified time
    Searched refs:IRSB (Results 51 - 54 of 54) sorted by null

1 23

  /external/valgrind/main/VEX/priv/
host_arm_isel.c     [all...]
guest_amd64_toIR.c 206 /* The IRSB* into which we're generating code. */
207 static IRSB* irsb; variable
233 return newIRTemp( irsb->tyenv, ty );
236 /* Add a statement to the list held by "irsb". */
239 addStmtToIRSB( irsb, st );
955 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_I8);
988 IRType ty = typeOfIRExpr(irsb->tyenv, e);
    [all...]
guest_arm_toIR.c 137 /* MOD: The IRSB* into which we're generating code. */
138 static IRSB* irsb; variable
318 addStmtToIRSB( irsb, st );
335 return newIRTemp( irsb->tyenv, ty );
522 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_I32);
662 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_F64);
706 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_I64);
773 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_V128);
833 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_F32)
    [all...]
guest_s390_toIR.c 59 /* The IRSB* into which we're generating code. */
60 static IRSB *irsb; variable
101 /* Add a statement to the current irsb. */
105 addStmtToIRSB(irsb, st);
114 return newIRTemp(irsb->tyenv, type);
222 vassert(typeOfIRExpr(irsb->tyenv, condition) == Ity_I1);
246 irsb->next = callee_address;
247 irsb->jumpkind = Ijk_Call;
260 irsb->next = mkU64(callee_address)
    [all...]

Completed in 109 milliseconds

1 23