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

12 3

  /external/valgrind/VEX/priv/
guest_s390_toIR.c 114 static __inline__ IRExpr *
121 static __inline__ IRExpr *
129 assign(IRTemp dst, IRExpr *expr)
136 put_IA(IRExpr *address)
143 mktemp(IRType type, IRExpr *expr)
153 static __inline__ IRExpr *
154 unop(IROp kind, IRExpr *op)
160 static __inline__ IRExpr *
161 binop(IROp kind, IRExpr *op1, IRExpr *op2
    [all...]
host_amd64_isel.c 79 static IRExpr* unop ( IROp op, IRExpr* a )
84 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
89 static IRExpr* bind ( Int binder )
94 static Bool isZeroU8 ( IRExpr* e )
219 static AMD64RMI* iselIntExpr_RMI_wrk ( ISelEnv* env, IRExpr* e );
220 static AMD64RMI* iselIntExpr_RMI ( ISelEnv* env, IRExpr* e );
222 static AMD64RI* iselIntExpr_RI_wrk ( ISelEnv* env, IRExpr* e )
    [all...]
guest_tilegx_toIR.c 98 static IRExpr *mkU8 ( UInt i )
104 static IRExpr *mkU32 ( UInt i )
110 static IRExpr *mkU64 ( ULong i )
115 static IRExpr *mkexpr ( IRTemp tmp )
120 static IRExpr *unop ( IROp op, IRExpr * a )
125 static IRExpr *binop ( IROp op, IRExpr * a1, IRExpr * a2 )
130 static IRExpr *load ( IRType ty, IRExpr * addr
    [all...]
host_mips_isel.c 234 static MIPSRH *iselWordExpr_RH_wrk(ISelEnv * env, Bool syned, IRExpr * e);
235 static MIPSRH *iselWordExpr_RH(ISelEnv * env, Bool syned, IRExpr * e);
239 static MIPSRH *iselWordExpr_RH5u_wrk(ISelEnv * env, IRExpr * e);
240 static MIPSRH *iselWordExpr_RH5u(ISelEnv * env, IRExpr * e);
244 static MIPSRH *iselWordExpr_RH6u_wrk(ISelEnv * env, IRExpr * e);
245 static MIPSRH *iselWordExpr_RH6u(ISelEnv * env, IRExpr * e);
248 static HReg iselWordExpr_R_wrk(ISelEnv * env, IRExpr * e);
249 static HReg iselWordExpr_R(ISelEnv * env, IRExpr * e);
252 static MIPSAMode *iselWordExpr_AMode_wrk(ISelEnv * env, IRExpr * e,
254 static MIPSAMode *iselWordExpr_AMode(ISelEnv * env, IRExpr * e, IRType xferTy)
    [all...]
guest_amd64_defs.h 68 IRExpr* guest_amd64_spechelper ( const HChar* function_name,
69 IRExpr** args,
guest_x86_toIR.c 539 static IRExpr* getIReg ( Int sz, UInt archreg )
548 static void putIReg ( Int sz, UInt archreg, IRExpr* e )
561 static IRExpr* getSReg ( UInt sreg )
566 static void putSReg ( UInt sreg, IRExpr* e )
572 static IRExpr* getXMMReg ( UInt xmmreg )
577 static IRExpr* getXMMRegLane64 ( UInt xmmreg, Int laneno )
582 static IRExpr* getXMMRegLane64F ( UInt xmmreg, Int laneno )
587 static IRExpr* getXMMRegLane32 ( UInt xmmreg, Int laneno )
592 static IRExpr* getXMMRegLane32F ( UInt xmmreg, Int laneno )
597 static void putXMMReg ( UInt xmmreg, IRExpr* e
    [all...]
guest_amd64_toIR.c 238 static void assign ( IRTemp dst, IRExpr* e )
243 static IRExpr* unop ( IROp op, IRExpr* a )
248 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
253 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3
    [all...]
host_arm_isel.c 183 static IRExpr* unop ( IROp op, IRExpr* a )
188 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
193 static IRExpr* bind ( Int binder )
209 static ARMAMode1* iselIntExpr_AMode1_wrk ( ISelEnv* env, IRExpr* e );
210 static ARMAMode1* iselIntExpr_AMode1 ( ISelEnv* env, IRExpr* e );
212 static ARMAMode2* iselIntExpr_AMode2_wrk ( ISelEnv* env, IRExpr* e );
213 static ARMAMode2* iselIntExpr_AMode2 ( ISelEnv* env, IRExpr* e )
    [all...]
guest_mips_toIR.c 850 static IRExpr *mkU8(UInt i)
857 static IRExpr *mkU16(UInt i)
863 static IRExpr *mkU32(UInt i)
869 static IRExpr *mkU64(ULong i)
874 static IRExpr *mkexpr(IRTemp tmp)
879 static IRExpr *unop(IROp op, IRExpr * a)
884 static IRExpr *binop(IROp op, IRExpr * a1, IRExpr * a2
    [all...]
guest_s390_helpers.c     [all...]
guest_tilegx_helpers.c 49 IRExpr *guest_tilegx_spechelper ( const HChar * function_name, IRExpr ** args,
guest_arm64_helpers.c 704 static Bool isU64 ( IRExpr* e, ULong n )
712 IRExpr* guest_arm64_spechelper ( const HChar* function_name,
713 IRExpr** args,
743 IRExpr *cond_n_op, *cc_dep1, *cc_dep2 ; //, *cc_ndep;
    [all...]
guest_mips_helpers.c 55 IRExpr *guest_mips32_spechelper(const HChar * function_name, IRExpr ** args,
61 IRExpr *guest_mips64_spechelper ( const HChar * function_name, IRExpr ** args,
    [all...]
guest_ppc_helpers.c 202 IRExpr* guest_ppc32_spechelper ( const HChar* function_name,
203 IRExpr** args,
210 IRExpr* guest_ppc64_spechelper ( const HChar* function_name,
211 IRExpr** args,
guest_x86_helpers.c 768 static inline Bool isU32 ( IRExpr* e, UInt n )
776 IRExpr* guest_x86_spechelper ( const HChar* function_name,
777 IRExpr** args,
803 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2;
    [all...]
main_main.c 275 vassert(sizeof(IRExpr) == 16);
279 vassert(sizeof(IRExpr) == 32);
341 IRExpr* (*specHelper) ( const HChar*, IRExpr**, IRStmt**, Int );
    [all...]
  /external/valgrind/lackey/
lk_main.c 296 IRExpr
370 IRExpr** argv;
483 IRExpr** argv;
776 IRExpr* data = st->Ist.WrTmp.data;
783 IRExpr* expr = st->Ist.WrTmp.data;
805 IRExpr* data = st->Ist.Store.data;
821 IRExpr* data = sg->data;
    [all...]
  /external/valgrind/coregrind/
m_translate.c 212 static IRExpr* mk_ecu_Expr ( Addr guest_IP )
283 IRExpr* e;
    [all...]
  /external/valgrind/cachegrind/
cg_main.c 498 IRExpr
698 IRExpr** argv;
699 IRExpr* i_node_expr;
974 IRExpr* i_node_expr;
977 IRExpr** argv;
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 329 IRExpr* data;
330 IRExpr* addr;
550 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
647 typedef IRExpr IRAtom;
710 static IRExpr* definedOfType ( IRType ty ) {
748 static IRAtom* assignNew ( MCEnv* mce, IRType ty, IRExpr* e ) {
    [all...]
  /external/valgrind/callgrind/
main.c 230 IRExpr
383 IRExpr** argv;
384 IRExpr* i_node_expr;
694 IRExpr* i_node_expr;
697 IRExpr** argv;
941 IRExpr *arg1, **argv;
1051 IRExpr* data = st->Ist.WrTmp.data;
1053 IRExpr* aexpr = data->Iex.Load.addr;
1063 IRExpr* data = st->Ist.Store.data;
1064 IRExpr* aexpr = st->Ist.Store.addr
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 787 IRExpr* counter_addr = mkIRExpr_HWord( (HWord)&g_guest_instrs_executed );
799 void addMemEvent(IRSB* sbOut, Bool isWrite, Int szB, IRExpr* addr,
805 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/memcheck/
mc_translate.c 141 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
144 static IRExpr *i128_const_zero(void);
326 typedef IRExpr IRAtom;
400 static IRExpr* definedOfType ( IRType ty ) {
431 void assign ( HChar cat, MCEnv* mce, IRTemp tmp, IRExpr* expr ) {
456 static IRAtom* assignNew ( HChar cat, MCEnv* mce, IRType ty, IRExpr* e )
481 static IRExpr *i128_const_zero(void)
    [all...]
  /external/valgrind/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/exp-bbv/
bbv_main.c 347 IRExpr **argv, *arg1;

Completed in 1914 milliseconds

12 3