Searched refs:COPY_FLAGS (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_copy.S | 179 #define COPY_FLAGS (FPUSED_FLAG | BCOPY_FLAG) macro 569 andn %l6, COPY_FLAGS, %l6 ! remove flags from lofault address 1491 and %l6, COPY_FLAGS, %l1 ! Store flags in %l1 1544 andncc %l6, COPY_FLAGS, %l6
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | niagara_copy.S | 222 #define COPY_FLAGS (FPUSED_FLAG | LOFAULT_SET) macro 655 andn %o5, COPY_FLAGS, %o5 ! remove flags from lofault address 2001 and %o5, COPY_FLAGS, %l1 ! save flags in %l1 2026 andncc %o5, COPY_FLAGS, %o5
|