{"id":22191989,"url":"https://github.com/cryptape/rvv-encoder","last_synced_at":"2025-07-26T22:31:55.417Z","repository":{"id":41819991,"uuid":"444329370","full_name":"cryptape/rvv-encoder","owner":"cryptape","description":"RISC-V V Extension Encoder","archived":false,"fork":false,"pushed_at":"2022-07-28T06:13:31.000Z","size":119,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-17T14:19:34.627Z","etag":null,"topics":["assembly","encode","riscv","vector"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cryptape.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-04T07:43:09.000Z","updated_at":"2024-02-14T17:19:21.000Z","dependencies_parsed_at":"2022-09-08T00:40:50.092Z","dependency_job_id":null,"html_url":"https://github.com/cryptape/rvv-encoder","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2Frvv-encoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2Frvv-encoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2Frvv-encoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2Frvv-encoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptape","download_url":"https://codeload.github.com/cryptape/rvv-encoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227724139,"owners_count":17810036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assembly","encode","riscv","vector"],"created_at":"2024-12-02T12:18:38.477Z","updated_at":"2024-12-02T12:18:39.180Z","avatar_url":"https://github.com/cryptape.png","language":"Rust","readme":"\n# RVV encoder\n* `rvv-encode` - A Library to encode RISC-V V extension instruction\n* `rvv-asm` - A procedure macro to encode RISC-V V extension instructions\n* `rvv-as` - A command line tool to encode RISC-V V extension instructions\n\n\n## `rvv-asm` example\n```rust\nunsafe {\n    rvv_asm::rvv_asm!(\n        \"vsetvl x5, s3, t6\",\n        \"1: vle256.v v3, (a0), vm\",\n        \"2:\",\n        \"li {lo}, 4\",\n        lo = out(reg) lo,\n    );\n}\n```\n\n## `rvv-as` usage\n```\nUSAGE:\n    rvv-as [OPTIONS] \u003cASM_FILE\u003e\n\nARGS:\n    \u003cASM_FILE\u003e    The original assembly source file path\n\nOPTIONS:\n    -c, --comment-origin                     Use original instruction and its code as comment\n    -p, --comment-prefix \u003cCOMMENT_PREFIX\u003e    The comment prefix [default: #]\n    -r, --reserved-only                      Only translate reserved rvv instructions\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptape%2Frvv-encoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptape%2Frvv-encoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptape%2Frvv-encoder/lists"}