Home | History | Annotate | Download | only in coregrind

Lines Matching defs:a0

926 static Bool looks_like_ARM_call ( UInt a0 )
929 VG_(printf)("isA32call %08x\n", a0);
931 if ((a0 & 0xFF000000) == 0xEB000000) return True;
955 UInt a0 = *(UInt*)ra;
956 if (looks_like_ARM_call(a0))