Home
last modified time | relevance | path

Searched refs:RELOC_PCREL (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dd30v-opc.c228 { "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 …]
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dd30v.h179 #define RELOC_PCREL 1 macro
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-d30v.c403 if (rel_flag == RELOC_PCREL) in get_reloc()
410 if (rel_flag == RELOC_PCREL) in get_reloc()
415 if (rel_flag == RELOC_PCREL) in get_reloc()
581 fixups->fix[fixups->fc].pcrel = RELOC_PCREL; in build_insn()
1269 && opcode->reloc_flag == RELOC_PCREL) in find_format()