Searched refs:IRConst (Results 1 – 13 of 13) sorted by relevance
296 IRConst; typedef299 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 …]
66 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 …]
173 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()
2546 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()
1247 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()
1948 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()
923 static IRConst* mkSzConst ( IRType ty, ULong imm64 ) in mkSzConst()5164 IRConst* c_nia = mkSzConst(ty, nextInsnAddr()); in dis_branch()
5311 IRConst* con = e->Iex.Const.con; in iselDblExpr_wrk()
949 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()
1122 IRConst* dst; in cg_instrument()
787 Addr IRConst2Addr(IRConst* con) in IRConst2Addr()
2505 IRConst* con; in isBogusAtom()
3834 IRConst* c; in do_shadow_Store()4744 IRConst* con; in isBogusAtom()