Home
last modified time | relevance | path

Searched refs:M_XNOR_G5G1 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s369 #define M_XNOR_G5G1 0x82396000 /* xnor %g5, 0, %g1 */ macro
394 plttab[2] = (uint_t)(M_XNOR_G5G1 | LO10(nsym));
412 sethi %hi(M_XNOR_G5G1), %o3 ! Get "xnor %g5, %g1, %g1" insn
446 plttab[2] = (uint_t)(M_XNOR_G5G1 | M44(nsym));
/titanic_41/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h109 #define M_XNOR_G5G1 0x82396000 /* xnor %g5, 0, %g1 */ macro
/titanic_41/usr/src/cmd/sgs/librtld_db/sparcv9/
H A Dplt64_resolution.c280 } else if ((instr[2] & (~(S_MASK(13)))) == M_XNOR_G5G1) { in plt64_resolution()