Home
last modified time | relevance | path

Searched refs:GP (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd-10-stable/lib/csu/ia64/
Dcrt1.S38 #define GP loc0 macro
63 sub GP=r16,r15
112 mov gp=GP
118 mov gp=GP
132 mov gp=GP
146 mov gp=GP
160 mov gp=GP
166 mov gp=GP
177 mov gp=GP
/freebsd-10-stable/contrib/binutils/gas/doc/
Dc-ia64.texi37 as using the ``constant GP'' model. With this model, it is assumed
38 that the entire program uses a single global pointer (GP) value. Note
45 as using the ``constant GP without function descriptor'' data model.
46 This model is like the ``constant GP'' model, except that it
50 descriptor, which contains both the code entry-point and the GP-value
Dc-alpha.texi243 Used with @code{ldah} and @code{lda} to load the GP from the current
258 32-bit displacement from the GP.
262 32-bit displacement from the GP.
266 from the GP.
269 Used with any branch format instruction to skip the GP load at the
270 target address. The referenced symbol must have the same GP as the
272 or perform a standard GP load in the first two instructions via the
384 to perform a load of the GP register; 2 indicates that @code{$27} is
395 instructions of the function perform a GP load.
402 GP for the current object file, and stores it in 4 bytes. In addition
/freebsd-10-stable/contrib/gcc/config/mips/
Dt-sb11 # GP-rel: G0 only
/freebsd-10-stable/share/syscons/fonts/
Diso05-8x14.fnt73 M``````!\QL#`QGP``````````'Y:&!@8&```````````QL;&QL9^!GP`````
82 =````*!``QL;&QL9^!GP```````#&QL;^.#@`````
Dswiss-1251-8x16.fnt44 M`'S`<!P&!GP````````0,##\,#`P,#`<````````````QL;&QL;&?```````
70 M!@8&!@8&QL9\``!\QL#`8#@,!@;&?````````````'S`<!P&!GP``````&9F
Diso-thin-8x16.fnt38 M0D)"0GP````````````\0D!`0$(\`````````@("/D)"0D)"/@``````````
Diso05-8x8.fnt45 M8&!\9GP```!\!CX&?````,[;^]O.````/F8^-F8`BLWJN)N(BP`D`#QF?F`\
Diso15-thin-8x16.fnt38 M0D)"0GP````````````\0D!`0$(\`````````@("/D)"0D)"/@``````````
Diso08-8x16.fnt65 MLJJJ@GP```````#_````````````````````.&QL.```````````````````
Dkoi8-u-8x8.fnt41 M/````-M^/'[;````?&9\9GP```!@8'QF?````,;&]M[V````/&8,9CP```#;
Dkoi8-r-8x8.fnt41 M/````-M^/'[;````?&9\9GP```!@8'QF?````,;&]M[V````/&8,9CP```#;
Dcp866u-8x8.fnt45 M8&!\9GP```!\!CX&?````,[;^]O.````/F8^-F8`9@!^8'Q@?@`D`#QF?F`\
Dcp1251-8x14.fnt57 M`````````'R2JK*J@GP```````!F`#P8&!@8&!@8/``````````0*"@0````
Dcp1251-8x16.fnt65 M@GP``````````&8`/!@8&!@8&!@8/```````````$"@H$```````````````
/freebsd-10-stable/lib/libc/mips/gen/
D_setjmp.S194 * our caller's GP.
/freebsd-10-stable/sys/mips/mips/
Dexception.S295 SAVE_REG(gp, GP, sp) ;\
365 RESTORE_REG(gp, GP, sp) ;\
474 SAVE_U_PCB_REG(gp, GP, k1)
486 PTR_LA gp, _C_LABEL(_gp) # switch to kernel GP
564 RESTORE_U_PCB_REG(gp, GP, k1)
717 SAVE_U_PCB_REG(gp, GP, k1)
744 PTR_LA gp, _C_LABEL(_gp) # switch to kernel GP
832 RESTORE_U_PCB_REG(gp, GP, k1)
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.td138 def GP : Rc<11, "gp">, DwarfRegNum<[33]>; // is the Dwarf number correct?
165 (sequence "M%u", 0, 1), PC, GP)> {
/freebsd-10-stable/sys/mips/include/
Dregnum.h89 #define GP 28 macro
/freebsd-10-stable/sys/gnu/dts/arm/
Darmada-xp-gp.dts3 * (DB-MV784MP-GP)
64 model = "Marvell Armada XP Development Board DB-MV784MP-GP";
Darmada-388-gp.dts3 * (RD-88F6820-GP)
47 model = "Marvell Armada 385 GP";
/freebsd-10-stable/sys/boot/i386/btx/btx/
Dbtx.S337 push $0xd # Int 0xd: #GP
653 leal -0x18(%esi),%edi # Kernel stack GP regs
655 movl $MEM_ESPR-0x0c,%esi # Real mode stack GP regs
656 movl $8,%ecx # Copy GP regs from
/freebsd-10-stable/sys/boot/pc98/btx/btx/
Dbtx.S339 push $0xd # Int 0xd: #GP
679 leal -0x18(%esi),%edi # Kernel stack GP regs
681 movl $MEM_ESPR-0x0c,%esi # Real mode stack GP regs
682 movl $8,%ecx # Copy GP regs from
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsRegisterInfo.td116 def GP : MipsGPRReg< 28, "gp">, DwarfRegNum<[28]>;
150 def GP_64 : Mips64GPRReg< 28, "gp", [GP]>, DwarfRegNum<[28]>;
267 K0, K1, GP, SP, FP, RA)>;
DMipsRegisterInfo.cpp190 Reserved.set(Mips::GP); in getReservedRegs()

1234