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

12

  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 542 static IRExpr* getIReg ( Int sz, UInt archreg )
551 static void putIReg ( Int sz, UInt archreg, IRExpr* e )
564 static IRExpr* getSReg ( UInt sreg )
569 static void putSReg ( UInt sreg, IRExpr* e )
575 static IRExpr* getXMMReg ( UInt xmmreg )
580 static IRExpr* getXMMRegLane64 ( UInt xmmreg, Int laneno )
585 static IRExpr* getXMMRegLane64F ( UInt xmmreg, Int laneno )
590 static IRExpr* getXMMRegLane32 ( UInt xmmreg, Int laneno )
595 static IRExpr* getXMMRegLane32F ( UInt xmmreg, Int laneno )
600 static void putXMMReg ( UInt xmmreg, IRExpr* e
    [all...]
guest_s390_toIR.c 118 static __inline__ IRExpr *
126 assign(IRTemp dst, IRExpr *expr)
133 mktemp(IRType type, IRExpr *expr)
143 static __inline__ IRExpr *
144 unop(IROp kind, IRExpr *op)
150 static __inline__ IRExpr *
151 binop(IROp kind, IRExpr *op1, IRExpr *op2)
157 static __inline__ IRExpr *
158 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3
    [all...]
host_arm_isel.c 179 static IRExpr* unop ( IROp op, IRExpr* a )
184 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
189 static IRExpr* bind ( Int binder )
205 static ARMAMode1* iselIntExpr_AMode1_wrk ( ISelEnv* env, IRExpr* e );
206 static ARMAMode1* iselIntExpr_AMode1 ( ISelEnv* env, IRExpr* e );
208 static ARMAMode2* iselIntExpr_AMode2_wrk ( ISelEnv* env, IRExpr* e );
209 static ARMAMode2* iselIntExpr_AMode2 ( ISelEnv* env, IRExpr* e )
    [all...]
guest_ppc_helpers.c 190 IRExpr* guest_ppc32_spechelper ( HChar* function_name,
191 IRExpr** args,
198 IRExpr* guest_ppc64_spechelper ( HChar* function_name,
199 IRExpr** args,
guest_x86_helpers.c 767 static inline Bool isU32 ( IRExpr* e, UInt n )
775 IRExpr* guest_x86_spechelper ( HChar* function_name,
776 IRExpr** args,
802 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2;
    [all...]
main_main.c 189 IRExpr* (*specHelper) ( HChar*, IRExpr**, IRStmt**, Int );
    [all...]
guest_amd64_helpers.c     [all...]
guest_generic_bb_to_IR.c 655 IRExpr* callexpr = NULL;
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 128 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
131 static IRExpr *i128_const_zero(void);
307 typedef IRExpr IRAtom;
376 static IRExpr* definedOfType ( IRType ty ) {
406 void assign ( HChar cat, MCEnv* mce, IRTemp tmp, IRExpr* expr ) {
430 static IRAtom* assignNew ( HChar cat, MCEnv* mce, IRType ty, IRExpr* e )
453 static IRExpr *i128_const_zero(void)
    [all...]
  /external/valgrind/main/VEX/
test_main.c 285 IRExpr* data;
286 IRExpr* addr;
506 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
603 typedef IRExpr IRAtom;
666 static IRExpr* definedOfType ( IRType ty ) {
704 static IRAtom* assignNew ( MCEnv* mce, IRType ty, IRExpr* e ) {
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 788 IRExpr* counter_addr = mkIRExpr_HWord( (HWord)&g_guest_instrs_executed );
800 void addMemEvent(IRSB* sbOut, Bool isWrite, Int szB, IRExpr* addr,
806 IRExpr** argv = NULL;
921 IRExpr* data = st->Ist.WrTmp.data;
923 IRExpr* aexpr = data->Iex.Load.addr;
934 IRExpr* data = st->Ist.Store.data;
935 IRExpr* aexpr = st->Ist.Store.addr;
    [all...]
  /external/valgrind/main/callgrind/
main.c 225 IRExpr
378 IRExpr** argv;
379 IRExpr* i_node_expr;
890 IRExpr *arg1, **argv;
1001 IRExpr* data = st->Ist.WrTmp.data;
1003 IRExpr* aexpr = data->Iex.Load.addr;
1013 IRExpr* data = st->Ist.Store.data;
1014 IRExpr* aexpr = st->Ist.Store.addr;
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 471 IRExpr
666 IRExpr** argv;
667 IRExpr* i_node_expr;
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/main/exp-bbv/
bbv_main.c 358 IRExpr **argv, *arg1;
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 945 IRExpr** args;
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]

Completed in 1780 milliseconds

12