Searched refs:Iend_BE (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_s390_isel.c | 806 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()
|
D | host_ppc_isel.c | 1256 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()
|
D | ir_defs.c | 1563 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()
|
D | guest_mips_toIR.c | 621 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()
|
D | guest_s390_toIR.c | 246 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()
|
D | guest_ppc_toIR.c | 519 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()
|
D | host_mips_isel.c | 652 && e->Iex.Load.end != Iend_BE) in iselWordExpr_R_wrk()
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 252 Iend_BE /* big endian */ enumerator
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3840 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/ |
D | dh_main.c | 776 # define END Iend_BE in add_counter_update()
|
/external/valgrind/main/massif/ |
D | ms_main.c | 2053 # define END Iend_BE in add_counter_update()
|
/external/valgrind/main/callgrind/ |
D | main.c | 785 # define CLGEndness Iend_BE
|