Searched refs:Iend_BE (Results 1 – 14 of 14) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_inject.c | 106 if (endian == Iend_BE) { in load() 171 if (endian == Iend_BE) { in store()
|
D | host_s390_isel.c | 1105 if (expr->Iex.Load.end != Iend_BE) in s390_isel_int_expr_wrk() 1967 if (expr->Iex.Load.end != Iend_BE) in s390_isel_float128_expr_wrk() 2299 if (expr->Iex.Load.end != Iend_BE) in s390_isel_float_expr_wrk() 2656 if (expr->Iex.Load.end != Iend_BE) in s390_isel_dfp128_expr_wrk() 2994 if (expr->Iex.Load.end != Iend_BE) in s390_isel_dfp_expr_wrk() 3527 if (stmt->Ist.Store.end != Iend_BE) goto stmt_fail; in s390_isel_stmt() 3671 if (stmt->Ist.Put.data->Iex.Load.end != Iend_BE) goto stmt_fail; in s390_isel_stmt()
|
D | ir_defs.c | 1861 vassert(end == Iend_LE || end == Iend_BE); in IRExpr_Load() 2118 vassert(end == Iend_LE || end == Iend_BE); in IRStmt_Store() 2126 vassert(end == Iend_LE || end == Iend_BE); in IRStmt_StoreG() 4136 if (expr->Iex.Load.end != Iend_LE && expr->Iex.Load.end != Iend_BE) in tcExpr() 4237 if (stmt->Ist.Store.end != Iend_LE && stmt->Ist.Store.end != Iend_BE) in tcStmt() 4251 if (sg->end != Iend_LE && sg->end != Iend_BE) in tcStmt() 4328 if (stmt->Ist.LLSC.end != Iend_LE && stmt->Ist.LLSC.end != Iend_BE) in tcStmt()
|
D | host_tilegx_isel.c | 469 && e->Iex.Load.end != Iend_BE) in iselWordExpr_R_wrk()
|
D | guest_s390_toIR.c | 241 stmt(IRStmt_Store(Iend_BE, addr, data)); in store() 249 return IRExpr_Load(Iend_BE, type, addr); in load() 5663 Iend_BE, mkexpr(op2addr), in s390_irgen_load_and_add32() 5697 Iend_BE, mkexpr(op2addr), in s390_irgen_load_and_add64() 5731 Iend_BE, mkexpr(op2addr), in s390_irgen_load_and_bitwise32() 5761 Iend_BE, mkexpr(op2addr), in s390_irgen_load_and_bitwise64() 11885 Iend_BE, mkexpr(op2addr), in s390_irgen_cas_32() 11933 Iend_BE, mkexpr(op2addr), in s390_irgen_CSG() 11973 Iend_BE, mkexpr(op2addr), in s390_irgen_cdas_32() 12033 Iend_BE, mkexpr(op2addr), in s390_irgen_CDSG() [all …]
|
D | guest_mips_toIR.c | 906 load1 = IRExpr_Load(Iend_BE, ty, addr); in load() 927 stmt(IRStmt_Store(Iend_BE, addr, data)); in store() 12147 vex_inject_ir(irsb, Iend_BE); in disInstr_MIPS_WRK() 17021 stmt(IRStmt_LLSC(Iend_BE, t2, mkexpr(t1), NULL /* this is a load */ )); in disInstr_MIPS_WRK() 17039 (Iend_BE, t2, mkexpr(t1), NULL /* this is a load */ )); in disInstr_MIPS_WRK() 17053 stmt(IRStmt_LLSC(Iend_BE, t2, mkexpr(t1), mkNarrowTo32(ty, getIReg(rt)))); in disInstr_MIPS_WRK() 17067 stmt(IRStmt_LLSC(Iend_BE, t2, mkexpr(t1), getIReg(rt))); in disInstr_MIPS_WRK()
|
D | guest_ppc_toIR.c | 600 stmt( IRStmt_Store(Iend_BE, addr, data) ); in store() 661 return IRExpr_Load(Iend_BE, ty, addr); in load() 670 return IRStmt_LLSC(Iend_BE, result, addr, storedata); in stmt_load() 19153 vex_inject_ir(irsb, Iend_BE); in disInstr_PPC_WRK()
|
D | host_mips_isel.c | 813 && e->Iex.Load.end != Iend_BE) in iselWordExpr_R_wrk()
|
D | host_ppc_isel.c | 6164 IEndianess = Iend_BE; in iselSB_PPC()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 257 Iend_BE /* big endian */ enumerator
|
/external/valgrind/exp-dhat/ |
D | dh_main.c | 775 # define END Iend_BE in add_counter_update()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4629 tl_assert(end == Iend_LE || end == Iend_BE); in expr2vbits_Load_WRK() 4763 tl_assert(end == Iend_LE || end == Iend_BE); in expr2vbits_Load() 5033 tl_assert( end == Iend_LE || end == Iend_BE ); in do_shadow_Store() 5294 end = Iend_BE; in do_shadow_Dirty() 5906 tl_assert(cas->end == Iend_BE); in do_shadow_CAS_double()
|
/external/valgrind/massif/ |
D | ms_main.c | 2018 # define END Iend_BE in add_counter_update()
|
/external/valgrind/callgrind/ |
D | main.c | 830 # define CLGEndness Iend_BE
|