Home
last modified time | relevance | path

Searched refs:Iend_BE (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_s390_isel.c690 if (expr->Iex.Load.end != Iend_BE) in s390_isel_int_expr_wrk()
1399 if (expr->Iex.Load.end != Iend_BE) in s390_isel_float128_expr_wrk()
1624 if (expr->Iex.Load.end != Iend_BE) in s390_isel_float_expr_wrk()
2108 if (stmt->Ist.Store.end != Iend_BE) goto stmt_fail; in s390_isel_stmt()
Dhost_ppc_isel.c1176 if (e->Iex.Load.end != Iend_BE) in iselWordExpr_R_wrk()
1562 IRExpr_Load(Iend_BE,Ity_I16,bind(0))) ); in iselWordExpr_R_wrk()
2622 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) { in iselInt64Expr_wrk()
2995 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) { in iselFltExpr_wrk()
3197 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) { in iselDblExpr_wrk()
3477 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) { in iselVecExpr_wrk()
3885 if (end != Iend_BE) in iselStmt()
4070 if (stmt->Ist.LLSC.end != Iend_BE) in iselStmt()
Dir_defs.c1458 vassert(end == Iend_LE || end == Iend_BE); in IRExpr_Load()
1669 vassert(end == Iend_LE || end == Iend_BE); in IRStmt_Store()
3206 if (expr->Iex.Load.end != Iend_LE && expr->Iex.Load.end != Iend_BE) in tcExpr()
3301 if (stmt->Ist.Store.end != Iend_LE && stmt->Ist.Store.end != Iend_BE) in tcStmt()
3358 if (stmt->Ist.LLSC.end != Iend_LE && stmt->Ist.LLSC.end != Iend_BE) in tcStmt()
Dguest_ppc_toIR.c514 stmt( IRStmt_Store(Iend_BE, addr, data) ); in storeBE()
572 return IRExpr_Load(Iend_BE, ty, addr); in loadBE()
5744 stmt( IRStmt_LLSC(Iend_BE, res, mkexpr(EA), NULL/*this is a load*/) ); in dis_memsync()
5770 stmt( IRStmt_LLSC(Iend_BE, resSC, mkexpr(EA), mkexpr(rS)) ); in dis_memsync()
5837 stmt( IRStmt_LLSC(Iend_BE, res, mkexpr(EA), NULL/*this is a load*/) ); in dis_memsync()
5863 stmt( IRStmt_LLSC(Iend_BE, resSC, mkexpr(EA), mkexpr(rS)) ); in dis_memsync()
Dguest_s390_toIR.c231 stmt(IRStmt_Store(Iend_BE, addr, data)); in store()
239 return IRExpr_Load(Iend_BE, type, addr); in load()
9821 Iend_BE, mkexpr(op2addr), in s390_irgen_cas_32()
9870 Iend_BE, mkexpr(op2addr), in s390_irgen_CSG()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h248 Iend_BE /* big endian */ enumerator
/external/valgrind/main/memcheck/
Dmc_translate.c3569 tl_assert(end == Iend_LE || end == Iend_BE); in expr2vbits_Load_WRK()
3648 tl_assert(end == Iend_LE || end == Iend_BE); in expr2vbits_Load()
3839 tl_assert( end == Iend_LE || end == Iend_BE ); in do_shadow_Store()
4026 end = Iend_BE; in do_shadow_Dirty()
4598 tl_assert(cas->end == Iend_BE); in do_shadow_CAS_double()
/external/valgrind/main/exp-dhat/
Ddh_main.c776 # define END Iend_BE in add_counter_update()
/external/valgrind/main/massif/
Dms_main.c2040 # define END Iend_BE in add_counter_update()
/external/valgrind/main/callgrind/
Dmain.c779 # define CLGEndness Iend_BE