Home
last modified time | relevance | path

Searched refs:Ity_INVALID (Results 1 – 25 of 27) sorted by relevance

12

/external/valgrind/memcheck/tests/vbit-test/
Dutil.c158 if (t_arg2 == Ity_INVALID) return 0; in is_floating_point_op_with_rounding_mode()
183 if (t4 == Ity_INVALID) num_operands = 3; in get_num_operands()
184 if (t3 == Ity_INVALID) num_operands = 2; in get_num_operands()
185 if (t2 == Ity_INVALID) num_operands = 1; in get_num_operands()
Dmain.c46 assert(t_dst != Ity_INVALID); in new_test_data()
47 assert(t1 != Ity_INVALID); in new_test_data()
54 data->opnds[3].type = Ity_INVALID; in new_test_data()
/external/valgrind/lackey/
Dlk_main.c785 tl_assert(type != Ity_INVALID); in lk_instrument()
807 tl_assert(type != Ity_INVALID); in lk_instrument()
823 tl_assert(type != Ity_INVALID); in lk_instrument()
837 IRType type = Ity_INVALID; /* loaded type */ in lk_instrument()
838 IRType typeWide = Ity_INVALID; /* after implicit widening */ in lk_instrument()
840 tl_assert(type != Ity_INVALID); in lk_instrument()
/external/valgrind/VEX/priv/
Dir_defs.c50 case Ity_INVALID: vex_printf("Ity_INVALID"); break; in ppIRType()
2503 *t_dst = Ity_INVALID; in typeOfPrimop()
2504 *t_arg1 = Ity_INVALID; in typeOfPrimop()
2505 *t_arg2 = Ity_INVALID; in typeOfPrimop()
2506 *t_arg3 = Ity_INVALID; in typeOfPrimop()
2507 *t_arg4 = Ity_INVALID; in typeOfPrimop()
3598 case Ity_INVALID: case Ity_I1: in isPlausibleIRType()
3996 if (t_arg1 == Ity_INVALID || t_arg2 == Ity_INVALID in tcExpr()
3997 || t_arg3 == Ity_INVALID || t_arg4 == Ity_INVALID) { in tcExpr()
4047 if (t_arg1 == Ity_INVALID || t_arg2 == Ity_INVALID in tcExpr()
[all …]
Dhost_arm64_isel.c642 IRType aTy = Ity_INVALID; in doHelperCall()
681 IRType aTy = Ity_INVALID; in doHelperCall()
741 case Ity_INVALID: in doHelperCall()
3704 IRType retty = Ity_INVALID; in iselStmt()
3710 case Ity_INVALID: /* function doesn't return anything */ in iselStmt()
3730 case Ity_INVALID: { in iselStmt()
Dguest_generic_bb_to_IR.c531 IRType host_word_type = Ity_INVALID; in bb_to_IR()
538 vassert(host_word_type != Ity_INVALID); in bb_to_IR()
Dhost_mips_isel.c517 IRType aTy = Ity_INVALID; in doHelperCall()
558 IRType aTy = Ity_INVALID; in doHelperCall()
618 case Ity_INVALID: in doHelperCall()
3810 IRType retty = Ity_INVALID; in iselStmt()
3817 case Ity_INVALID: /* Function doesn't return anything. */ in iselStmt()
3838 case Ity_INVALID: { in iselStmt()
Dmain_main.c375 guest_word_type = Ity_INVALID; in LibVEX_Translate()
376 host_word_type = Ity_INVALID; in LibVEX_Translate()
Dhost_x86_isel.c659 case Ity_INVALID: in doHelperCall()
4089 IRType retty = Ity_INVALID; in iselStmt()
4095 case Ity_INVALID: /* function doesn't return anything */ in iselStmt()
4115 case Ity_INVALID: { in iselStmt()
Dhost_arm_isel.c524 IRType aTy = Ity_INVALID; in doHelperCall()
581 IRType aTy = Ity_INVALID; in doHelperCall()
656 case Ity_INVALID: in doHelperCall()
5969 IRType retty = Ity_INVALID; in iselStmt()
5975 case Ity_INVALID: /* function doesn't return anything */ in iselStmt()
5995 case Ity_INVALID: { in iselStmt()
Dhost_amd64_isel.c669 case Ity_INVALID: in doHelperCall()
4588 IRType retty = Ity_INVALID; in iselStmt()
4595 case Ity_INVALID: /* function doesn't return anything */ in iselStmt()
4615 case Ity_INVALID: { in iselStmt()
Dguest_arm64_toIR.c5283 IRType ty = Ity_INVALID; in dis_ARM64_load_store()
7697 IRType ty = Ity_INVALID; in math_VEC_DUP_IMM()
8624 IRType laneTy = Ity_INVALID; in dis_AdvSIMD_copy()
8649 if (laneTy != Ity_INVALID) { in dis_AdvSIMD_copy()
8811 IRType ity = Ity_INVALID; in dis_AdvSIMD_copy()
8839 if (ity != Ity_INVALID) { in dis_AdvSIMD_copy()
9030 IRType laneTy = Ity_INVALID; in dis_AdvSIMD_scalar_copy()
9060 if (laneTy != Ity_INVALID) { in dis_AdvSIMD_scalar_copy()
12427 IRType tyF = Ity_INVALID, tyI = Ity_INVALID; in dis_AdvSIMD_two_reg_misc()
Dhost_ppc_isel.c1031 case Ity_INVALID: in doHelperCall()
5829 IRType retty = Ity_INVALID; in iselStmt()
5839 case Ity_INVALID: /* function doesn't return anything */ in iselStmt()
5860 case Ity_INVALID: { in iselStmt()
Dhost_s390_isel.c621 case Ity_INVALID: in doHelperCall()
3828 retty = Ity_INVALID; in s390_isel_stmt()
Dir_opt.c2888 IRType cvtRes = Ity_INVALID, cvtArg = Ity_INVALID; in cprop_BB()
/external/valgrind/drd/
Ddrd_load_store.c666 IRType type = Ity_INVALID; /* loaded type */ in DRD_()
667 IRType typeWide = Ity_INVALID; /* after implicit widening */ in DRD_()
670 tl_assert(type != Ity_INVALID); in DRD_()
/external/valgrind/cachegrind/
Dcg_main.c1152 tl_assert(type != Ity_INVALID); in cg_instrument()
1161 IRType type = Ity_INVALID; /* loaded type */ in cg_instrument()
1162 IRType typeWide = Ity_INVALID; /* after implicit widening */ in cg_instrument()
1165 tl_assert(type != Ity_INVALID); in cg_instrument()
/external/valgrind/callgrind/
Dmain.c1075 tl_assert(type != Ity_INVALID); in CLG_()
1084 IRType type = Ity_INVALID; /* loaded type */ in CLG_()
1085 IRType typeWide = Ity_INVALID; /* after implicit widening */ in CLG_()
1088 tl_assert(type != Ity_INVALID); in CLG_()
/external/valgrind/helgrind/
Dhg_main.c4427 IRType tyAddr = Ity_INVALID; in instrument_mem_access()
4780 tl_assert(type != Ity_INVALID); in hg_instrument()
4790 IRType type = Ity_INVALID; /* loaded type */ in hg_instrument()
4791 IRType typeWide = Ity_INVALID; /* after implicit widening */ in hg_instrument()
4794 tl_assert(type != Ity_INVALID); in hg_instrument()
/external/valgrind/VEX/pub/
Dlibvex_ir.h221 Ity_INVALID=0x1100, enumerator
/external/valgrind/exp-dhat/
Ddh_main.c802 IRType tyAddr = Ity_INVALID; in addMemEvent()
/external/valgrind/memcheck/
Dmc_translate.c4798 IRType tyWide = Ity_INVALID; in expr2vbits_Load_guarded_General()
6078 IRType loadedTy = Ity_INVALID; in do_shadow_LoadG()
6949 if (equivIntTy == Ity_INVALID) in schemeE()
7317 IRType loadedTy = Ity_INVALID; in do_origins_LoadG()
7362 if (equivIntTy == Ity_INVALID) in schemeS()
Dmc_machine.c1320 return Ity_INVALID; in MC_()
1338 return Ity_INVALID; in MC_()
/external/valgrind/exp-sgcheck/
Dsg_main.c2134 IRType tyAddr = Ity_INVALID; in instrument_mem_access()
/external/valgrind/VEX/useful/
Dtest_main.c2436 tyAddr = Ity_INVALID; in do_shadow_Dirty()

12