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

  /external/valgrind/main/VEX/priv/
ir_inject.c 87 vassert(type == Ity_I1 || sizeofIRType(type) <= 16);
162 vassert(type == Ity_I1 || sizeofIRType(type) <= 16);
254 if (iricb.t_result == Ity_I1 || sizeofIRType(iricb.t_result) <= 8) {
256 } else if (sizeofIRType(iricb.t_result) == 16) {
host_s390_isel.c 598 size = sizeofIRType(Ity_I64);
    [all...]
host_mips_isel.c 815 addInstr(env, MIPSInstr_Load(toUChar(sizeofIRType(ty)),
    [all...]
ir_opt.c 559 *maxoff = *minoff + descr->nElems*sizeofIRType(descr->elemTy) - 1;
571 UInt maxoff = minoff + sizeofIRType(ty) - 1;
    [all...]
host_ppc_isel.c 602 Int elemSz = sizeofIRType(descr->elemTy);
    [all...]
guest_arm64_toIR.c     [all...]
host_x86_isel.c 699 Int elemSz = sizeofIRType(descr->elemTy);
    [all...]
ir_defs.c     [all...]
host_amd64_isel.c 707 Int elemSz = sizeofIRType(descr->elemTy);
    [all...]
guest_s390_toIR.c 640 if (sizeofIRType(typeOfIRTemp(irsb->tyenv, d1)) == 4) {
664 if (sizeofIRType(typeOfIRTemp(irsb->tyenv, d1)) == 4) {
    [all...]
guest_x86_toIR.c     [all...]
guest_amd64_toIR.c     [all...]
  /external/valgrind/main/lackey/
lk_main.c 773 sizeofIRType(data->Iex.Load.ty) );
804 sizeofIRType(type) );
820 sizeofIRType(type), sg->guard );
837 sizeofIRType(type), lg->guard );
880 dataSize = sizeofIRType(dataTy);
906 sizeofIRType(dataTy) );
917 sizeofIRType(dataTy) );
    [all...]
  /external/valgrind/main/drd/
drd_load_store.c 385 size = sizeofIRType(ty_data_expr);
536 size = sizeofIRType(typeOfIRExpr(bb->tyenv, data_expr));
669 sizeofIRType(type), lg->guard);
672 sizeofIRType(type), lg->guard);
684 sizeofIRType(data->Iex.Load.ty),
687 instrument_load(bb, addr_expr, sizeofIRType(data->Iex.Load.ty),
747 dataSize = sizeofIRType(typeOfIRExpr(bb->tyenv, cas->dataLo));
774 sizeofIRType(dataTy),
777 instrument_load(bb, addr_expr, sizeofIRType(dataTy),
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 928 sizeofIRType(data->Iex.Load.ty),
938 sizeofIRType(typeOfIRExpr(tyenv, data)),
978 dataSize = sizeofIRType(typeOfIRExpr(tyenv, cas->dataLo));
994 sizeofIRType(dataTy),
1000 sizeofIRType(dataTy),
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/valgrind/main/VEX/
test_main.c 331 sz = sizeofIRType(data->Iex.LDle.ty);
369 sz = sizeofIRType(typeOfIRExpr(bb_in->tyenv, data));
667 an integer type with the same size (as per sizeofIRType) as the
    [all...]
  /external/valgrind/main/callgrind/
main.c 1056 sizeofIRType(data->Iex.Load.ty), aexpr );
1065 sizeofIRType(typeOfIRExpr(sbIn->tyenv, data)), aexpr );
1076 sizeofIRType(type), addr, sg->guard,
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 364 an integer type with the same size (as per sizeofIRType) as the
    [all...]
  /external/valgrind/main/coregrind/
m_translate.c 448 + sizeofIRType( typeOfIRExpr( bb->tyenv, st->Ist.Put.data ))
619 + descr->nElems * sizeofIRType(descr->elemTy) - 1;
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 243 extern Int sizeofIRType ( IRType );
    [all...]

Completed in 169 milliseconds