-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed printer (hack), added compressed instruction, no longer include…
…s in riscv.h, changed name to reflect other archs conventio
- Loading branch information
Showing
19 changed files
with
7,493 additions
and
13,737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
/*=======================================================================*/ | ||
/*This code was generated by the tool riscv_disasm_from_sail (see | ||
* https://github.com/moste00/riscv_disasm_from_sail)*/ | ||
/*from the sail model of RISC-V (see https://github.com/riscv/sail-riscv) @ | ||
* version 0b9c639f19da48734cbf14b61f6ad200b7c70de9.*/ | ||
/*DO NOT MODIFY THIS CODE MANUALLY.*/ | ||
/* */ | ||
/*SPDX-License-Identifier: BSD-3-Clause*/ | ||
/* This code was generated by the tool auto-sync-sail*/ | ||
/* (see https://github.com/rizinorg/capstone-autosync-sail)*/ | ||
/* from the sail model of RISC-V*/ | ||
/* (see https://github.com/riscv/sail-riscv) @ version | ||
* 0b9c639f19da48734cbf14b61f6ad200b7c70de9.*/ | ||
/* DO NOT MODIFY THIS CODE MANUALLY. ANY MANUAL EDITS ARE OVERWRITTEN.*/ | ||
/* ------------------------------------------------------------------- */ | ||
/* Copyright © 2024 moste00 <[email protected]>*/ | ||
/* SPDX-License-Identifier: BSD-3-Clause*/ | ||
/*=======================================================================*/ | ||
|
||
#ifndef __Riscv_ast_gen_inc__ | ||
#define __Riscv_ast_gen_inc__ | ||
#include <stdint.h> | ||
|
||
#ifndef __RISCVAST_GEN_INC__ | ||
#define __RISCVAST_GEN_INC__ | ||
#include <stddef.h> | ||
|
||
#include <stdint.h> | ||
#include <string.h> | ||
|
||
enum { RISCV_false = 0, RISCV_true = 1 }; | ||
|
@@ -2227,5 +2227,4 @@ struct ast { | |
uint8_t riscv_zicboz /* bits : 5 */; | ||
} ast_node; | ||
}; | ||
|
||
#endif |
Oops, something went wrong.