aboutsummaryrefslogtreecommitdiff
path: root/customext/cflush.cc
AgeCommit message (Collapse)AuthorFilesLines
2023-02-04Remove decode_macros.h from disasm.hJerry Zhao1-0/+1
2022-12-20Add logged instruction variants to insn_desc_tJerry Zhao1-3/+3
2022-05-12Remove insn_func_t::supported fieldAndrew Waterman1-3/+3
The field is rendered unnecessary by 11f5942b7d8211e61b5ad9259d118033692c0759. Undoes some changes from 750f008e723bb3b20cec41a47ed5cec549447665.
2022-04-14add support for overlap instructionsWeiwei Li1-3/+3
* add DECLARE_OVERLAP_INSN to bind instructions with extension * add overlap_list.h to contain the declare of all overlapping instructions * make func function for overlapping instruction return NULL when the coresponding extension(s) is not supported.
2022-03-02fill rv32e and rv64e function for instructions of rocc and customextWeiwei Li1-3/+3
2021-11-08Move definitions of P and require macrosAndrew Waterman1-0/+1
Avoids namespace conflicts with Boost. Fixes #820 in a better way.
2020-06-10ext: add simple sifive cflush extensionChih-Min Chao1-0/+41
just check the execution privilege Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>