| /src/sys/arch/hppa/hppa/ |
| kobj_machdep.c | 139 unsigned int GP = (int) &__data_start; 189 /* LR(symbol - GP, addend) */ 191 value = LR(addr - GP, value); 195 /* RR(symbol - GP, addend) */ 197 value = RR(addr - GP, value);
|
| /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/ |
| efisetjmp_arch.h | 9 /* GP regs */ 13 UINT64 GP;
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
| salproc.h | 39 UINT64 GP;
|
| /src/external/bsd/pcc/dist/pcc/arch/mips/ |
| macdefs.h | 177 #define GP 28 292 { -1 }, /* $gp */ \
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| arc-opc.c | 293 *errmsg = _("register must be GP"); 1898 #define GP (SPdup + 1) 1902 #define PCL_S (GP + 1)
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| arc-opc.c | 293 *errmsg = _("register must be GP"); 1898 #define GP (SPdup + 1) 1902 #define PCL_S (GP + 1)
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mips.c | 102 #define GP 28 253 int gp; member in struct:mips_set_options 291 Note that we must set the isa field to ISA_UNKNOWN and the ASE, gp and 299 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ false, 311 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ false, 376 /* Return true if ISA supports 64 bit wide gp registers. */ 481 (mips_opts.gp == 64 && !ISA_HAS_64BIT_REGS (mips_opts.isa) \ 483 : mips_opts.gp) 646 /* 1 if we should generate 32 bit offsets from the $gp register in 678 /* If we can determine in advance that GP optimization won't b [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mips.c | 102 #define GP 28 253 int gp; member in struct:mips_set_options 291 Note that we must set the isa field to ISA_UNKNOWN and the ASE, gp and 299 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ false, 311 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ false, 376 /* Return true if ISA supports 64 bit wide gp registers. */ 481 (mips_opts.gp == 64 && !ISA_HAS_64BIT_REGS (mips_opts.isa) \ 483 : mips_opts.gp) 642 /* 1 if we should generate 32 bit offsets from the $gp register in 674 /* If we can determine in advance that GP optimization won't b [all...] |