HomeSort by relevance Sort by last modified time
    Searched full:reloc_pcrel (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
d30v-opc.c 228 { "bra", BRA, 0, { SHORT_B1, SHORT_B2r, LONG_Ur }, MU, FLAG_JMP, 0, RELOC_PCREL },
229 { "bratnz", BRA, 0x4, { SHORT_B3br, LONG_2br }, MU, FLAG_JMP, 0, RELOC_PCREL },
230 { "bratzr", BRA, 0x4, { SHORT_B3r, LONG_2r }, MU, FLAG_JMP, 0, RELOC_PCREL },
232 { "bsr", BRA, 0x2, { SHORT_B1, SHORT_B2r, LONG_Ur }, MU, FLAG_JSR, 0, RELOC_PCREL },
233 { "bsrtnz", BRA, 0x6, { SHORT_B3br, LONG_2br }, MU, FLAG_JSR, 0, RELOC_PCREL },
234 { "bsrtzr", BRA, 0x6, { SHORT_B3r, LONG_2r }, MU, FLAG_JSR, 0, RELOC_PCREL },
238 { "dbra", BRA, 0x10, { SHORT_B3r, LONG_2r }, MU, FLAG_JMP | FLAG_DELAY, FLAG_RP, RELOC_PCREL },
239 { "dbrai", BRA, 0x14, { SHORT_D2r, LONG_Dr }, MU, FLAG_JMP | FLAG_DELAY, FLAG_RP, RELOC_PCREL },
240 { "dbsr", BRA, 0x12, { SHORT_B3r, LONG_2r }, MU, FLAG_JSR | FLAG_DELAY, FLAG_RP, RELOC_PCREL },
241 { "dbsri", BRA, 0x16, { SHORT_D2r, LONG_Dr }, MU, FLAG_JSR | FLAG_DELAY, FLAG_RP, RELOC_PCREL },
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
d30v.h 180 #define RELOC_PCREL 1
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c 368 if (rel_flag == RELOC_PCREL)
375 if (rel_flag == RELOC_PCREL)
380 if (rel_flag == RELOC_PCREL)
545 fixups->fix[fixups->fc].pcrel = RELOC_PCREL;
1236 && opcode->reloc_flag == RELOC_PCREL)
    [all...]
tc-metag.c 179 int reloc_pcrel; member in struct:__anon115746
    [all...]
tc-nios2.c 131 unsigned int reloc_pcrel; member in struct:nios2_insn_reloc
    [all...]

Completed in 772 milliseconds