|
|
@ -139,8 +139,8 @@ std::vector<disasm_insn_t*> hwacha_t::get_disasms() |
|
|
|
|
|
|
|
|
DISASM_INSN("vxcptcause", vxcptcause, 0, {&xrd}); |
|
|
DISASM_INSN("vxcptcause", vxcptcause, 0, {&xrd}); |
|
|
DISASM_INSN("vxcptaux", vxcptaux, 0, {&xrd}); |
|
|
DISASM_INSN("vxcptaux", vxcptaux, 0, {&xrd}); |
|
|
DISASM_INSN("vxcptsave", vxcptsave, 0, {&xrs1}); |
|
|
DISASM_INSN("vxcptevac", vxcptevac, 0, {&xrs1}); |
|
|
DISASM_INSN("vxcptrestore", vxcptrestore, 0, {&xrs1}); |
|
|
DISASM_INSN("vxcpthold", vxcpthold, 0, {&xrs1}); |
|
|
DISASM_INSN("vxcptkill", vxcptkill, 0, {}); |
|
|
DISASM_INSN("vxcptkill", vxcptkill, 0, {}); |
|
|
|
|
|
|
|
|
const uint32_t mask_vseglen = 0x7UL << 29; |
|
|
const uint32_t mask_vseglen = 0x7UL << 29; |
|
|
|