Searched refs:Iend_BE (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_ppc_isel.c | 1173 if (e->Iex.Load.end != Iend_BE) in iselWordExpr_R_wrk() 1535 IRExpr_Load(Iend_BE,Ity_I16,bind(0))) ); in iselWordExpr_R_wrk() 2593 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) { in iselInt64Expr_wrk() 2951 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) { in iselFltExpr_wrk() 3099 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) { in iselDblExpr_wrk() 3350 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) { in iselVecExpr_wrk() 3758 if (end != Iend_BE) in iselStmt() 3943 if (stmt->Ist.LLSC.end != Iend_BE) in iselStmt()
|
D | ir_defs.c | 1386 vassert(end == Iend_LE || end == Iend_BE); in IRExpr_Load() 1596 vassert(end == Iend_LE || end == Iend_BE); in IRStmt_Store() 3051 if (expr->Iex.Load.end != Iend_LE && expr->Iex.Load.end != Iend_BE) in tcExpr() 3144 if (stmt->Ist.Store.end != Iend_LE && stmt->Ist.Store.end != Iend_BE) in tcStmt() 3201 if (stmt->Ist.LLSC.end != Iend_LE && stmt->Ist.LLSC.end != Iend_BE) in tcStmt()
|
D | guest_ppc_toIR.c | 460 stmt( IRStmt_Store(Iend_BE, addr, data) ); in storeBE() 512 return IRExpr_Load(Iend_BE, ty, addr); in loadBE() 5027 stmt( IRStmt_LLSC(Iend_BE, res, mkexpr(EA), NULL/*this is a load*/) ); in dis_memsync() 5053 stmt( IRStmt_LLSC(Iend_BE, resSC, mkexpr(EA), mkexpr(rS)) ); in dis_memsync() 5120 stmt( IRStmt_LLSC(Iend_BE, res, mkexpr(EA), NULL/*this is a load*/) ); in dis_memsync() 5146 stmt( IRStmt_LLSC(Iend_BE, resSC, mkexpr(EA), mkexpr(rS)) ); in dis_memsync()
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 247 Iend_BE /* big endian */ enumerator
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3351 tl_assert(end == Iend_LE || end == Iend_BE); in expr2vbits_Load_WRK() 3430 tl_assert(end == Iend_LE || end == Iend_BE); in expr2vbits_Load() 3621 tl_assert( end == Iend_LE || end == Iend_BE ); in do_shadow_Store() 3808 end = Iend_BE; in do_shadow_Dirty() 4380 tl_assert(cas->end == Iend_BE); in do_shadow_CAS_double()
|
/external/valgrind/main/exp-dhat/ |
D | dh_main.c | 776 # define END Iend_BE in add_counter_update()
|
/external/valgrind/main/massif/ |
D | ms_main.c | 2010 # define END Iend_BE in add_counter_update()
|
/external/valgrind/main/callgrind/ |
D | main.c | 778 # define CLGEndness Iend_BE
|