Home | History | Annotate | Download | only in cpu

Lines Matching full:hi16

159   (name hi16)
164 (handlers (parse "hi16"))
315 "andhi $r1,$r0,$hi16"
316 (+ OP_ANDHI r0 r1 hi16)
317 (set r1 (and r0 (sll SI hi16 16)))
585 "orhi $r1,$r0,$hi16"
586 (+ OP_ORHI r0 r1 hi16)
587 (set r1 (or r0 (sll SI hi16 16)))
783 "mvhi $r1,$hi16"
784 (+ OP_ORHI (f-r0 0) r1 hi16)
785 (set r1 (or r0 (sll SI hi16 16)))