RISC-V: Add INSN_DREF to memory read/write instructions#90
Open
a4lg wants to merge 1 commit into
Open
Conversation
a4lg
force-pushed
the
riscv-opcode-dref
branch
4 times, most recently
from
November 19, 2022 11:57
a852c00 to
9404ae4
Compare
a4lg
force-pushed
the
riscv-opcode-dref
branch
13 times, most recently
from
November 26, 2022 00:28
89d5460 to
b9a94e8
Compare
a4lg
force-pushed
the
riscv-opcode-dref
branch
8 times, most recently
from
December 2, 2022 03:27
0cb2f27 to
05fffe5
Compare
a4lg
force-pushed
the
riscv-opcode-dref
branch
4 times, most recently
from
December 11, 2022 06:32
ab20a49 to
6c5011a
Compare
a4lg
force-pushed
the
riscv-opcode-dref
branch
4 times, most recently
from
January 7, 2023 02:32
5992be8 to
b169fda
Compare
a4lg
force-pushed
the
riscv-opcode-dref
branch
3 times, most recently
from
January 16, 2023 08:39
299ed65 to
9858575
Compare
a4lg
force-pushed
the
riscv-opcode-dref
branch
4 times, most recently
from
January 30, 2023 00:26
66dac0f to
6dc8314
Compare
a4lg
force-pushed
the
riscv-opcode-dref
branch
9 times, most recently
from
February 7, 2023 02:55
f7bfd52 to
5138b75
Compare
a4lg
force-pushed
the
riscv-opcode-dref
branch
2 times, most recently
from
February 15, 2023 04:34
9678ebc to
a3325e9
Compare
a4lg
force-pushed
the
riscv-opcode-dref
branch
2 times, most recently
from
August 1, 2023 03:40
5e081ad to
b364daf
Compare
a4lg
force-pushed
the
riscv-opcode-dref
branch
3 times, most recently
from
August 3, 2023 05:59
e0d32be to
239620b
Compare
This commit adds INSN_DREF flag (and optional size-related flag) to the
instructions that read/write the memory directly. It however excludes
cache-related instructions that do synchronization of some sort but
otherwise don't touch the contents of the memory.
INSN_DREF and optional size flag are added to following instructions:
- "cbo.zero" (from the 'Zicboz' extension)
- All instructions from following custom extensions:
- 'XTheadFMemIdx'
- 'XTheadInt'
- 'XTheadMemIdx'
- 'XTheadMemPair'
opcodes/ChangeLog:
* riscv-opc.c (riscv_opcodes): Add INSN_DREF and optional size
flag on the instructions directly read/write memory.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wiki Page (details): https://github.com/a4lg/binutils-gdb/wiki/riscv_opcode_dref