Home
last modified time | relevance | path

Searched defs:SETHI (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sparc/include/
H A Delf_support.h35 const unsigned int SETHI = 0x03000000U; /* sethi %hi(0), %g1 */ in sparc_write_branch() local
/netbsd-src/sys/arch/sparc64/include/
H A Delf_support.h44 const unsigned int SETHI = 0x03000000U; /* sethi %hi(0), %g1 */ in sparc_write_branch() local
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeSPARC_common.c155 #define SETHI (OPC1(0x0) | OPC2(0x04)) macro