Searched defs:INST (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/asm-arm/sha2/ |
H A D | sha256-armv7.S | 2628 # define INST(a,b,c,d) .byte c,d|0xc,a,b macro 2630 # define INST(a,b,c,d) .byte a,b,c,d macro
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | ghashv8-armx.S | 9 # define INST(a,b,c,d) .byte c,0xef,a,b macro 12 # define INST(a,b,c,d) .byte a,b,c,0xf2 macro
|
H A D | sha1-armv4-large.S | 1359 # define INST(a,b,c,d) .byte c,d|0xf,a,b macro 1361 # define INST(a,b,c,d) .byte a,b,c,d|0x10 macro
|
H A D | sha256-armv4.S | 2674 # define INST(a,b,c,d) .byte c,d|0xc,a,b macro 2676 # define INST(a,b,c,d) .byte a,b,c,d macro
|
H A D | aesv8-armx.S | 10 # define INST(a,b,c,d) .byte c,d|0xc,a,b macro 13 # define INST(a,b,c,d) .byte a,b,c,d macro
|
/freebsd/usr.sbin/pmc/ |
H A D | cmd_pmc_stat.c | 89 #define INST 1 macro
|