Lines Matching refs:rs

24      "andoui $rt,$rs,$hi16"
25 (+ OP_ANDOUI rs rt hi16)
26 (set rt (and rs (or (sll hi16 16) #xFFFF)))
30 "andoui ${rt-rs},$hi16"
31 (+ OP_ANDOUI rt-rs hi16)
32 (set rt-rs (and rt-rs (or (sll hi16 16) #xFFFF)))
36 "orui ${rt-rs},$hi16"
37 (+ OP_ORUI rt-rs hi16)
38 (set rt-rs (or rt-rs (sll hi16 16)))
42 "orui $rt,$rs,$hi16"
43 (+ OP_ORUI rs rt hi16)
44 (set rt (or rs (sll hi16 16)))
48 "bgtz $rs,$offset"
49 (+ OP_BGTZ rs (f-rt 0) offset)
50 (if (gt rs 0)
56 "bgtzl $rs,$offset"
57 (+ OP_BGTZL rs (f-rt 0) offset)
58 (if (gt rs 0)
64 "blez $rs,$offset"
65 (+ OP_BLEZ rs (f-rt 0) offset)
66 (if (le rs 0)
71 "blezl $rs,$offset"
72 (+ OP_BLEZL rs (f-rt 0) offset)
73 (if (le rs 0)
80 "mrgb $rd,$rs,$rt,$mask"
81 (+ OP_SPECIAL rs rt rd (f-10 0) mask FUNC_MRGB)
84 (set temp (and rs #xFF))
87 (set temp (or temp (and rs #xFF00)))
90 (set temp (or temp (and rs #xFF0000)))
93 (set temp (or temp (and rs #xFF000000)))
99 "mrgb ${rd-rs},$rt,$mask"
100 (+ OP_SPECIAL rt rd-rs (f-10 0) mask FUNC_MRGB)
103 (set temp (and rd-rs #xFF))
106 (set temp (or temp (and rd-rs #xFF00)))
109 (set temp (or temp (and rd-rs #xFF0000)))
112 (set temp (or temp (and rd-rs #xFF000000)))
114 (set rd-rs temp))
125 "bctxt $rs,$offset"
126 (+ OP_REGIMM rs (f-rt 6) offset)
132 (+ OP_COP0 (f-rs 8) (f-rt 0) offset)
138 (+ OP_COP0 (f-rs 8) (f-rt 2) offset)
144 (+ OP_COP3 (f-rs 8) (f-rt 0) offset)
150 (+ OP_COP3 (f-rs 8) (f-rt 2) offset)
156 (+ OP_COP0 (f-rs 8) (f-rt 1) offset)
162 (+ OP_COP0 (f-rs 8) (f-rt 3) offset)
168 (+ OP_COP3 (f-rs 8) (f-rt 1) offset)
174 (+ OP_COP3 (f-rs 8) (f-rt 3) offset)
183 (+ OP_COP0 (f-rs 2) rt rd (f-10-11 0))
189 (+ OP_COP1 (f-rs 2) rt rd (f-10-11 0))
195 (+ OP_COP2 (f-rs 2) rt rd (f-10-11 0))
201 (+ OP_COP3 (f-rs 2) rt rd (f-10-11 0))
211 (+ OP_COP3 (f-rs 9) rt rd (f-shamt 0) (f-func 0))
217 (+ OP_COP0 (f-rs 6) rt rd (f-10-11 0))
223 (+ OP_COP1 (f-rs 6) rt rd (f-10-11 0))
229 (+ OP_COP2 (f-rs 6) rt rd (f-10-11 0))
235 (+ OP_COP3 (f-rs 6) rt rd (f-10-11 0))
240 "jcr $rs"
241 (+ OP_SPECIAL rs (f-rt 0) (f-rd 0) (f-shamt 0) FUNC_JCR)
247 (+ OP_COP2 (f-rs 1) rt rd (f-shamt 0) (f-func 3))
253 (+ OP_COP2 (f-rs 1) rt rd (f-shamt 0) (f-func 7))
259 (+ OP_COP2 (f-rs 1) rt rd (f-shamt 0) (f-func 11))
265 (+ OP_COP2 (f-rs 1) rt rd (f-shamt 0) (f-func 15))
271 (+ OP_COP2 (f-rs 1) rt rd (f-shamt 0) (f-func 8))
277 (+ OP_COP2 (f-rs 1) rt (f-rd 0) (f-shamt 0) (f-func 4))
283 (+ OP_COP2 (f-rs 1) rt rd (f-shamt 0) (f-func 2))
289 (+ OP_COP2 (f-rs 1) rt rd (f-shamt 0) (f-func 6))
295 (+ OP_COP2 (f-rs 1) rt rd (f-shamt 0) (f-func 10))
301 (+ OP_COP2 (f-rs 1) rt rd (f-shamt 0) (f-func 14))
307 (+ OP_COP2 (f-rs 1) rt rd (f-shamt 0) (f-func 1))
313 (+ OP_COP2 (f-rs 1) rt rd (f-shamt 0) (f-func 5))
319 (+ OP_COP2 (f-rs 1) rt (f-rd 0) (f-shamt 0) (f-func 0))
325 (+ OP_COP0 (f-rs 0) rt rd (f-10-11 0))
331 (+ OP_COP1 (f-rs 0) rt rd (f-10-11 0))
337 (+ OP_COP2 (f-rs 0) rt rd (f-10-11 0))
343 (+ OP_COP3 (f-rs 0) rt rd (f-10-11 0))
349 (+ OP_COP0 (f-rs 4) rt rd (f-10-11 0))
355 (+ OP_COP1 (f-rs 4) rt rd (f-10-11 0))
361 (+ OP_COP2 (f-rs 4) rt rd (f-10-11 0))
367 (+ OP_COP3 (f-rs 4) rt rd (f-10-11 0))
373 (+ OP_COP3 (f-rs 1) rt rd (f-shamt 0) (f-func 7))
379 (+ OP_COP3 (f-rs 29) rt count)
385 (+ OP_COP3 (f-rs 31) rt count)
391 (+ OP_COP3 (f-rs 1) rt rd (f-shamt 0) (f-func 4))
397 (+ OP_COP3 (f-rs 24) rt count)
403 (+ OP_COP3 (f-rs 26) rt count)
415 (+ OP_COP3 (f-rs 1) rt rd (f-shamt 0) (f-func 6))
421 (+ OP_COP3 (f-rs 28) rt count)
427 (+ OP_COP3 (f-rs 30) rt count)
439 (+ OP_COP2 (f-rs 1) rt (f-rd 0) (f-shamt 0) (f-func 16))
445 (+ OP_COP2 (f-rs 1) rt (f-rd 0) (f-shamt 0) (f-func 20))
451 (+ OP_COP2 (f-rs 1) rt (f-rd 0) (f-shamt 0) (f-func 22))
457 (+ OP_COP2 (f-rs 1) rt rd (f-shamt 0) (f-func 17))
463 (+ OP_COP2 (f-rs 1) rt rd (f-shamt 0) (f-func 21))
469 (+ OP_COP3 (f-rs 1) (f-rt 0) (f-rd 0) (f-shamt 0) (f-func 8))
475 (+ OP_COP3 (f-rs 1) (f-rt 0) (f-rd 0) (f-shamt 0) (f-func 9))
481 (+ OP_COP3 (f-rs 1) rt (f-rd 0) (f-shamt 0) (f-func 10))
487 (+ OP_COP3 (f-rs 1) rt rd (f-shamt 0) (f-func 0))
493 (+ OP_COP3 (f-rs 1) rt rd (f-shamt 0) (f-func 1))
499 (+ OP_COP3 (f-rs 16) rt count)
505 (+ OP_COP3 (f-rs 17) rt count)
511 (+ OP_COP3 (f-rs 18) rt count)
517 (+ OP_COP3 (f-rs 19) rt count)
523 (+ OP_COP3 (f-rs 1) rt rd (f-shamt 0) (f-func 2))
529 (+ OP_COP3 (f-rs 1) rt rd (f-shamt 0) (f-func 3))
535 (+ OP_COP3 (f-rs 20) rt count)
541 (+ OP_COP3 (f-rs 21) rt count)
547 (+ OP_COP3 (f-rs 22) rt count)
553 (+ OP_COP3 (f-rs 23) rt count)
597 "bmb $rs,$rt,$offset"
598 (+ OP_BMB rs rt offset)
601 (if (eq (and rs #xFF) (and rt #xFF))
603 (if (eq (and rs #xFF00) (and rt #xFF00))
605 (if (eq (and rs #xFF0000) (and rt #xFF0000))
607 (if (eq (and rs #xFF000000) (and rt #xFF000000))