| 1 | OP(crc32_b, "crc32.b", rv_codec_r, rv_fmt_rd_rs1) |
| 2 | OP(crc32_h, "crc32.h", rv_codec_r, rv_fmt_rd_rs1) |
| 3 | OP(crc32_w, "crc32.w", rv_codec_r, rv_fmt_rd_rs1) |
| 4 | OP(crc32_d, "crc32.d", rv_codec_r, rv_fmt_rd_rs1) |
| 5 | OP(crc32c_b, "crc32c.b", rv_codec_r, rv_fmt_rd_rs1) |
| 6 | OP(crc32c_h, "crc32c.h", rv_codec_r, rv_fmt_rd_rs1) |
| 7 | OP(crc32c_w, "crc32c.w", rv_codec_r, rv_fmt_rd_rs1) |
| 8 | OP(crc32c_d, "crc32c.d", rv_codec_r, rv_fmt_rd_rs1) |