Home
last modified time | relevance | path

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

12345678910>>...23

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/
Dextender.s14 memb(GP + #56) = r0
29 memh(GP + #56) = r0
44 memw(GP + #56) = r0
62 memb(GP + #56) = r0.new
81 memh(GP + #56) = r0.new
100 memw(GP + #56) = r0.new
116 memd(GP + #56) = r1:0
131 r0 = memb(GP + #56)
146 r0 = memub(GP + #56)
161 r0 = memh(GP + #56)
[all …]
Dtwo-extenders.s28 # -------------------------- Use GP and non GP notation
76 # -------------------------- Use GP and non GP notation
/external/u-boot/arch/arm/mach-rmobile/
Dpfc-r8a7790.h109 #define _GP_GPIO(pfx, sfx) PINMUX_GPIO(GPIO_GP##pfx, GP##pfx##_DATA)
110 #define _GP_DATA(pfx, sfx) PINMUX_DATA(GP##pfx##_DATA, GP##pfx##_FN, \
111 GP##pfx##_IN, GP##pfx##_OUT)
113 #define _GP_INOUTSEL(pfx, sfx) GP##pfx##_IN, GP##pfx##_OUT
114 #define _GP_INDT(pfx, sfx) GP##pfx##_DATA
116 #define GP_ALL(str) CPU_ALL_PORT(_PORT_ALL, GP, str)
/external/skia/tests/
DPrimitiveProcessorTest.cpp59 class GP : public GrGeometryProcessor { in onPrepareDraws() class
62 return arena->make<GP>(numAttribs); in onPrepareDraws()
71 const GP& gp = args.fGP.cast<GP>(); in onPrepareDraws()
93 GP(int numAttribs) : INHERITED(kGP_ClassID), fNumAttribs(numAttribs) { in onPrepareDraws() function in __anon01147eff0111::Op::onPrepareDraws::GP
119 GrGeometryProcessor* gp = GP::Make(target->allocator(), fNumAttribs); in onPrepareDraws()
/external/llvm/test/CodeGen/Mips/
Dlongbranch.ll39 ; CHECK: addu $[[GP:[0-9]+]], $[[R0]], $25
40 ; CHECK: lw $[[R1:[0-9]+]], %got(x)($[[GP]])
57 ; O32: addu $[[GP:[0-9]+]], $[[R0]], $25
72 ; O32: lw $[[R1:[0-9]+]], %got(x)($[[GP]])
104 ; N64: daddiu $[[GP:[0-9]+]], $[[R1]], %lo(%neg(%gp_rel(test1)))
105 ; N64: ld $[[R2:[0-9]+]], %got_disp(x)($[[GP]])
123 ; MICROMIPS: addu $[[GP:[0-9]+]], $[[R0]], $25
138 ; MICROMIPS: lw $[[R1:[0-9]+]], %got(x)($[[GP]])
152 ; NACL: addu $[[GP:[0-9]+]], $[[R0]], $25
168 ; NACL: lw $[[R1:[0-9]+]], %got(x)($[[GP]])
Dtls.ll48 ; STATICGP: addiu $[[GP:[0-9]+]], $[[R0]], %lo(__gnu_local_gp)
49 ; STATICGP: lw ${{[0-9]+}}, %gottprel(t2)($[[GP]])
53 ; STATIC: addiu $[[GP:[0-9]+]], $[[R0]], %lo(__gnu_local_gp)
55 ; STATIC: lw $[[R0:[0-9]+]], %gottprel(t2)($[[GP]])
Dglobal-pointer-reg.ll15 ; CHECK: addu $[[GP:[0-9]+]], $[[R1]], $25
16 ; CHECK: lw ${{[0-9]+}}, %call16(foo2)($[[GP]])
/external/skqp/tests/
DPrimitiveProcessorTest.cpp57 class GP : public GrGeometryProcessor { in onPrepareDraws() class
59 GP(int numAttribs) : INHERITED(kGP_ClassID), fNumAttribs(numAttribs) { in onPrepareDraws() function in __anon3daebef60111::Op::onPrepareDraws::GP
76 const GP& gp = args.fGP.cast<GP>(); in onPrepareDraws()
102 sk_sp<GrGeometryProcessor> gp(new GP(fNumAttribs)); in onPrepareDraws()
/external/skia/bench/
DVertexColorSpaceBench.cpp37 class GP : public GrGeometryProcessor { class
41 return arena->make<GP>(mode, std::move(colorSpaceXform)); in Make()
50 const GP& gp = args.fGP.cast<GP>(); in createGLSLInstance()
84 const GP& gp = primProc.cast<GP>(); in createGLSLInstance()
101 GP(Mode mode, sk_sp<GrColorSpaceXform> colorSpaceXform) in GP() function in __anon4d8852bc0111::GP
172 GrGeometryProcessor* gp = GP::Make(target->allocator(), fMode, fColorSpaceXform); in onPrepareDraws()
/external/skia/tools/gpu/
DTestOps.cpp24 class GP : public GrGeometryProcessor { class
26 GP(const SkMatrix& localMatrix, bool wideColor) in GP() function in __anon519672510111::GP
47 GrGLSLPrimitiveProcessor* GP::createGLSLInstance(const GrShaderCaps& caps) const { in createGLSLInstance()
52 const auto& gp = pp.cast<GP>(); in createGLSLInstance()
58 const auto& gp = args.fGP.cast<GP>(); in createGLSLInstance()
110 GP fGP;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dtls.ll93 ; STATICGP32: addiu $[[GP:[0-9]+]], $[[R0]], %lo(__gnu_local_gp)
94 ; STATICGP32: lw ${{[0-9]+}}, %gottprel(t2)($[[GP]])
98 ; STATICGP64: daddiu $[[GP:[0-9]+]], $[[R0]], %lo(%neg(%gp_rel(f2)))
99 ; STATICGP64: ld $1, %gottprel(t2)($[[GP]])
103 ; STATIC32: addiu $[[GP:[0-9]+]], $[[R0]], %lo(__gnu_local_gp)
105 ; STATIC32: lw $[[R0:[0-9]+]], %gottprel(t2)($[[GP]])
111 ; STATIC64: daddiu $[[GP:[0-9]+]], $[[R0]], %lo(%neg(%gp_rel(f2)))
113 ; STATIC64: ld $[[R0:[0-9]+]], %gottprel(t2)($[[GP]])
Dglobal-pointer-reg.ll15 ; CHECK: addu $[[GP:[0-9]+]], $[[R1]], $25
16 ; CHECK: lw ${{[0-9]+}}, %call16(foo2)($[[GP]])
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp225 emitLoadWithImmOffset(Mips::LW, Mips::GP, Mips::SP, Offset, Mips::GP, IDLoc, in emitGPRestore()
1018 TmpInst.addOperand(MCOperand::createReg(Mips::GP)); in emitDirectiveCpLoad()
1030 TmpInst.addOperand(MCOperand::createReg(Mips::GP)); in emitDirectiveCpLoad()
1031 TmpInst.addOperand(MCOperand::createReg(Mips::GP)); in emitDirectiveCpLoad()
1043 TmpInst.addOperand(MCOperand::createReg(Mips::GP)); in emitDirectiveCpLoad()
1044 TmpInst.addOperand(MCOperand::createReg(Mips::GP)); in emitDirectiveCpLoad()
1067 emitStoreWithImmOffset(Mips::SW, Mips::GP, Mips::SP, Offset, GetATReg, IDLoc, in emitDirectiveCpRestore()
1088 emitRRR(Mips::OR64, RegOrOffset, Mips::GP, Mips::ZERO, SMLoc(), &STI); in emitDirectiveCpsetup()
1091 emitRRI(Mips::SD, Mips::GP, Mips::SP, RegOrOffset, SMLoc(), &STI); in emitDirectiveCpsetup()
1104 emitRX(Mips::LUi, Mips::GP, MCOperand::createExpr(HiExpr), SMLoc(), &STI); in emitDirectiveCpsetup()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp257 emitLoadWithImmOffset(Mips::LW, Mips::GP, Mips::SP, Offset, Mips::GP, IDLoc, in emitGPRestore()
1132 TmpInst.addOperand(MCOperand::createReg(Mips::GP)); in emitDirectiveCpLoad()
1144 TmpInst.addOperand(MCOperand::createReg(Mips::GP)); in emitDirectiveCpLoad()
1145 TmpInst.addOperand(MCOperand::createReg(Mips::GP)); in emitDirectiveCpLoad()
1157 TmpInst.addOperand(MCOperand::createReg(Mips::GP)); in emitDirectiveCpLoad()
1158 TmpInst.addOperand(MCOperand::createReg(Mips::GP)); in emitDirectiveCpLoad()
1181 emitStoreWithImmOffset(Mips::SW, Mips::GP, Mips::SP, Offset, GetATReg, IDLoc, in emitDirectiveCpRestore()
1202 emitRRR(Mips::OR64, RegOrOffset, Mips::GP, Mips::ZERO, SMLoc(), &STI); in emitDirectiveCpsetup()
1205 emitRRI(Mips::SD, Mips::GP, Mips::SP, RegOrOffset, SMLoc(), &STI); in emitDirectiveCpsetup()
1218 emitRX(Mips::LUi, Mips::GP, MCOperand::createExpr(HiExpr), SMLoc(), &STI); in emitDirectiveCpsetup()
[all …]
/external/skqp/bench/
DVertexColorSpaceBench.cpp36 class GP : public GrGeometryProcessor { class
38 GP(Mode mode, sk_sp<GrColorSpaceXform> colorSpaceXform) in GP() function in __anon114eefd30111::GP
63 const GP& gp = args.fGP.cast<GP>(); in createGLSLInstance()
97 const GP& gp = primProc.cast<GP>(); in createGLSLInstance()
162 sk_sp<GrGeometryProcessor> gp(new GP(fMode, fColorSpaceXform)); in onPrepareDraws()
/external/google-breakpad/src/common/
Dscoped_ptr.h377 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;
/external/clang/test/CodeGen/
Dxcore-stringtype.c65 int* GP; variable
67 return I? EP : GP; in pointerType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2RegisterInfo.td34 def GP : Nios2GPRReg<26, "gp">, DwarfRegNum<[ 26 ]>;
60 ET, BT, GP, SP, FP, EA, BA, RA, PC)>;
/external/llvm/lib/Target/Hexagon/
DHexagonInstrAlias.td13 def : InstAlias<"memb({GP}+#$addr) = $Nt.new",
15 def : InstAlias<"memh({GP}+#$addr) = $Nt.new",
17 def : InstAlias<"memw({GP}+#$addr) = $Nt.new",
19 def : InstAlias<"memb({GP}+#$addr) = $Nt",
21 def : InstAlias<"memh({GP}+#$addr) = $Nt",
23 def : InstAlias<"memh({GP}+#$addr) = $Nt.h",
25 def : InstAlias<"memw({GP}+#$addr) = $Nt",
27 def : InstAlias<"memd({GP}+#$addr) = $Nt",
30 def : InstAlias<"$Nt = memb({GP}+#$addr)",
32 def : InstAlias<"$Nt = memub({GP}+#$addr)",
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Dother_country_data.txt8 GP;Guadeloupe;gdp-ppp;$3,513,000,000;www.countryreports.org
14 GP;Guadeloupe;population;452,776;www.countryreports.org
27 GP;Guadeloupe;literacy;90;original.britannica.com
54 GP;Guadeloupe;gdp-ppp;$452776;
/external/exoplayer/tree/testdata/src/test/assets/ts/
Dsample_latm.ts2 …�����������������������������������������������������������������������������GP��������������
/external/u-boot/arch/arm/mach-omap2/am33xx/
DKconfig59 GP and HS EVM development platforms. The AM335x
60 GP EVM is a standalone test, development, and
268 GP and HS EVM development platforms.The AM437x
269 GP EVM is a standalone test, development, and
/external/u-boot/board/freescale/mpc8349itx/
DREADME1 Freescale MPC8349E-mITX and MPC8349E-mITX-GP Boards
6 The MPC8349E-mITX and MPC8349E-mITX-GP are reference boards featuring
9 The MPC8349E-mITX-GP is an MPC8349E-mITX with the following differences:
79 On the ITX-GP, the only option is LOWBOOT and there is only one chip
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCRegisterInfo.td59 def GP : Core<26, "%gp",["%r26"]>, DwarfRegNum<[26]>;
74 R20, R21, R22, R23, R24, R25, GP, FP, SP, ILINK, R30, BLINK)>;
/external/llvm/test/tools/llvm-readobj/
Dmips-reginfo.test4 CHECK-NEXT: GP: 0x7FEF

12345678910>>...23