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

PPC: add lhbrx to the dissembler

Change-Id: Ie61638fbc61b5a84dc9ba396e4df7193a2ebd6a7
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3291547Reviewed-by: 's avatarJunliang Yan <junyan@redhat.com>
Commit-Queue: Milad Fa <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/main@{#77978}
parent 2281ca47
......@@ -1150,6 +1150,10 @@ void Decoder::DecodeExt2(Instruction* instr) {
Format(instr, "ldbrx 'rt, 'ra, 'rb");
return;
}
case LHBRX: {
Format(instr, "lhbrx 'rt, 'ra, 'rb");
return;
}
case LWBRX: {
Format(instr, "lwbrx 'rt, 'ra, 'rb");
return;
......
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