Searched defs:SLJIT_CACHE_FLUSH (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/arch/aarch64/include/ |
H A D | sljit_machdep.h | 58 #define SLJIT_CACHE_FLUSH(from, to) \ macro 61 #define SLJIT_CACHE_FLUSH(from, to) \ macro
|
/netbsd-src/sys/arch/mips/include/ |
H A D | sljit_machdep.h | 43 #define SLJIT_CACHE_FLUSH(from, to) mips_icache_sync_range( \ macro 48 #define SLJIT_CACHE_FLUSH(from, to) \ macro
|
/netbsd-src/sys/arch/arm/include/ |
H A D | sljit_machdep.h | 52 #define SLJIT_CACHE_FLUSH(from, to) \ macro 55 #define SLJIT_CACHE_FLUSH(from, to) \ macro
|
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitConfigInternal.h | 279 #define SLJIT_CACHE_FLUSH(from, to) \ macro 290 #define SLJIT_CACHE_FLUSH(from, to) macro 298 #define SLJIT_CACHE_FLUSH(from, to) \ macro 304 #define SLJIT_CACHE_FLUSH(from, to) \ macro 310 #define SLJIT_CACHE_FLUSH(from, to) \ macro 317 #define SLJIT_CACHE_FLUSH(from, to) \ macro 323 #define SLJIT_CACHE_FLUSH(from, to) \ macro 330 #define SLJIT_CACHE_FLUSH(from, to) \ macro
|
/netbsd-src/sys/arch/amd64/include/ |
H A D | sljit_machdep.h | 36 #define SLJIT_CACHE_FLUSH(from, to) macro
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | sljit_machdep.h | 36 #define SLJIT_CACHE_FLUSH(from, to) \ macro
|
/netbsd-src/sys/arch/powerpc/include/ |
H A D | sljit_machdep.h | 41 #define SLJIT_CACHE_FLUSH(from, to) \ macro
|
/netbsd-src/sys/arch/i386/include/ |
H A D | sljit_machdep.h | 38 #define SLJIT_CACHE_FLUSH(from, to) macro
|