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

PPC: fix mtvsrdd on disassembler

Change-Id: Ie16a4542179a9661991a4e1696d1b7a952b0e305
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2936605Reviewed-by: 's avatarJunliang Yan <junyan@redhat.com>
Commit-Queue: Milad Fa <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/master@{#74941}
parent 0e299b03
......@@ -1098,7 +1098,7 @@ void Decoder::DecodeExt2(Instruction* instr) {
return;
}
case MTVSRDD: {
Format(instr, "mtvsrwz 'Xt, 'ra");
Format(instr, "mtvsrdd 'Xt, 'ra");
return;
}
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