Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h296 IRConst; typedef
299 extern IRConst* IRConst_U1 ( Bool );
300 extern IRConst* IRConst_U8 ( UChar );
301 extern IRConst* IRConst_U16 ( UShort );
302 extern IRConst* IRConst_U32 ( UInt );
303 extern IRConst* IRConst_U64 ( ULong );
304 extern IRConst* IRConst_F32 ( Float );
305 extern IRConst* IRConst_F32i ( UInt );
306 extern IRConst* IRConst_F64 ( Double );
307 extern IRConst* IRConst_F64i ( ULong );
[all …]
/external/valgrind/main/VEX/priv/
Dir_defs.c66 void ppIRConst ( IRConst* con ) in ppIRConst()
1283 IRConst* IRConst_U1 ( Bool bit ) in IRConst_U1()
1285 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U1()
1292 IRConst* IRConst_U8 ( UChar u8 ) in IRConst_U8()
1294 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U8()
1299 IRConst* IRConst_U16 ( UShort u16 ) in IRConst_U16()
1301 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U16()
1306 IRConst* IRConst_U32 ( UInt u32 ) in IRConst_U32()
1308 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U32()
1313 IRConst* IRConst_U64 ( ULong u64 ) in IRConst_U64()
[all …]
Dguest_generic_bb_to_IR.c173 IRConst* guest_IP_bbstart_IRConst = NULL; in bb_to_IR()
617 IRConst* base2check_IRConst in bb_to_IR()
620 IRConst* len2check_IRConst in bb_to_IR()
Dir_opt.c2546 IRConst con2;
2551 IRConst con1;
2614 IRConst* con; in availExpr_to_IRExpr()
2623 con = LibVEX_Alloc(sizeof(IRConst)); in availExpr_to_IRExpr()
2629 con = LibVEX_Alloc(sizeof(IRConst)); in availExpr_to_IRExpr()
3614 IRConst* con; in maybe_loop_unroll_BB()
Dhost_s390_isel.c1247 const IRConst *con = expr->Iex.Const.con; in s390_isel_int_expr_wrk()
1649 const IRConst *con = expr->Iex.Const.con; in s390_isel_float_expr_wrk()
Dhost_ppc_isel.c1948 IRConst* con = e->Iex.Const.con; in iselWordExpr_R_wrk()
2167 IRConst* con = e->Iex.Const.con; in iselWordExpr_RH_wrk()
2226 IRConst* con = e->Iex.Const.con; in iselWordExpr_RI_wrk()
Dguest_ppc_toIR.c923 static IRConst* mkSzConst ( IRType ty, ULong imm64 ) in mkSzConst()
5164 IRConst* c_nia = mkSzConst(ty, nextInsnAddr()); in dis_branch()
Dhost_arm_isel.c5311 IRConst* con = e->Iex.Const.con; in iselDblExpr_wrk()
/external/valgrind/tsan/
Dts_valgrind.cc949 IRConst* exit_dst = layout->sizeof_IP == 8 ? in ts_instrument_trace_entry_verify()
1033 IRConst *con = next->Iex.Const.con; in ts_instrument_final_jump()
/external/valgrind/main/cachegrind/
Dcg_main.c1122 IRConst* dst; in cg_instrument()
/external/valgrind/main/callgrind/
Dmain.c787 Addr IRConst2Addr(IRConst* con) in IRConst2Addr()
/external/valgrind/main/VEX/
Dtest_main.c2505 IRConst* con; in isBogusAtom()
/external/valgrind/main/memcheck/
Dmc_translate.c3834 IRConst* c; in do_shadow_Store()
4744 IRConst* con; in isBogusAtom()