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

/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric.c222 #define IS_IBIT_SET(x) (x & 0x2000) macro
243 if (IS_IBIT_SET(instr)) {
H A Dniagara.c263 #define IS_IBIT_SET(x) (x & 0x2000) macro
284 if (IS_IBIT_SET(instr)) {
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dsimulator.c56 #define IS_IBIT_SET(x) (x & 0x2000) macro
891 if (IS_IBIT_SET(inst)) {

Completed in 59 milliseconds