[Libre-soc-bugs] [Bug 898] binutils svp64 objdump support

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Wed Aug 31 15:51:44 BST 2022


https://bugs.libre-soc.org/show_bug.cgi?id=898

--- Comment #42 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/decoder/isa/caller.py;hb=HEAD#l1062

btw the above is the "workaround" explaining comment #35.

1062         if hasattr(self.dec2.e.do, "lk"):
1063             lk = yield self.dec2.e.do.lk
1064             if lk:
1065                 asmop += "l"
1066         log("int_op", int_op)
1067         if int_op in [MicrOp.OP_B.value, MicrOp.OP_BC.value]:
1068             AA = yield self.dec2.dec.fields.FormI.AA[0:-1]
1069             log("AA", AA)
1070             if AA:
1071                 asmop += "a"

and just above it for Rc=1 and also OE.

"read and weep" i think is the most appropriate reaction.
the "correct" thing to do here would be to add CSV file
entries for all the missing assembly ops: ba, bla, etc
but if you can tolerate the above then i think it would
be less disruptive than adding new CSV files right now

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list