Lines Matching defs:MOVHI
307 movhi hi( fred ), r0, r1
310 will store 0 in the value fields for the MOVHI and MOVEA instructions
313 movhi hi( fred + 0x123456 ), r0, r1
316 the value stored in the MOVHI instruction will be 0x12 and the value
320 movhi hi( fred + 0x10ffff ), r0, r1
323 then the value stored in the MOVHI instruction would be 0x11 (not
326 MOVHI instruction loads 0x110000 into r1, then the MOVEA instruction
330 movhi hi( fred - 1 ), r0, r1
333 then 0 is stored in the MOVHI instruction and -1 is stored in the
343 movhi hi( fred + 0x123456 ), r0, r1
364 movhi hi( fred + 0x10ffff ), r0, r1
385 movhi hi( fred + 0xffff ), r0, r1 [bit 15 of the offset is set]
399 movhi hi( fred + 0x7000 ), r0, r1 [bit 15 of the offset is clear]
414 movhi hi( fred + 0xffff ), r0, r1 [bit 15 of the offset is set]
428 movhi hi( fred + 0x7000 ), r0, r1 [bit 15 of the offset is clear]
3409 #define MOVHI 0x0640 /* 4byte. */
3570 if ((insn[0] & MOVHI_MASK) != MOVHI
3819 if ((insn[0] & MOVHI_MASK) != MOVHI