mirror of
https://github.com/emmansun/gmsm.git
synced 2025-05-11 11:36:18 +08:00
Updated Armv8.2 SM3和SM4 (markdown)
parent
3a82838b61
commit
00e77ba01a
@ -103,6 +103,11 @@ func TestDecodeSM4Codes(t *testing.T) {
|
|||||||
```
|
```
|
||||||
WORD $0x0884c0ce // SM4E V0.S4, V8.S4
|
WORD $0x0884c0ce // SM4E V0.S4, V8.S4
|
||||||
```
|
```
|
||||||
|
[3/30/2023] 通过进一步学习和QEMU环境测试,发现不需要进行字节序变换。
|
||||||
|
```
|
||||||
|
WORD $0xcec08408 // SM4E V0.S4, V8.S4
|
||||||
|
```
|
||||||
|
|
||||||
用指令字的缺点主要是易读性差,另外一个就是不能或不好写宏代码。
|
用指令字的缺点主要是易读性差,另外一个就是不能或不好写宏代码。
|
||||||
|
|
||||||
可惜没有环境!!!
|
可惜没有环境!!!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user