Commit cd17e16f authored by Milad Fa's avatar Milad Fa Committed by V8 LUCI CQ

PPC [disas]: fix mtvsrdd on disassembler

mtvsrdd uses 2 gprs as input.

Change-Id: I4446a51bda1196ce262e3a90ed7c840da89c9d16
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3061478Reviewed-by: 's avatarJunliang Yan <junyan@redhat.com>
Commit-Queue: Milad Fa <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/master@{#76009}
parent b67dd429
...@@ -1124,7 +1124,7 @@ void Decoder::DecodeExt2(Instruction* instr) { ...@@ -1124,7 +1124,7 @@ void Decoder::DecodeExt2(Instruction* instr) {
return; return;
} }
case MTVSRDD: { case MTVSRDD: {
Format(instr, "mtvsrdd 'Xt, 'ra"); Format(instr, "mtvsrdd 'Xt, 'ra, 'rb");
return; return;
} }
case LDBRX: { case LDBRX: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment