Home
last modified time | relevance | path

Searched refs:IRConst (Results 1 – 18 of 18) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h308 IRConst; typedef
311 extern IRConst* IRConst_U1 ( Bool );
312 extern IRConst* IRConst_U8 ( UChar );
313 extern IRConst* IRConst_U16 ( UShort );
314 extern IRConst* IRConst_U32 ( UInt );
315 extern IRConst* IRConst_U64 ( ULong );
316 extern IRConst* IRConst_F32 ( Float );
317 extern IRConst* IRConst_F32i ( UInt );
318 extern IRConst* IRConst_F64 ( Double );
319 extern IRConst* IRConst_F64i ( ULong );
[all …]
/external/valgrind/VEX/priv/
Dir_defs.c71 void ppIRConst ( const IRConst* con ) in ppIRConst()
1671 IRConst* IRConst_U1 ( Bool bit ) in IRConst_U1()
1673 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_U1()
1680 IRConst* IRConst_U8 ( UChar u8 ) in IRConst_U8()
1682 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_U8()
1687 IRConst* IRConst_U16 ( UShort u16 ) in IRConst_U16()
1689 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_U16()
1694 IRConst* IRConst_U32 ( UInt u32 ) in IRConst_U32()
1696 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_U32()
1701 IRConst* IRConst_U64 ( ULong u64 ) in IRConst_U64()
[all …]
Dir_opt.c1094 IRConst *c1 = e1->Iex.Const.con; in sameIRExprs_aux2()
1095 IRConst *c2 = e2->Iex.Const.con; in sameIRExprs_aux2()
1170 IRConst *c1 = e1->Iex.Const.con; in debug_only_hack_sameIRExprs_might_assert()
1171 IRConst *c2 = e2->Iex.Const.con; in debug_only_hack_sameIRExprs_might_assert()
3339 union { IRTemp tmp; IRConst* con; } u;
3439 IRConst con2;
3444 IRConst con1;
3461 IRConst con0;
3466 IRConst con1;
3472 IRConst con1;
[all …]
Dguest_generic_bb_to_IR.c217 IRConst* guest_IP_bbstart_IRConst = NULL; in bb_to_IR()
675 IRConst* base2check_IRConst in bb_to_IR()
678 IRConst* len2check_IRConst in bb_to_IR()
Dhost_tilegx_isel.c1060 IRConst *con = e->Iex.Const.con; in iselWordExpr_R_wrk()
1151 IRConst *con = e->Iex.Const.con; in iselWordExpr_RH_wrk()
1690 IRConst* cdst = next->Iex.Const.con; in iselNext()
Dhost_arm64_isel.c342 IRConst* con = e->Iex.Const.con; in isZeroU64()
1666 IRConst* arg1con = arg1->Iex.Const.con; in iselIntExpr_R_wrk()
3004 IRConst* con = e->Iex.Const.con; in iselDblExpr_wrk()
3191 IRConst* con = e->Iex.Const.con; in iselFltExpr_wrk()
3924 IRConst* cdst = next->Iex.Const.con; in iselNext()
Dhost_s390_isel.c469 get_const_value_as_ulong(const IRConst *con) in get_const_value_as_ulong()
1842 const IRConst *con = expr->Iex.Const.con; in s390_isel_int_expr_wrk()
2288 const IRConst *con = expr->Iex.Const.con; in s390_isel_float_expr_wrk()
3981 IRConst *cdst = next->Iex.Const.con; in iselNext()
Dhost_mips_isel.c1814 IRConst *con = e->Iex.Const.con; in iselWordExpr_R_wrk()
1914 IRConst *con = e->Iex.Const.con; in iselWordExpr_RH_wrk()
3978 IRConst* dst = stmt->Ist.Exit.dst; in iselStmt()
4071 IRConst* cdst = next->Iex.Const.con; in iselNext()
Dhost_ppc_isel.c2423 IRConst* con = e->Iex.Const.con; in iselWordExpr_R_wrk()
2642 IRConst* con = e->Iex.Const.con; in iselWordExpr_RH_wrk()
2702 IRConst* con = e->Iex.Const.con; in iselWordExpr_RI_wrk()
5942 IRConst* dst = stmt->Ist.Exit.dst; in iselStmt()
6035 IRConst* cdst = next->Iex.Const.con; in iselNext()
Dhost_arm_isel.c1397 IRConst* con = e->Iex.Binop.arg2->Iex.Const.con; in iselIntExpr_R_wrk()
5400 IRConst* con = e->Iex.Const.con; in iselDblExpr_wrk()
6253 IRConst* cdst = next->Iex.Const.con; in iselNext()
Dhost_x86_isel.c4330 IRConst* cdst = next->Iex.Const.con; in iselNext()
Dhost_amd64_isel.c4817 IRConst* cdst = next->Iex.Const.con; in iselNext()
Dguest_ppc_toIR.c1033 static IRConst* mkSzConst ( IRType ty, ULong imm64 ) in mkSzConst()
5736 IRConst* c_nia = mkSzConst(ty, nextInsnAddr()); in dis_branch()
Dguest_mips_toIR.c1520 static IRConst *mkSzConst ( IRType ty, ULong imm64 ) in mkSzConst()
/external/valgrind/cachegrind/
Dcg_main.c1247 IRConst* dst; in cg_instrument()
/external/valgrind/callgrind/
Dmain.c838 Addr IRConst2Addr(IRConst* con) in IRConst2Addr()
/external/valgrind/VEX/useful/
Dtest_main.c2548 IRConst* con; in isBogusAtom()
/external/valgrind/memcheck/
Dmc_translate.c5024 IRConst* c; in do_shadow_Store()
6105 IRConst* con; in isBogusAtom()