We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29b25e commit 4e02e59Copy full SHA for 4e02e59
arch/inst/I/fence.yaml
@@ -142,7 +142,7 @@ operation(): |
142
Boolean is_pause;
143
144
if (implemented?(ExtensionName::Zihintpause)) {
145
- if ((pred == 1) && (succ == 0) && (fm == 0) && (rd == 0) && (rs1 == 0)) {
+ if ((pred == 1) && (succ == 0) && (rd == 0) && (rs1 == 0)) {
146
# this is a PAUSE instruction
147
is_pause = true;
148
}
@@ -192,7 +192,7 @@ operation(): |
192
);
193
194
pseudoinstructions:
195
- - when: (pred == 1) && (succ == 0) && (fm == 0) && (rd == 0) && (rs1 == 0)
+ - when: (pred == 1) && (succ == 0) && (rd == 0) && (rs1 == 0)
196
to: pause
197
198
sail(): |
0 commit comments