Home | History | Annotate | Download | only in memcheck

Lines Matching refs:LLSC

124    Ist_Store, IRLoadG, IRStoreG, LLSC, CAS and Dirty memory
5952 return isBogusAtom(st->Ist.LLSC.addr)
5953 || (st->Ist.LLSC.storedata
5954 ? isBogusAtom(st->Ist.LLSC.storedata)
6213 st->Ist.LLSC.end,
6214 st->Ist.LLSC.result,
6215 st->Ist.LLSC.addr,
6216 st->Ist.LLSC.storedata );
7113 if (st->Ist.LLSC.storedata == NULL) {
7116 = typeOfIRTemp(mce->sb->tyenv, st->Ist.LLSC.result);
7118 = IRExpr_Load(st->Ist.LLSC.end, resTy, st->Ist.LLSC.addr);
7121 assign( 'B', mce, findShadowTmpB(mce, st->Ist.LLSC.result),
7125 do_origins_Store_plain( mce, st->Ist.LLSC.end,
7126 st->Ist.LLSC.addr,
7127 st->Ist.LLSC.storedata );
7132 assign( 'B', mce, findShadowTmpB(mce, st->Ist.LLSC.result),