HomeSort by relevance Sort by last modified time
    Searched refs:GP (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
TianoTypes.h 45 UINT64 GP;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiSalLib/
UefiSalLib.c 130 mPlabel.GP = SalStEntryDes->SalGlobalDataPointer;
134 ASSERT ((mPlabel.EntryPoint != 0) && (mPlabel.GP != 0));
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsEmitGPRestore.cpp 1 //===-- MipsEmitGPRestore.cpp - Emit GP restore instruction----------------===//
10 // This pass emits instructions that restore $gp right
15 #define DEBUG_TYPE "emit-gp-restore"
38 return "Mips Emit GP Restore";
58 // If MBB is a landing pad, insert instruction that restores $gp after
67 BuildMI(MBB, I, dl, TII->get(Mips::LW), Mips::GP).addFrameIndex(FI)
79 // emit lw $gp, ($gp save slot on stack) after jalr
80 BuildMI(MBB, ++I, dl, TII->get(Mips::LW), Mips::GP).addFrameIndex(FI)
90 /// restores $gp clobbered by jalr instructions
    [all...]
MipsRegisterInfo.cpp 124 case Mips::GP: case Mips::GP_64: case Mips::F28: case Mips::D28_64:
194 Mips::GP, Mips::SP, Mips::FP, Mips::RA, 0
295 // stack space or a $gp restore location,
  /external/skia/tests/
PrimitiveProcessorTest.cpp 55 class GP : public GrGeometryProcessor {
57 GP(int numAttribs)
67 const char* name() const override { return "Dummy GP"; }
73 const GP& gp = args.fGP.cast<GP>(); variable
74 args.fVaryingHandler->emitAttributes(gp);
75 this->writeOutputPosition(args.fVertBuilder, gpArgs, gp.getAttrib(0).fName);
96 sk_sp<GrGeometryProcessor> gp(new GP(fNumAttribs))
    [all...]
  /external/skqp/tests/
PrimitiveProcessorTest.cpp 55 class GP : public GrGeometryProcessor {
57 GP(int numAttribs)
67 const char* name() const override { return "Dummy GP"; }
73 const GP& gp = args.fGP.cast<GP>(); variable
74 args.fVaryingHandler->emitAttributes(gp);
75 this->writeOutputPosition(args.fVertBuilder, gpArgs, gp.getAttrib(0).fName);
96 sk_sp<GrGeometryProcessor> gp(new GP(fNumAttribs))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/Ipf/
EsalServiceLib.c 59 mPlabel.GP = Plabel->GP;
60 SetEsalPhysicalEntryPoint (mPlabel.EntryPoint, mPlabel.GP);
212 // Both the function ponter and the GP value are zero, so attempt to initialize the ESAL Entry Point
  /external/clang/test/CodeGen/
xcore-stringtype.c 63 // CHECK: !{{[0-9]+}} = !{i32** @GP, !"p(si)"}
65 int* GP;
67 return I? EP : GP;
  /toolchain/binutils/binutils-2.27/opcodes/
mips16-opc.c 52 case '0': MAPPED_REG (0, 0, GP, reg_0_map);
57 case 'R': MAPPED_REG (0, 0, GP, reg_31_map);
58 case 'S': MAPPED_REG (0, 0, GP, reg_29_map);
59 case 'X': REG (5, 0, GP);
60 case 'Y': MAPPED_REG (5, 3, GP, reg32r_map);
61 case 'Z': MAPPED_REG (3, 0, GP, reg_m16_map);
68 case 'v': OPTIONAL_MAPPED_REG (3, 8, GP, reg_m16_map);
69 case 'w': OPTIONAL_MAPPED_REG (3, 5, GP, reg_m16_map);
70 case 'x': MAPPED_REG (3, 8, GP, reg_m16_map);
71 case 'y': MAPPED_REG (3, 5, GP, reg_m16_map)
    [all...]
micromips-opc.c 54 case 'a': MAPPED_REG (0, 0, GP, reg_28_map);
55 case 'b': MAPPED_REG (3, 23, GP, reg_m16_map);
56 case 'c': OPTIONAL_MAPPED_REG (3, 4, GP, reg_m16_map);
57 case 'd': MAPPED_REG (3, 7, GP, reg_m16_map);
58 case 'e': OPTIONAL_MAPPED_REG (3, 1, GP, reg_m16_map);
59 case 'f': MAPPED_REG (3, 3, GP, reg_m16_map);
60 case 'g': MAPPED_REG (3, 0, GP, reg_m16_map);
61 case 'h': REG_PAIR (3, 7, GP, reg_h_map);
62 case 'j': REG (5, 0, GP);
63 case 'l': MAPPED_REG (3, 4, GP, reg_m16_map)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ipf/
ProcessorBind.h 280 UINT64 GP;
  /external/google-breakpad/src/common/
scoped_ptr.h 377 template <class C2, class GP>
378 bool operator==(scoped_ptr_malloc<C2, GP> const& p) const;
379 template <class C2, class GP>
380 bool operator!=(scoped_ptr_malloc<C2, GP> const& p) const;
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimeExtendedSalLib/
ExtendedSalLib.c 34 @param Gp Virtual GP of ESAL entrypoint
43 IN UINT64 Gp
53 @param Gp Physical GP of ESAL entrypoint
62 IN UINT64 Gp
112 mPlabel.GP += mPlabel.EntryPoint - PhysicalEntryPoint;
114 SetEsalVirtualEntryPoint (mPlabel.EntryPoint, mPlabel.GP);
149 mPlabel.GP = Plabel->GP;
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 222 /// Emit the $gp restore operation for .cprestore.
225 emitLoadWithImmOffset(Mips::LW, Mips::GP, Mips::SP, Offset, Mips::GP, IDLoc,
    [all...]
MipsABIInfo.cpp 79 return ArePtrs64bit() ? Mips::GP_64 : Mips::GP;
  /art/runtime/arch/mips/
registers_mips.h 59 GP = 28, // Global pointer.
  /art/runtime/arch/mips64/
registers_mips64.h 59 GP = 28, // Global pointer.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ipf/
SalDriverLib.h 82 IN UINT64 GP
93 GP - Global pointer
105 IN UINT64 GP
116 GP - Global pointer
170 IN UINT64 GP
181 GP - Global pointer
193 IN UINT64 GP
204 GP - Global pointer
271 a2 - GP
498 Gp1 - GP for OS MCA entry
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeExtendedSalLib/
ExtendedSalLib.c 31 @param Gp Physical GP of ESAL entrypoint
40 IN UINT64 Gp
101 mPlabel.GP = Plabel->GP;
105 SetEsalPhysicalEntryPoint (mPlabel.EntryPoint, mPlabel.GP);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
salpal.c 89 SalProcPlabel.GP = SalSystemTable->Entry0.GlobalDataPointer;
96 // this way will cause use to retore our gp after the PAL returns.
99 PalProcPlabel.GP = SalSystemTable->Entry0.GlobalDataPointer;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/
RuntimeLib.c 40 IN UINT64 Gp
46 IN UINT64 Gp
102 mRT->ConvertPointer (EFI_INTERNAL_POINTER | EFI_IPF_GP_POINTER, (VOID **) &mPlabel.GP);
104 SetEsalVirtualEntryPoint (mPlabel.EntryPoint, mPlabel.GP);
173 mPlabel.GP = Plabel->GP;
175 SetEsalPhysicalEntryPoint (mPlabel.EntryPoint, mPlabel.GP);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 97 case Mips::GP: case Mips::GP_64: case Mips::F28: case Mips::D28_64:
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 180 // For mno-abicalls, GP is a program invariant!
182 Reserved.set(Mips::GP);
247 // Reserve GP if small section is used.
249 Reserved.set(Mips::GP);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 896 // _gp_disp : ((AHL + GP - P) - (short)(AHL + GP - P)) >> 16
903 int32_t GP = pParent.getGPAddress();
904 pReloc.result() = ((AHL + GP - P) - (int16_t)(AHL + GP - P)) >> 16;
918 // _gp_disp : AHL + GP - P + 4
928 int32_t GP = pParent.getGPAddress();
929 pReloc.result() = AHL + GP - P + 4;
941 // external: sign?extend(A) + S - GP
942 // local : sign?extend(A) + S + GP0 ? GP
    [all...]
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 46 Mips64ManagedRegister::FromGpuRegister(GP),
139 } else { // GP regs.

Completed in 785 milliseconds

1 2 3 4