Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
9 lines
408 B
SQL
9 lines
408 B
SQL
OP(crc32_b, "crc32.b", rv_codec_r, rv_fmt_rd_rs1)
|
|
OP(crc32_h, "crc32.h", rv_codec_r, rv_fmt_rd_rs1)
|
|
OP(crc32_w, "crc32.w", rv_codec_r, rv_fmt_rd_rs1)
|
|
OP(crc32_d, "crc32.d", rv_codec_r, rv_fmt_rd_rs1)
|
|
OP(crc32c_b, "crc32c.b", rv_codec_r, rv_fmt_rd_rs1)
|
|
OP(crc32c_h, "crc32c.h", rv_codec_r, rv_fmt_rd_rs1)
|
|
OP(crc32c_w, "crc32c.w", rv_codec_r, rv_fmt_rd_rs1)
|
|
OP(crc32c_d, "crc32c.d", rv_codec_r, rv_fmt_rd_rs1)
|