Home | History | Annotate | Download | only in memcheck

Lines Matching refs:LLSC

5277          return isBogusAtom(st->Ist.LLSC.addr)
5278 || (st->Ist.LLSC.storedata
5279 ? isBogusAtom(st->Ist.LLSC.storedata)
5529 st->Ist.LLSC.end,
5530 st->Ist.LLSC.result,
5531 st->Ist.LLSC.addr,
5532 st->Ist.LLSC.storedata );
6330 if (st->Ist.LLSC.storedata == NULL) {
6333 = typeOfIRTemp(mce->sb->tyenv, st->Ist.LLSC.result);
6335 = IRExpr_Load(st->Ist.LLSC.end, resTy, st->Ist.LLSC.addr);
6338 assign( 'B', mce, findShadowTmpB(mce, st->Ist.LLSC.result),
6342 do_origins_Store( mce, st->Ist.LLSC.end,
6343 st->Ist.LLSC.addr,
6344 st->Ist.LLSC.storedata );
6349 assign( 'B', mce, findShadowTmpB(mce, st->Ist.LLSC.result),