Lines Matching refs:s10
1968 (df f-s10 "10 bit sign extended" () 9 10 INT #f #f)
3166 (dnop s10 "10 bit signed immediate" (HASH-PREFIX) h-sint f-s10)
4141 (.str name "$pack $GRi,$s10,$GRk,$ICCi_1")
4142 (+ pack GRk op GRi ICCi_1 s10)
4145 (set tmp ((.sym operation -oflag) GRi s10 (const 0)))
4147 (set tmp ((.sym operation -cflag) GRi s10 (const 0)))
4149 (set result (operation GRi s10))
4166 (.str (.sym name icc) "$pack $GRi,$s10,$GRk,$ICCi_1")
4167 (+ pack GRk op GRi ICCi_1 s10)
4169 (set tmp (name GRi s10))
4186 (.str name "$pack $GRi,$s10,$GRdoublek,$ICCi_1")
4187 (+ pack GRdoublek op GRi ICCi_1 s10)
4188 (multiply-cc-semantics signop GRi s10 GRdoublek ICCi_1)
4202 (.str (.sym name icc) "$pack $GRi,$s10,$GRk,$ICCi_1")
4203 (+ pack GRk op GRi ICCi_1 s10)
4205 (set shift (and s10 #x1f))
4226 (.str name "$pack $GRi,$s10,$GRk,$ICCi_1")
4227 (+ pack GRk op GRi ICCi_1 s10)
4228 (set GRk ((.sym operation c) GRi s10 (cbit ICCi_1)))
4242 (.str name "$pack $GRi,$s10,$GRk,$ICCi_1")
4243 (+ pack GRk op GRi ICCi_1 s10)
4246 (set tmp ((.sym operation c) GRi s10 (cbit cc)))
4247 (set-v cc ((.sym operation -oflag) GRi s10 (cbit cc)))
4248 (set-c cc ((.sym operation -cflag) GRi s10 (cbit cc)))
9780 "cmpi$pack $GRi,$s10,$ICCi_1"
9781 (emit subicc pack GRi s10 (GRk 0) ICCi_1)