[Libre-soc-bugs] [Bug 917] pysvp64dis: support SVP64 disassembly

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Sep 12 20:43:58 BST 2022


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

--- Comment #38 from Dmitry Selyutin <ghostmansd at gmail.com> ---
Oh, and, by the way:

  {
    .name = "sv.crand",
    .desc = {
      .function = SVP64_FUNCTION_CR,
      .in1 = SVP64_IN1_SEL_NONE,
      .in2 = SVP64_IN2_SEL_NONE,
      .in3 = SVP64_IN3_SEL_NONE,
      .out = SVP64_OUT_SEL_NONE,
      .out2 = SVP64_OUT_SEL_NONE,
      .cr_in = SVP64_CR_IN_SEL_BA,
      .cr_in2 = SVP64_CR_IN2_SEL_BB,
      .cr_out = SVP64_CR_OUT_SEL_BT,
      .ptype = SVP64_PTYPE_P1,
      .etype = SVP64_ETYPE_EXTRA3,
      .extra_idx_in1 = SVP64_EXTRA_NONE,
      .extra_idx_in2 = SVP64_EXTRA_NONE,
      .extra_idx_in3 = SVP64_EXTRA_NONE,
      .extra_idx_out = SVP64_EXTRA_NONE,
      .extra_idx_out2 = SVP64_EXTRA_NONE,
      .extra_idx_cr_in = SVP64_EXTRA_IDX1,
      .extra_idx_cr_out = SVP64_EXTRA_IDX0,
    },
    .opcodes = &svp64_opcodes[226],
    .nr_opcodes = 1,
  },

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


More information about the libre-soc-bugs mailing list