Updated Armv8.2 SM3和SM4 (markdown)

Sun Yimin 2023-03-30 13:13:09 +08:00
parent 3a82838b61
commit 00e77ba01a

@ -103,6 +103,11 @@ func TestDecodeSM4Codes(t *testing.T) {
```
WORD $0x0884c0ce // SM4E V0.S4, V8.S4
```
[3/30/2023] 通过进一步学习和QEMU环境测试发现不需要进行字节序变换。
```
WORD $0xcec08408 // SM4E V0.S4, V8.S4
```
用指令字的缺点主要是易读性差,另外一个就是不能或不好写宏代码。
可惜没有环境!!!