HomeSort by relevance Sort by last modified time
    Searched defs:GP (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
TianoTypes.h 45 UINT64 GP;
  /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/MdePkg/Include/Ipf/
ProcessorBind.h 280 UINT64 GP;
  /external/clang/test/CodeGen/
xcore-stringtype.c 63 // CHECK: !{{[0-9]+}} = !{i32** @GP, !"p(si)"}
65 int* GP;
67 return I? EP : GP;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 770 Relocator::DWord GP = pParent.getTarget().getGP();
772 uint32_t result = (uint32_t)(S + A - 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.
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
salproc.h 37 UINT64 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...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
arc-opc.c 250 *errmsg = _("Register must be GP.");
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mips.c 102 #define GP 28
245 int gp; member in struct:mips_set_options
277 Note that we must set the isa field to ISA_UNKNOWN and the ASE, gp and
285 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ FALSE,
296 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ FALSE,
360 /* Return true if ISA supports 64 bit wide gp registers. */
456 (mips_opts.gp == 64 && !ISA_HAS_64BIT_REGS (mips_opts.isa) \
458 : mips_opts.gp)
615 /* 1 if we should generate 32 bit offsets from the $gp register in
647 /* If we can determine in advance that GP optimization won't b
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 898 milliseconds