projects
/
power-instruction-analyzer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5e7e9
)
working on instruction models
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 9 Jul 2020 05:09:18 +0000
(22:09 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 9 Jul 2020 05:09:18 +0000
(22:09 -0700)
src/instr_models.rs
patch
|
blob
|
history
diff --git
a/src/instr_models.rs
b/src/instr_models.rs
index 8908bf047c0644fa6f2e23dace59c271e7ccecc9..c23e6591803db85c11200f496a111d86196eb035 100644
(file)
--- a/
src/instr_models.rs
+++ b/
src/instr_models.rs
@@
-294,7
+294,7
@@
pub fn moduw(inputs: InstructionInput) -> InstructionResult {
}
}
-create_instr_variants_ov_cr!(mullw, mullwo, mullw_, mullwo_, i
32
);
+create_instr_variants_ov_cr!(mullw, mullwo, mullw_, mullwo_, i
64
);
pub fn mullwo(inputs: InstructionInput) -> InstructionResult {
let ra = inputs.ra as i32 as i64;