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

1 2

  /art/runtime/arch/mips/
registers_mips.h 58 GP = 28, // Global pointer.
  /bionic/libc/arch-mips/include/machine/
regnum.h 64 #define GP 28
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 64 #define GP 28
  /external/chromium/base/memory/
scoped_ptr.h 353 template <class C2, class GP>
354 bool operator==(scoped_ptr_malloc<C2, GP> const& p) const;
355 template <class C2, class GP>
356 bool operator!=(scoped_ptr_malloc<C2, GP> const& p) const;
  /external/chromium/googleurl/base/
scoped_ptr.h 296 template <typename U, typename GP>
297 bool operator==(scoped_ptr_malloc<U, GP> const& p) const;
298 template <typename U, typename GP>
299 bool operator!=(scoped_ptr_malloc<U, GP> const& p) const;
  /external/chromium_org/third_party/cld/base/
scoped_ptr.h 398 template <class C2, class GP>
399 bool operator==(scoped_ptr_malloc<C2, GP> const& p) const;
400 template <class C2, class GP>
401 bool operator!=(scoped_ptr_malloc<C2, GP> const& p) const;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 64 #define GP 28
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 64 #define GP 28
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 64 #define GP 28
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regnum.h 64 #define GP 28
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 64 #define GP 28
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 508 // _gp_disp : ((AHL + GP - P) - (short)(AHL + GP - P)) >> 16
522 int32_t GP = helper_GetGP(pParent);
523 res = ((AHL + GP - P) - (int16_t)(AHL + GP - P)) >> 16;
538 // _gp_disp : AHL + GP - P + 4
546 int32_t GP = helper_GetGP(pParent);
548 res = AHL + GP - P + 4;
644 // R_MIPS_GPREL32: A + S + GP0 - GP
651 int32_t GP = helper_GetGP(pParent)
    [all...]
  /external/chromium_org/base/memory/
scoped_ptr.h 680 template <class C2, class GP>
681 bool operator==(scoped_ptr_malloc<C2, GP> const& p) const;
682 template <class C2, class GP>
683 bool operator!=(scoped_ptr_malloc<C2, GP> const& p) const;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 140 idesc64 isrL, 0x0008, 0 ; 0x0D, 13, #GP, General Protection Fault
179 dw isrR, 0 ; 0x0D, 13, #GP, General Protection Fault
xdfprotect.asm 114 idesc32 isrP, 0x0008, 0 ; 0x0D, 13, #GP, General Protection Fault
152 dw isrR, 0 ; 0x0D, 13, #GP, General Protection Fault
  /bionic/libc/arch-mips/bionic/
_setjmp.S 79 REG_S v0, SC_REGS+GP*REGSZ(a0)
141 REG_L gp, SC_REGS+GP*REGSZ(a0)
setjmp.S 93 REG_S v0, SC_REGS+GP*REGSZ(a0)
170 REG_L gp, SC_REGS+GP*REGSZ(a0)
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 602 // R_HEX_GPREL16_0 : Word32_GP : 0x061f2ff (S + A - GP) : Unsigned Verify
609 HexagonRelocator::DWord GP = ld_backend.getGP();
611 int64_t result = (int64_t) (S + A - GP);
621 // R_HEX_GPREL16_1 : Word32_GP : 0x061f2ff (S + A - GP)>>1 : Unsigned Verify
628 HexagonRelocator::DWord GP = ld_backend.getGP();
630 int64_t result = (int64_t) ((S + A - GP) >> 1);
640 // R_HEX_GPREL16_2 : Word32_GP : 0x061f2ff (S + A - GP)>>2 : Unsigned Verify
647 HexagonRelocator::DWord GP = ld_backend.getGP();
649 int64_t result = (int64_t) ((S + A - GP) >> 2);
659 // R_HEX_GPREL16_3 : Word32_GP : 0x061f2ff (S + A - GP)>>3 : Unsigned Verif
    [all...]
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 166 // Reserve GP if small section is used.
168 Reserved.set(Mips::GP);
MipsISelLowering.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_type.js 34 {type: 'video', name: 'VIDEO_FILE_TYPE', subtype: '3GP',
35 pattern: /\.3gp$/i},
  /art/runtime/
runtime.cc     [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
mockdata.js     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
video.rtpdump     [all...]

Completed in 1087 milliseconds

1 2