Searched refs:tyAddr (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/tsan/ |
D | ts_valgrind.cc | 1058 uintptr_t idx, IRExpr *x, IRType tyAddr) { in gen_store_to_tleb() argument 1064 IRTemp temp = newIRTemp(bbOut->tyenv, tyAddr); in gen_store_to_tleb() 1083 IRType tyAddr = Ity_INVALID; in instrument_mem_access() local 1088 tyAddr = typeOfIRExpr( bbOut->tyenv, addr ); in instrument_mem_access() 1089 tl_assert(tyAddr == Ity_I32 || tyAddr == Ity_I64); in instrument_mem_access() 1100 typeOfIRExpr(bbOut->tyenv, st->Ist.Store.data) == tyAddr) { in instrument_mem_access() 1127 IRExpr *addr_load_expr = IRExpr_Load(Iend_LE, tyAddr, addr); in instrument_mem_access() 1128 IRTemp star_addr = newIRTemp(bbOut->tyenv, tyAddr); in instrument_mem_access() 1132 IRTemp sub = newIRTemp(bbOut->tyenv, tyAddr); in instrument_mem_access() 1139 IRTemp mask = newIRTemp(bbOut->tyenv, tyAddr); in instrument_mem_access() [all …]
|
/external/valgrind/main/exp-dhat/ |
D | dh_main.c | 803 IRType tyAddr = Ity_INVALID; in addMemEvent() local 812 tyAddr = typeOfIRExpr( sbOut->tyenv, addr ); in addMemEvent() 813 tl_assert(tyAddr == Ity_I32 || tyAddr == Ity_I64); in addMemEvent() 838 IRTemp sp = newIRTemp(sbOut->tyenv, tyAddr); in addMemEvent() 839 addStmtToIRSB( sbOut, assign(sp, IRExpr_Get(goff_sp, tyAddr))); in addMemEvent() 841 IRTemp sp_minus_rz = newIRTemp(sbOut->tyenv, tyAddr); in addMemEvent() 845 tyAddr == Ity_I32 in addMemEvent() 850 IRTemp diff = newIRTemp(sbOut->tyenv, tyAddr); in addMemEvent() 854 tyAddr == Ity_I32 in addMemEvent() 863 tyAddr == Ity_I32 in addMemEvent()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 2047 IRType tyAddr = mce->hWordTy; in expr2vbits_LDle_WRK() local 2048 tl_assert( tyAddr == Ity_I32 || tyAddr == Ity_I64 ); in expr2vbits_LDle_WRK() 2049 mkAdd = tyAddr==Ity_I32 ? Iop_Add32 : Iop_Add64; in expr2vbits_LDle_WRK() 2050 eBias = tyAddr==Ity_I32 ? mkU32(bias) : mkU64(bias); in expr2vbits_LDle_WRK() 2051 addrAct = assignNew(mce, tyAddr, binop(mkAdd, addr, eBias) ); in expr2vbits_LDle_WRK() 2208 IRType ty, tyAddr; in do_shadow_STle() local 2216 tyAddr = mce->hWordTy; in do_shadow_STle() 2217 mkAdd = tyAddr==Ity_I32 ? Iop_Add32 : Iop_Add64; in do_shadow_STle() 2218 tl_assert( tyAddr == Ity_I32 || tyAddr == Ity_I64 ); in do_shadow_STle() 2266 eBias0 = tyAddr==Ity_I32 ? mkU32(bias) : mkU64(bias); in do_shadow_STle() [all …]
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3621 IRType tyAddr = mce->hWordTy; in expr2vbits_Load_WRK() local 3622 tl_assert( tyAddr == Ity_I32 || tyAddr == Ity_I64 ); in expr2vbits_Load_WRK() 3623 mkAdd = tyAddr==Ity_I32 ? Iop_Add32 : Iop_Add64; in expr2vbits_Load_WRK() 3624 eBias = tyAddr==Ity_I32 ? mkU32(bias) : mkU64(bias); in expr2vbits_Load_WRK() 3625 addrAct = assignNew('V', mce, tyAddr, binop(mkAdd, addr, eBias) ); in expr2vbits_Load_WRK() 3831 IRType ty, tyAddr; in do_shadow_Store() local 3836 tyAddr = mce->hWordTy; in do_shadow_Store() 3837 mkAdd = tyAddr==Ity_I32 ? Iop_Add32 : Iop_Add64; in do_shadow_Store() 3838 tl_assert( tyAddr == Ity_I32 || tyAddr == Ity_I64 ); in do_shadow_Store() 3938 eBiasLo64 = tyAddr==Ity_I32 ? mkU32(bias+offLo64) : mkU64(bias+offLo64); in do_shadow_Store() [all …]
|
/external/valgrind/main/helgrind/ |
D | hg_main.c | 4110 IRType tyAddr = Ity_INVALID; in instrument_mem_access() local 4125 tyAddr = typeOfIRExpr( sbOut->tyenv, addr ); in instrument_mem_access() 4126 tl_assert(tyAddr == Ity_I32 || tyAddr == Ity_I64); in instrument_mem_access() 4221 IRTemp sp = newIRTemp(sbOut->tyenv, tyAddr); in instrument_mem_access() 4222 addStmtToIRSB( sbOut, assign(sp, IRExpr_Get(goff_sp, tyAddr))); in instrument_mem_access() 4225 IRTemp addr_minus_sp = newIRTemp(sbOut->tyenv, tyAddr); in instrument_mem_access() 4229 tyAddr == Ity_I32 in instrument_mem_access() 4235 IRTemp diff = newIRTemp(sbOut->tyenv, tyAddr); in instrument_mem_access() 4239 tyAddr == Ity_I32 in instrument_mem_access() 4248 tyAddr == Ity_I32 in instrument_mem_access()
|
/external/valgrind/main/exp-sgcheck/ |
D | sg_main.c | 2126 IRType tyAddr = Ity_INVALID; in instrument_mem_access() local 2132 tyAddr = typeOfIRExpr( bbOut->tyenv, addr ); in instrument_mem_access() 2133 tl_assert(tyAddr == Ity_I32 || tyAddr == Ity_I64); in instrument_mem_access()
|
/external/valgrind/main/VEX/priv/ |
D | host_ppc_isel.c | 4068 IRType tyAddr = typeOfIRExpr(env->type_env, stmt->Ist.LLSC.addr); in iselStmt() local 4072 if (!mode64 && (tyAddr != Ity_I32)) in iselStmt() 4074 if (mode64 && (tyAddr != Ity_I64)) in iselStmt()
|