HomeSort by relevance Sort by last modified time
    Searched refs:narrowTo (Results 1 - 4 of 4) sorted by null

  /external/valgrind/VEX/priv/
guest_tilegx_toIR.c 204 static IRExpr *narrowTo ( IRType dst_ty, IRExpr * e )
231 vpanic("narrowTo(tilegx)");
554 narrowTo(Ity_I32, getIReg(ra)),
555 narrowTo(Ity_I32, getIReg(rb))),
562 narrowTo(Ity_I32, getIReg(ra)),
569 narrowTo(Ity_I32, getIReg(ra)),
796 assign(t1, narrowTo(Ity_I32, getIReg(rb)));
800 narrowTo(Ity_I32, binop(Iop_Add64,
949 narrowTo(Ity_I32,
997 narrowTo(Ity_I32
    [all...]
guest_x86_toIR.c 891 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e )
906 vpanic("narrowTo(x86)");
    [all...]
guest_mips_toIR.c     [all...]
guest_amd64_toIR.c     [all...]

Completed in 2242 milliseconds