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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c455 *err_msg = _("GPDISP relocation did not find ldah and lda instructions");
566 /* Load the gp register. This is always used for a ldah instruction
576 the register to the ldah instruction. This lets us avoid any
3305 unsigned int ldah = bfd_get_32 (info->abfd, p_ldah);
3308 /* Verify that the instruction is "ldah $29,0($26)".
3313 if (ldah == 0x27ba0000 && lda == 0x23bd0000)
3460 ldah $29,0($26) !gpdisp!2
3472 ldah $16,x($gp) !tprelhi
3296 unsigned int ldah = bfd_get_32 (info->abfd, p_ldah); local

Completed in 79 milliseconds