Searched refs:hibits (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/intel/asm/
H A Dclock.h56 uint32_t lobits, hibits; local
60 : "=a" (lobits), "=d" (hibits));
61 return (lobits | ((hrtime_t)hibits << 32));
/opensolaris-onvv-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c569 if ((fp.inst.hibits == 2) && (fp.inst.op3 == 0x36)) {
573 } else if ((fp.inst.hibits == 2) &&
652 if ((fp.inst.hibits == 2) &&
669 } else if ((fp.inst.hibits == 2) && (fp.inst.op3 == 0x36)) {
692 if ((fp.inst.hibits == 2) && /* fpops */
709 } else if ((fp.inst.hibits == 2) && (fp.inst.op3 == 0x36)) {
714 ((fp.inst.hibits == 2) && ((fp.inst.op3 & 0x3f) == 0x28) &&
717 ((fp.inst.hibits == 2) && ((fp.inst.op3 & 0x3f) == 0x30) &&
720 ((fp.inst.hibits == 2) && ((fp.inst.op3 & 0x3f) == 0x2c) &&
723 ((fp.inst.hibits
[all...]
H A Diu_simulator.c183 switch (pinst.hibits) {
/opensolaris-onvv-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h212 uint32_t hibits : 2; /* Top two bits. */ member in struct:__anon9767
231 uint32_t hibits : 2; /* Top two bits. */ member in struct:__anon9768

Completed in 102 milliseconds