Lines Matching refs:Iend_LE
1329 vex_printf( "LD%s:", e->Iex.Load.end==Iend_LE ? "le" : "be" ); in ppIRExpr()
1433 vex_printf(" = CAS%s(", cas->end==Iend_LE ? "le" : "be" ); in ppIRCAS()
1464 vex_printf(") { ST%s(", sg->end==Iend_LE ? "le" : "be"); in ppIRStoreG()
1493 vex_printf("(LD%s(", lg->end==Iend_LE ? "le" : "be"); in ppIRLoadG()
1579 vex_printf( "ST%s(", s->Ist.Store.end==Iend_LE ? "le" : "be" ); in ppIRStmt()
1597 s->Ist.LLSC.end==Iend_LE ? "le" : "be"); in ppIRStmt()
1603 s->Ist.LLSC.end==Iend_LE ? "le" : "be"); in ppIRStmt()
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()