HomeSort by relevance Sort by last modified time
    Searched refs:IRType (Results 26 - 45 of 45) sorted by null

12

  /external/valgrind/main/VEX/priv/
guest_mips_toIR.c 615 static IRExpr *load(IRType ty, IRExpr * addr)
647 static IRTemp newTemp(IRType ty)
707 IRType ty = mode64 ? Ity_I64 : Ity_I32;
740 IRType ty = mode64 ? Ity_I64 : Ity_I32;
762 static IRExpr *mkWidenFrom32(IRType ty, IRExpr * src, Bool sined)
772 static IRExpr *narrowTo(IRType dst_ty, IRExpr * e)
774 IRType src_ty = typeOfIRExpr(irsb->tyenv, e);
802 static IRExpr *mkNarrowTo32(IRType ty, IRExpr * src)
808 static IRExpr *getLoFromF64(IRType ty, IRExpr * src)
822 static IRExpr *mkWidenFromF32(IRType ty, IRExpr * src
    [all...]
guest_ppc_toIR.c 454 static IRTemp newTemp ( IRType ty )
517 IRType tyA = typeOfIRExpr(irsb->tyenv, addr);
575 static IRExpr* loadBE ( IRType ty, IRExpr* addr )
897 static IROp mkSzOp ( IRType ty, IROp op8 )
912 static Addr64 mkSzAddr ( IRType ty, Addr64 addr )
921 static IRExpr* mkSzImm ( IRType ty, ULong imm64 )
928 static IRConst* mkSzConst ( IRType ty, ULong imm64 )
937 static IRExpr* mkSzExtendS16 ( IRType ty, UInt imm16 )
946 static IRExpr* mkSzExtendS32 ( IRType ty, UInt imm32 )
955 static IRExpr* mkNarrowTo8 ( IRType ty, IRExpr* src
    [all...]
host_ppc_isel.c 217 - A mapping from IRTemp to IRType, giving the type of any IRTemp we
421 static PPCAMode* iselWordExpr_AMode_wrk ( ISelEnv* env, IRExpr* e, IRType xferTy );
422 static PPCAMode* iselWordExpr_AMode ( ISelEnv* env, IRExpr* e, IRType xferTy );
    [all...]
host_amd64_isel.c 99 - A mapping from IRTemp to IRType, giving the type of any IRTemp we
822 IRType ty = typeOfIRExpr(env->type_env,e);
    [all...]
host_x86_isel.c 134 - A mapping from IRTemp to IRType, giving the type of any IRTemp we
347 IRType arg_ty = typeOfIRExpr(env->type_env, arg);
755 IRType ty = typeOfIRExpr(env->type_env,e);
    [all...]
guest_x86_toIR.c 322 static IRTemp newTemp ( IRType ty )
438 static IRType szToITy ( Int n )
553 IRType ty = typeOfIRExpr(irsb->tyenv, e);
688 static IRExpr* mkU ( IRType ty, UInt i )
694 value as the IRType, rather than a real IRType. */
703 static IRExpr* loadLE ( IRType ty, IRExpr* addr )
708 static IROp mkSizedOp ( IRType ty, IROp op8 )
757 IRType tyE = typeOfIRExpr(irsb->tyenv, expVal);
758 IRType tyN = typeOfIRExpr(irsb->tyenv, newVal)
    [all...]
guest_amd64_toIR.c 230 static IRTemp newTemp ( IRType ty )
291 static IRExpr* mkU ( IRType ty, ULong i )
307 static IRExpr* loadLE ( IRType ty, IRExpr* addr )
312 static IROp mkSizedOp ( IRType ty, IROp op8 )
617 static IRType szToITy ( Int n )
    [all...]
host_arm_isel.c 71 - A mapping from IRTemp to IRType, giving the type of any IRTemp we
494 IRType aTy = typeOfIRExpr(env->type_env, args[i]);
544 IRType aTy = typeOfIRExpr(env->type_env, args[i]);
681 IRType ty = typeOfIRExpr(env->type_env,e);
747 IRType ty = typeOfIRExpr(env->type_env,e);
801 IRType ty = typeOfIRExpr(env->type_env,e);
875 IRType ty = typeOfIRExpr(env->type_env,e);
931 IRType ty = typeOfIRExpr(env->type_env,e);
    [all...]
main_main.c 220 IRType guest_word_type;
221 IRType host_word_type;
    [all...]
guest_generic_bb_to_IR.c 193 /*IN*/ IRType guest_word_type,
526 IRType host_word_type = Ity_INVALID;
    [all...]
ir_opt.c 282 IRType ty = typeOfIRExpr(bb->tyenv, ex);
540 static UInt mk_key_GetPut ( Int offset, IRType ty )
    [all...]
guest_arm_toIR.c 310 static IRExpr* loadLE ( IRType ty, IRExpr* addr )
332 static IRTemp newTemp ( IRType ty )
    [all...]
guest_s390_toIR.c 111 newTemp(IRType type)
148 mktemp(IRType type, IRExpr *expr)
252 load(IRType type, IRExpr *addr)
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 803 IRType tyAddr = Ity_INVALID;
877 IRType gWordTy, IRType hWordTy )
988 IRType dataTy;
    [all...]
  /external/valgrind/main/callgrind/
main.c 861 void addConstMemStoreStmt( IRSB* bbOut, UWord addr, UInt val, IRType hWordTy)
912 IRType gWordTy, IRType hWordTy )
1069 IRType dataTy;
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 955 IRType gWordTy, IRType hWordTy )
    [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]

Completed in 519 milliseconds

12