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

  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-loongarch.c 5493 uint32_t addi_d = LARCH_OP_ADDI_D; local
5527 addi_d = addi_d | (rd << 5) | rd;
5528 bfd_put (32, abfd, addi_d, contents + rel_lo->r_offset);
  /src/external/gpl3/gdb.old/dist/bfd/
elfnn-loongarch.c 5207 uint32_t addi_d = LARCH_OP_ADDI_D; local
5237 addi_d = addi_d | (rd << 5) | rd;
5238 bfd_put (32, abfd, addi_d, contents + rel_lo->r_offset);
  /src/external/gpl3/gdb/dist/bfd/
elfnn-loongarch.c 5510 uint32_t addi_d = LARCH_OP_ADDI_D; local
5544 addi_d = addi_d | (rd << 5) | rd;
5545 bfd_put (32, abfd, addi_d, contents + rel_lo->r_offset);

Completed in 53 milliseconds