HomeSort by relevance Sort by last modified time
    Searched defs:t64 (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 658 static IRExpr* mkQNarrow64Sto32 ( IRExpr* t64 )
663 vassert(typeOfIRExpr(irsb->tyenv, t64) == Ity_I64);
665 assign( hi32, unop(Iop_64HIto32, t64));
666 assign( lo32, unop(Iop_64to32, t64));
681 static IRExpr* mkQNarrow64Uto32 ( IRExpr* t64 )
686 vassert(typeOfIRExpr(irsb->tyenv, t64) == Ity_I64);
688 assign( hi32, unop(Iop_64HIto32, t64));
689 assign( lo32, unop(Iop_64to32, t64));
692 /* if (top 32 bits of t64 are 0) */
1532 IRTemp t64; local
    [all...]
guest_x86_toIR.c 3980 IRTemp t64 = newTemp(Ity_I64); local
8503 IRTemp t64 = newTemp(Ity_I64); local
    [all...]
guest_amd64_toIR.c 5074 IRTemp t64 = newTemp(Ity_I64); local
9663 IRTemp t64 = newTemp(Ity_I64); local
    [all...]

Completed in 222 milliseconds