Advanced SIMD: not covered instructions
eshoguli opened this issue · 1 comments
eshoguli commented
Hi guys,
Some instructions from here https://developer.arm.com/documentation/ddi0597/2023-12/SIMD-FP-Instructions?lang=en are absent in https://github.com/fujitsu/xbyak_aarch64/blob/main/src/xbyak_aarch64_mnemonic.h. For example: VLDn (1..4), VMAX, VMIN... and many other. Am I looking in the wrong place or is it expected?
Best regards,
Edward
kawakami-k commented
Xbyak_aarch64 only supports the 64-bit mode of Armv8-A. VLDn, VMAX, VMIN are for the 32-bit mode of Armv8-A.