HomeSort by: relevance | last modified time | path
    Searched defs:MOVHI (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/nios2/
tramp.c 27 movhi r12,%hi(chain)
29 movhi r2,%hi(fn)
38 #define MOVHI(reg,imm16) \
46 #define MOVHI(reg,imm16) \
64 addr[0] = MOVHI (SC_REGNO, ((chain >> 16) & 0xffff));
66 addr[2] = MOVHI (2, ((fn >> 16) & 0xffff));
  /src/external/gpl3/gcc.old/dist/libgcc/config/nios2/
tramp.c 27 movhi r12,%hi(chain)
29 movhi r2,%hi(fn)
38 #define MOVHI(reg,imm16) \
46 #define MOVHI(reg,imm16) \
64 addr[0] = MOVHI (SC_REGNO, ((chain >> 16) & 0xffff));
66 addr[2] = MOVHI (2, ((fn >> 16) & 0xffff));
  /src/external/gpl3/binutils/dist/bfd/
elf32-v850.c 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, r
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-v850.c 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, r
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-v850.c 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, r
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-v850.c 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, r
    [all...]

Completed in 31 milliseconds