Home | History | Annotate | Download | only in cpu

Lines Matching full:bitnum

124      "bbil $rs($bitnum),$offset"
125 (+ OP10_BBIL rs bitnum offset)
126 (if (bitset? rs bitnum)
132 "bbinl $rs($bitnum),$offset"
133 (+ OP10_BBINL rs bitnum offset)
134 (if (bitclear? rs bitnum)