Lines Matching refs:hi16
154 (name hi16)
159 (handlers (parse "hi16"))
308 "andhi $r1,$r0,$hi16"
309 (+ OP_ANDHI r0 r1 hi16)
310 (set r1 (and r0 (sll SI hi16 16)))
578 "orhi $r1,$r0,$hi16"
579 (+ OP_ORHI r0 r1 hi16)
580 (set r1 (or r0 (sll SI hi16 16)))
776 "mvhi $r1,$hi16"
777 (+ OP_ORHI (f-r0 0) r1 hi16)
778 (set r1 (or r0 (sll SI hi16 16)))