Searched refs:ldah (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-alpha.c509 /* Load the gp register. This is always used for a ldah instruction
519 the register to the ldah instruction. This lets us avoid any
1072 *err_msg = _("GPDISP relocation did not find ldah and lda instructions");
1434 unsigned int ldah = bfd_get_32 (info->abfd, p_ldah);
1437 /* Verify that the instruction is "ldah $29,0($26)".
1442 if (ldah == 0x27ba0000 && lda == 0x23bd0000)
1676 ldah t, array(gp) !gprelhigh
1818 ldah $29,0($26) !gpdisp!2
1830 ldah $16,x($gp) !tprelhi
1430 unsigned int ldah = bfd_get_32 (info->abfd, p_ldah); local

Completed in 49 milliseconds