Home
last modified time | relevance | path

Searched refs:sz_bits (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c54 uint32_t sz_bits, asi = 0; in fldst() local
93 sz_bits = pinst.op3 & 0x3; in fldst()
94 switch (sz_bits) { /* map size bits to a number */ in fldst()
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dsimulator.c145 int sz_bits = (inst >> 19) & 0xf; in do_unaligned() local
146 switch (sz_bits) { /* map size bits to a number */ in do_unaligned()