Searched defs:DT_IS_RESTORE (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c748 #define DT_IS_RESTORE(inst) (((inst) & 0xc1f80000) == 0x81e80000) macro
785 if (DT_IS_RESTORE(ip[1])) {
817 if (DT_IS_RESTORE(ip[1]) || DT_IS_MOV_O7(ip[1])) {
853 if (DT_IS_RESTORE(ip[1])) {

Completed in 24 milliseconds