Searched refs:Iend_BE (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dir_inject.c106 if (endian == Iend_BE) {
171 if (endian == Iend_BE) {
H A Dhost_s390_isel.c1102 if (expr->Iex.Load.end != Iend_BE)
1964 if (expr->Iex.Load.end != Iend_BE)
2260 if (expr->Iex.Load.end != Iend_BE)
2615 if (expr->Iex.Load.end != Iend_BE)
2953 if (expr->Iex.Load.end != Iend_BE)
3486 if (stmt->Ist.Store.end != Iend_BE) goto stmt_fail;
3630 if (stmt->Ist.Put.data->Iex.Load.end != Iend_BE) goto stmt_fail;
H A Dhost_ppc_isel.c1385 if (e->Iex.Load.end != Iend_BE)
1831 IRExpr_Load(Iend_BE,Ity_I16,bind(0))) );
3078 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) {
3667 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) {
3869 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) {
4130 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) {
4185 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) {
4735 if (e->tag == Iex_Load && e->Iex.Load.end == Iend_BE) {
5277 if (end != Iend_BE)
5535 if (stmt->Ist.LLSC.end != Iend_BE)
[all...]
H A Dir_defs.c1768 vassert(end == Iend_LE || end == Iend_BE);
2025 vassert(end == Iend_LE || end == Iend_BE);
2033 vassert(end == Iend_LE || end == Iend_BE);
3978 if (expr->Iex.Load.end != Iend_LE && expr->Iex.Load.end != Iend_BE)
4081 if (stmt->Ist.Store.end != Iend_LE && stmt->Ist.Store.end != Iend_BE)
4095 if (sg->end != Iend_LE && sg->end != Iend_BE)
4171 if (stmt->Ist.LLSC.end != Iend_LE && stmt->Ist.LLSC.end != Iend_BE)
H A Dguest_ppc_toIR.c533 stmt( IRStmt_Store(Iend_BE, addr, data) );
591 return IRExpr_Load(Iend_BE, ty, addr);
6148 stmt( IRStmt_LLSC(Iend_BE, res, mkexpr(EA), NULL/*this is a load*/) );
6174 stmt( IRStmt_LLSC(Iend_BE, resSC, mkexpr(EA), mkexpr(rS)) );
6241 stmt( IRStmt_LLSC(Iend_BE, res, mkexpr(EA), NULL/*this is a load*/) );
6267 stmt( IRStmt_LLSC(Iend_BE, resSC, mkexpr(EA), mkexpr(rS)) );
6297 stmt( IRStmt_LLSC( Iend_BE, res_hi,
6299 stmt( IRStmt_LLSC( Iend_BE, res_lo,
6303 stmt( IRStmt_LLSC( Iend_BE, res_hi,
6306 stmt( IRStmt_LLSC( Iend_BE, res_l
[all...]
H A Dguest_s390_toIR.c250 stmt(IRStmt_Store(Iend_BE, addr, data));
258 return IRExpr_Load(Iend_BE, type, addr);
5656 Iend_BE, mkexpr(op2addr),
5690 Iend_BE, mkexpr(op2addr),
5724 Iend_BE, mkexpr(op2addr),
5754 Iend_BE, mkexpr(op2addr),
11794 Iend_BE, mkexpr(op2addr),
11842 Iend_BE, mkexpr(op2addr),
11882 Iend_BE, mkexpr(op2addr),
11942 Iend_BE, mkexp
[all...]
H A Dguest_mips_toIR.c900 load1 = IRExpr_Load(Iend_BE, ty, addr);
921 stmt(IRStmt_Store(Iend_BE, addr, data));
11801 vex_inject_ir(irsb, Iend_BE);
16692 stmt(IRStmt_LLSC(Iend_BE, t2, mkexpr(t1), NULL /* this is a load */ ));
16710 (Iend_BE, t2, mkexpr(t1), NULL /* this is a load */ ));
16724 stmt(IRStmt_LLSC(Iend_BE, t2, mkexpr(t1), mkNarrowTo32(ty, getIReg(rt))));
16738 stmt(IRStmt_LLSC(Iend_BE, t2, mkexpr(t1), getIReg(rt)));
H A Dhost_mips_isel.c812 && e->Iex.Load.end != Iend_BE)
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h256 Iend_BE /* big endian */ enumerator in enum:__anon32277
2339 If .end is Iend_BE, then the .xxxHi component is at the lower
/external/valgrind/main/exp-dhat/
H A Ddh_main.c776 # define END Iend_BE
/external/valgrind/main/memcheck/
H A Dmc_translate.c4345 tl_assert(end == Iend_LE || end == Iend_BE);
4479 tl_assert(end == Iend_LE || end == Iend_BE);
4749 tl_assert( end == Iend_LE || end == Iend_BE );
5010 end = Iend_BE;
5622 tl_assert(cas->end == Iend_BE);
/external/valgrind/main/massif/
H A Dms_main.c2025 # define END Iend_BE
/external/valgrind/main/callgrind/
H A Dmain.c829 # define CLGEndness Iend_BE

Completed in 670 milliseconds