/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | w65-opc.h | 541 #define GETINFO(size,type,pcrel)\ argument 543 case ADDR_IMMCOP: size = 1;type=R_W65_ABS8;pcrel=0;break;\ 545 case ADDR_ACC: size = 0;type=-1;pcrel=0;break;\ 546 case ADDR_PC_REL: size = 1;type=R_W65_PCR8;pcrel=0;break;\ 548 case ADDR_IMPLIED: size = 0;type=-1;pcrel=0;break;\ 549 case ADDR_STACK: size = 0;type=-1;pcrel=0;break;\ 550 case ADDR_DIR: size = 1;type=R_W65_ABS8;pcrel=0;break;\ 553 case ADDR_DIR_IND: size = 1;type=R_W65_ABS8;pcrel=0;break;\ 558 case ADDR_ABS: size = 2;type=R_W65_ABS16;pcrel=0;break;\ 566 case ADDR_ABS_IND: size = 2;type=R_W65_ABS16;pcrel=0;break;\ [all …]
|
H A D | h8500-dis.c | 120 int pcrel = 0; local 201 pcrel = (buffer[byte] << 8) | (buffer[byte + 1]); 204 pcrel = (buffer[byte]); 329 (pcrel + addr + opcode->length) & 0xffff); 333 ((char) pcrel + addr + opcode->length) & 0xffff);
|
H A D | mips-dis.c | 1473 int immed, nbits, shift, signedp, extbits, pcrel, extu, branch; local 1478 pcrel = 0; 1593 pcrel = 1; 1601 pcrel = 1; 1609 pcrel = 1; 1618 pcrel = 1; 1626 pcrel = 1; 1654 if (! pcrel)
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | w65-opc.h | 541 #define GETINFO(size,type,pcrel)\ argument 543 case ADDR_IMMCOP: size = 1;type=R_W65_ABS8;pcrel=0;break;\ 545 case ADDR_ACC: size = 0;type=-1;pcrel=0;break;\ 546 case ADDR_PC_REL: size = 1;type=R_W65_PCR8;pcrel=0;break;\ 548 case ADDR_IMPLIED: size = 0;type=-1;pcrel=0;break;\ 549 case ADDR_STACK: size = 0;type=-1;pcrel=0;break;\ 550 case ADDR_DIR: size = 1;type=R_W65_ABS8;pcrel=0;break;\ 553 case ADDR_DIR_IND: size = 1;type=R_W65_ABS8;pcrel=0;break;\ 558 case ADDR_ABS: size = 2;type=R_W65_ABS16;pcrel=0;break;\ 566 case ADDR_ABS_IND: size = 2;type=R_W65_ABS16;pcrel=0;break;\ [all …]
|
H A D | h8500-dis.c | 100 int pcrel = 0; in print_insn_h8500() local 180 pcrel = (buffer[byte] << 8) | (buffer[byte + 1]); in print_insn_h8500() 183 pcrel = (buffer[byte]); in print_insn_h8500() 301 (int)(pcrel + addr + opcode->length) & 0xffff); in print_insn_h8500() 305 (int)((char) pcrel + addr + opcode->length) & 0xffff); in print_insn_h8500()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-h8300.texi | 203 * add.l rs,rd bra pcrel:8 205 adds #imm,rd bt pcrel:8 207 addx rs,rd brn pcrel:8 209 and.b rs,rd bf pcrel:8 211 * and.w #imm,rd bhi pcrel:8 213 * and.l rs,rd bls pcrel:8 221 * bcs pcrel:16 bnot rs,rd 230 bvs pcrel:8 bset rs,rd 233 * bpl pcrel:16 bsr pcrel:8 234 bmi pcrel:8 bsr pcrel:16 [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-h8300.texi | 202 * add.l rs,rd bra pcrel:8 204 adds #imm,rd bt pcrel:8 206 addx rs,rd brn pcrel:8 208 and.b rs,rd bf pcrel:8 210 * and.w #imm,rd bhi pcrel:8 212 * and.l rs,rd bls pcrel:8 220 * bcs pcrel:16 bnot rs,rd 229 bvs pcrel:8 bset rs,rd 232 * bpl pcrel:16 bsr pcrel:8 233 bmi pcrel:8 bsr pcrel:16 [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-ns32k.c | 736 addr_modeP->pcrel = 1; in get_addr_mode() 924 pcrel = 0; in encode_operand() 963 addr_modeP.pcrel, in encode_operand() 993 pcrel += 1; in encode_operand() 1002 pcrel = 1; in encode_operand() 1299 if (pcrel) in reloc() 1327 offset, pcrel, in fix_new_ns32k() 1673 iif.iifP[i].pcrel, in convert_iif() 1754 iif.iifP[i].pcrel) in convert_iif() 1764 iif.iifP[i].pcrel, in convert_iif() [all …]
|
H A D | bfin-defs.h | 241 int pcrel; member 254 (INSTR_T code, Expr_Node *, int reloc,int pcrel); 256 (INSTR_T code, const char * sym, int reloc, int pcrel); 258 (INSTR_T code, const char *symbol, int reloc, int value, int pcrel);
|
H A D | tc-bfin.c | 451 insn->pcrel, insn->reloc); in md_assemble() 963 note_reloc (INSTR_T code, Expr_Node * symbol, int reloc, int pcrel) in note_reloc() argument 968 return note_reloc1 (code, symbol->value.s_value, reloc, pcrel); in note_reloc() 973 note_reloc1 (INSTR_T code, const char *symbol, int reloc, int pcrel) in note_reloc1() argument 977 code->pcrel = pcrel; in note_reloc1() 986 code->pcrel = pcrel; in note_reloc2() 1039 int pcrel = 1; /* Is the parent reloc pcrelative? in Expr_Node_Gen_Reloc() local 1062 pcrel = 0; in Expr_Node_Gen_Reloc() 1066 pcrel = 0; in Expr_Node_Gen_Reloc() 1073 pcrel = 0; in Expr_Node_Gen_Reloc() [all …]
|
H A D | tc-dlx.c | 52 int pcrel; member 698 the_insn.pcrel = 0; in machine_ip() 712 the_insn.pcrel = 0; in machine_ip() 814 the_insn.pcrel = 0; in machine_ip() 830 the_insn.pcrel = 1; in machine_ip() 845 the_insn.pcrel = 1; in machine_ip() 919 the_insn.size, & the_insn.exp, the_insn.pcrel, in md_assemble()
|
H A D | tc-or32.c | 52 int pcrel; member 250 the_insn.pcrel, in md_assemble() 496 the_insn.pcrel = 0; in machine_ip() 515 the_insn.pcrel = 1; /* Assume PC-relative jump. */ in machine_ip() 520 the_insn.pcrel = 0; in machine_ip()
|
H A D | tc-i860.c | 66 int pcrel; member 424 last_expand = the_insn.fi[0].pcrel; in md_assemble() 438 the_insn.fi[tmp].pcrel, in md_assemble() 526 the_insn.fi[t].pcrel = 0; in i860_process_insn() 778 the_insn.fi[fc].pcrel = 1; in i860_process_insn() 784 the_insn.fi[fc].pcrel = 1; in i860_process_insn()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-ns32k.c | 736 addr_modeP->pcrel = 1; 917 pcrel = 0; 956 addr_modeP.pcrel, 986 pcrel += 1; 995 pcrel = 1; 1337 iif.iifP[i].pcrel, in convert_iif() 1419 iif.iifP[i].pcrel) in convert_iif() 1429 iif.iifP[i].pcrel, in convert_iif() 1470 !iif.iifP[i].pcrel) in convert_iif() 1613 if (pcrel) in reloc() [all …]
|
H A D | tc-or32.c | 55 int pcrel; member 274 the_insn.pcrel, 609 the_insn.pcrel = 0; 628 the_insn.pcrel = 1; /* Assume PC-relative jump. */ 633 the_insn.pcrel = 0; 825 the_insn.pcrel = 0; 842 the_insn.pcrel = 1; /* Assume PC-relative jump. */ 847 the_insn.pcrel = 0;
|
H A D | tc-dlx.c | 55 int pcrel; member 397 the_insn.size, & the_insn.exp, the_insn.pcrel, 859 the_insn.pcrel = 0; 873 the_insn.pcrel = 0; 975 the_insn.pcrel = 0; 991 the_insn.pcrel = 1; 1006 the_insn.pcrel = 1;
|
H A D | tc-i860.c | 66 int pcrel; member 424 last_expand = the_insn.fi[0].pcrel; in md_assemble() 438 the_insn.fi[tmp].pcrel, in md_assemble() 526 the_insn.fi[t].pcrel = 0; in i860_process_insn() 778 the_insn.fi[fc].pcrel = 1; in i860_process_insn() 784 the_insn.fi[fc].pcrel = 1; in i860_process_insn()
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | write.h | 202 offsetT offset, int pcrel, bfd_reloc_code_real_type r_type); 204 (fragS * frag, int where, int size, expressionS *exp, int pcrel, 209 offsetT offset, int pcrel, int r_type); 211 (fragS * frag, int where, int size, expressionS *exp, int pcrel,
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | Relocations.h | 54 bool pcrel = false; member 66 Reloc(uint8_t type, bool pcrel, uint8_t length, uint32_t offset, in Reloc() 68 : type(type), pcrel(pcrel), length(length), offset(offset), in Reloc()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-m32c.c | 1486 bfd_signed_vma pcrel; in m32c_elf_relax_section() local 1573 if (pcrel >= 2 && pcrel <= 9) in m32c_elf_relax_section() 1577 insn[0] = 0x60 | (pcrel - 2); in m32c_elf_relax_section() 1589 if (pcrel <= 128 && pcrel >= -128) in m32c_elf_relax_section() 1601 if (pcrel <= 32768 && pcrel >= -32768) in m32c_elf_relax_section() 1614 if (pcrel <= 32768 && pcrel >= -32768) in m32c_elf_relax_section() 1706 if (pcrel >= 2 && pcrel <= 9) in m32c_elf_relax_section() 1708 int p = pcrel - 2; in m32c_elf_relax_section() 1720 if (pcrel <= 128 && pcrel >= -128) in m32c_elf_relax_section() 1732 if (pcrel <= 32768 && pcrel >= -32768) in m32c_elf_relax_section() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachORelocation.h | 46 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len, 49 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in r_address()
|
/openbsd/gnu/llvm/lld/MachO/Arch/ |
H A D | ARM64Common.cpp | 73 if (r.pcrel) in relocateOne() 80 assert(r.pcrel); in relocateOne() 86 assert(!r.pcrel); in relocateOne()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | write.h | 164 offsetT offset, int pcrel, bfd_reloc_code_real_type r_type); 166 (fragS * frag, int where, int size, expressionS *exp, int pcrel,
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArch.td | 91 // Expand la.global as la.pcrel 93 : SubtargetFeature<"la-global-with-pcrel", "HasLaGlobalWithPcrel", "true", 94 "Expand la.global as la.pcrel">; 98 "Expand la.global as la.pcrel">;
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | crtbegin.asm | 82 movl r2 = @pcrel(__do_global_dtors_aux# - 16) 100 movl r2 = @pcrel(__do_jv_register_classes# - 16)
|