mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
21 lines
450 B
Text
21 lines
450 B
Text
@include "ia.sinc"
|
|
@include "lockable.sinc"
|
|
with : lockprefx=0 {
|
|
@include "avx.sinc"
|
|
@include "avx_manual.sinc"
|
|
@include "avx2.sinc"
|
|
@include "avx2_manual.sinc"
|
|
@include "avx512.sinc"
|
|
@include "avx512_manual.sinc"
|
|
@include "adx.sinc"
|
|
@include "clwb.sinc"
|
|
@include "pclmulqdq.sinc"
|
|
@include "mpx.sinc"
|
|
@include "lzcnt.sinc"
|
|
@include "bmi1.sinc"
|
|
@include "bmi2.sinc"
|
|
@include "sha.sinc"
|
|
@include "smx.sinc"
|
|
@include "cet.sinc"
|
|
@include "rdrand.sinc"
|
|
}
|