[Libre-soc-bugs] [Bug 1034] implement crternlogi crbinlog and binlog in ISACaller
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Thu Feb 29 16:52:33 GMT 2024
https://bugs.libre-soc.org/show_bug.cgi?id=1034
--- Comment #21 from Dmitry Selyutin <ghostmansd at gmail.com> ---
```
+/* An MM form instruction with explicit FMM. */
+#define MMXFMM(op, xop, fmm, rc) \
+ (OP (op) \
+ | ((((uint64_t)(fmm)) & 0xf) << 7) \
+ | ((((uint64_t)(xop)) & 0x3f) << 1) \
+ | (((uint64_t)(rc)) & 1))
+#define MMXFMM_MASK MMXFMM (0x3f, 0x3f, 0xf, 0x1)
```
...these appeared as part of the rebase. Can be ignored, the patches have to be
cleaned up later anyway (and partially dropped if we ever move to generating
this mess).
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list