Home | History | Annotate | Download | only in memcheck

Lines Matching refs:szB

1264          VG_(tool_panic)("unexpected szB");
5252 static IRAtom* gen_load_b ( MCEnv* mce, Int szB,
5255 static void gen_store_b ( MCEnv* mce, Int szB,
6455 return the otag. The loaded size is SZB. If GUARD evaluates to
6458 static IRAtom* gen_guarded_load_b ( MCEnv* mce, Int szB,
6476 switch (szB) {
6496 VG_(printf)("mc_translate.c: gen_load_b: unhandled szB == %d\n", szB);
6528 loaded size is SZB. The load is regarded as unconditional (always
6531 static IRAtom* gen_load_b ( MCEnv* mce, Int szB, IRAtom* baseaddr,
6534 return gen_guarded_load_b(mce, szB, baseaddr, offset, NULL/*guard*/);
6574 static void gen_store_b ( MCEnv* mce, Int szB,
6596 switch (szB) {