Commit 2f998a19 authored by swift_gan's avatar swift_gan Committed by swift_gan

add inst type

parent b989ec8c
...@@ -215,7 +215,7 @@ DEFINE_STRUCT_A64(SUB_EXT_REG) { ...@@ -215,7 +215,7 @@ DEFINE_STRUCT_A64(SUB_EXT_REG) {
}; };
DEFINE_OPCODE(EXCEPTION_GEN_1, 0b11010100) DEFINE_OPCODE(EXCEPTION_GEN_1, 0b11010100)
DEFINE_OPCODE(EXCEPTION_GEN_2, 0b11100100) DEFINE_OPCODE(EXCEPTION_GEN_2, 0b000)
DEFINE_STRUCT_A64(EXCEPTION_GEN) { DEFINE_STRUCT_A64(EXCEPTION_GEN) {
InstA64 ll:2; InstA64 ll:2;
InstA64 opcode2:3; InstA64 opcode2:3;
......
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