Hi,

I'm trying to determine when a StaticInst is a conditional vs unconditional
branch using the ARM ISA.  The StaticInstBase class has a isControl()
function that seems to work, but the isCondCtrl() and isUncondCtrl() do
not.  Further grep'ing revealed that in my build/ARM_SE/arch/arm/decoder.cc
file, I have lots of "flags[IsControl]=true;" statements, but none for the
CondCtrl and UncondCtrl.

So,
1) Is there a better way to decide if an inst is a conditional vs
unconditional branch?
2) If not, where would I add cond/uncond flags to the ISA?

Thanks

Andrew Lukefahr
[email protected]

Open Source, Open Minds
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to