Searched refs:Iend_BE (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_s390_isel.c | 690 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()
|
D | host_ppc_isel.c | 1176 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()
|
D | ir_defs.c | 1458 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()
|
D | guest_ppc_toIR.c | 514 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()
|
D | guest_s390_toIR.c | 231 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/ |
D | libvex_ir.h | 248 Iend_BE /* big endian */ enumerator
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3569 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/ |
D | dh_main.c | 776 # define END Iend_BE in add_counter_update()
|
/external/valgrind/main/massif/ |
D | ms_main.c | 2040 # define END Iend_BE in add_counter_update()
|
/external/valgrind/main/callgrind/ |
D | main.c | 779 # define CLGEndness Iend_BE
|