Home
last modified time | relevance | path

Searched defs:SLLX (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sparc64/include/
H A Delf_support.h51 const unsigned int SLLX = 0x83287000U; /* sllx %g1, 0, %g1 */ in sparc_write_branch() local
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeSPARC_common.c157 #define SLLX (OPC1(0x2) | OPC3(0x25) | (1 << 12)) macro