Home | History | Annotate | Download | only in memcheck

Lines Matching refs:LLSC

4854          return isBogusAtom(st->Ist.LLSC.addr)
4855 || (st->Ist.LLSC.storedata
4856 ? isBogusAtom(st->Ist.LLSC.storedata)
5096 st->Ist.LLSC.end,
5097 st->Ist.LLSC.result,
5098 st->Ist.LLSC.addr,
5099 st->Ist.LLSC.storedata );
5827 if (st->Ist.LLSC.storedata == NULL) {
5830 = typeOfIRTemp(mce->sb->tyenv, st->Ist.LLSC.result);
5832 = IRExpr_Load(st->Ist.LLSC.end, resTy, st->Ist.LLSC.addr);
5835 assign( 'B', mce, findShadowTmpB(mce, st->Ist.LLSC.result),
5839 do_origins_Store( mce, st->Ist.LLSC.end,
5840 st->Ist.LLSC.addr,
5841 st->Ist.LLSC.storedata );
5846 assign( 'B', mce, findShadowTmpB(mce, st->Ist.LLSC.result),