Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_s390_isel.c806 if (expr->Iex.Load.end != Iend_BE) in s390_isel_int_expr_wrk()
1517 if (expr->Iex.Load.end != Iend_BE) in s390_isel_float128_expr_wrk()
1743 if (expr->Iex.Load.end != Iend_BE) in s390_isel_float_expr_wrk()
2230 if (stmt->Ist.Store.end != Iend_BE) goto stmt_fail; in s390_isel_stmt()
Dhost_ppc_isel.c1256 if (e->Iex.Load.end != Iend_BE) in iselWordExpr_R_wrk()
1661 IRExpr_Load(Iend_BE,Ity_I16,bind(0))) ); in iselWordExpr_R_wrk()
2844 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) { in iselInt64Expr_wrk()
3352 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) { in iselFltExpr_wrk()
3554 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) { in iselDblExpr_wrk()
4279 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) { in iselVecExpr_wrk()
4687 if (end != Iend_BE) in iselStmt()
4914 if (stmt->Ist.LLSC.end != Iend_BE) in iselStmt()
Dir_defs.c1563 vassert(end == Iend_LE || end == Iend_BE); in IRExpr_Load()
1784 vassert(end == Iend_LE || end == Iend_BE); in IRStmt_Store()
3474 if (expr->Iex.Load.end != Iend_LE && expr->Iex.Load.end != Iend_BE) in tcExpr()
3571 if (stmt->Ist.Store.end != Iend_LE && stmt->Ist.Store.end != Iend_BE) in tcStmt()
3628 if (stmt->Ist.LLSC.end != Iend_LE && stmt->Ist.LLSC.end != Iend_BE) in tcStmt()
Dguest_mips_toIR.c621 load1 = IRExpr_Load(Iend_BE, ty, addr); in load()
642 stmt(IRStmt_Store(Iend_BE, addr, data)); in store()
3380 stmt(IRStmt_LLSC(Iend_BE, t2, mkexpr(t1), NULL /*this is a load */ )); in disInstr_MIPS_WRK()
3394 stmt(IRStmt_LLSC(Iend_BE, t2, mkexpr(t1), mkNarrowTo32(ty, getIReg(rt)))); in disInstr_MIPS_WRK()
Dguest_s390_toIR.c246 stmt(IRStmt_Store(Iend_BE, addr, data)); in store()
254 return IRExpr_Load(Iend_BE, type, addr); in load()
9808 Iend_BE, mkexpr(op2addr), in s390_irgen_cas_32()
9856 Iend_BE, mkexpr(op2addr), in s390_irgen_CSG()
9896 Iend_BE, mkexpr(op2addr), in s390_irgen_cdas_32()
9956 Iend_BE, mkexpr(op2addr), in s390_irgen_CDSG()
Dguest_ppc_toIR.c519 stmt( IRStmt_Store(Iend_BE, addr, data) ); in storeBE()
577 return IRExpr_Load(Iend_BE, ty, addr); in loadBE()
5865 stmt( IRStmt_LLSC(Iend_BE, res, mkexpr(EA), NULL/*this is a load*/) ); in dis_memsync()
5891 stmt( IRStmt_LLSC(Iend_BE, resSC, mkexpr(EA), mkexpr(rS)) ); in dis_memsync()
5958 stmt( IRStmt_LLSC(Iend_BE, res, mkexpr(EA), NULL/*this is a load*/) ); in dis_memsync()
5984 stmt( IRStmt_LLSC(Iend_BE, resSC, mkexpr(EA), mkexpr(rS)) ); in dis_memsync()
Dhost_mips_isel.c652 && e->Iex.Load.end != Iend_BE) in iselWordExpr_R_wrk()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h252 Iend_BE /* big endian */ enumerator
/external/valgrind/main/memcheck/
Dmc_translate.c3840 tl_assert(end == Iend_LE || end == Iend_BE); in expr2vbits_Load_WRK()
3918 tl_assert(end == Iend_LE || end == Iend_BE); in expr2vbits_Load()
3941 if (end == Iend_BE) goto unhandled; in expr2vbits_Load()
4152 tl_assert( end == Iend_LE || end == Iend_BE ); in do_shadow_Store()
4412 end = Iend_BE; in do_shadow_Dirty()
5021 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.c2053 # define END Iend_BE in add_counter_update()
/external/valgrind/main/callgrind/
Dmain.c785 # define CLGEndness Iend_BE