/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | palmas-gpadc.txt | 6 2 GP 8 4 GP 9 5 GP
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Disasm.cpp | 147 Pointer GP = getPtrGlobal(GI); in dump() local 152 GP.isInitialized() in dump() 155 OS << (GP.isInitialized() ? "initialized " : "uninitialized "); in dump() 159 if (GP.isInitialized() && Desc->IsTemporary) { in dump() 185 if (GP.isInitialized() && Desc->isPrimitive() && !Desc->isDummy()) { in dump() 191 TYPE_SWITCH(Desc->getPrimType(), { GP.deref<T>().print(OS); }); in dump()
|
/freebsd/sys/contrib/device-tree/src/arm/amlogic/ |
H A D | meson8b-ec100.dts | 127 * Silergy SY6288CCAC-GP 2A Power Distribution Switch. 168 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz 188 * ABLIC S-1339D18-M5001-GP 201 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz 216 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz 234 * Global Mixed-mode Technology Inc. G918T12U-GP 251 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCRegisterInfo.td | 46 def GP : Core<26, "%gp",["%r26"]>, DwarfRegNum<[26]>; 64 (add (sequence "R%u", 0, 25), GP, FP, SP, ILINK, R30, BLINK, (sequence "R%u", 32, 63))> { 65 let AltOrders=[(add (sequence "R%u", 0, 25), GP, FP, SP, ILINK, R30, BLINK)];
|
H A D | ARCCallingConv.td | 40 def CSR_ARC : CalleeSavedRegs<(add (sequence "R%u", 13, 25), GP, FP)>;
|
H A D | ARCRegisterInfo.cpp | 146 Reserved.set(ARC::GP); in getReservedRegs()
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-395-gp.dts | 3 * Device Tree file for Marvell Armada 395 GP board 14 model = "Marvell Armada 395 GP Board";
|
H A D | armada-388-gp.dts | 4 * (RD-88F6820-GP) 16 model = "Marvell Armada 388 DB-88F6820-GP"; 177 * A388-GP board v1.5 and higher replace
|
H A D | armada-xp-gp.dts | 4 * (DB-MV784MP-GP) 27 model = "Marvell Armada XP Development Board DB-MV784MP-GP";
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Internalize.cpp | 68 ExternalNames, [&](GlobPattern &GP) { return GP.match(GV.getName()); }); in operator ()() argument
|
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
H A D | k3-ringacc.txt | 26 - ti,sci-rm-range-gp-rings : TI-SCI RM subtype for GP ring range 46 ti,sci-rm-range-gp-rings = <0x2>; /* GP ring range */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsRegisterInfo.cpp | 177 Reserved.set(Mips::GP); in getReservedRegs() 235 Reserved.set(Mips::GP); in getReservedRegs()
|
H A D | MipsRegisterInfo.td | 116 def GP : MipsGPRReg< 28, "gp">, DwarfRegNum<[28]>; 151 def GP_64 : Mips64GPRReg< 28, "gp", [GP]>, DwarfRegNum<[28]>; 296 K0, K1, GP, SP, FP, RA)>; 316 K0, K1, GP, SP, FP, RA)>; 494 def GP32 : RegisterClass<"Mips", [i32], 32, (add GP)>, Unallocatable;
|
H A D | MipsOptimizePICCall.cpp | 167 unsigned Reg = Ty == MVT::i32 ? Mips::GP : Mips::GP_64; in eraseGPOpnd()
|
H A D | MipsCallLowering.cpp | 538 Register(Mips::GP), in lowerCall() 540 MIB.addDef(Mips::GP, RegState::Implicit); in lowerCall()
|
H A D | MipsCallingConv.td | 393 RA, FP, GP, AT)>; 399 RA, FP, GP, AT, LO0, HI0)>;
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BalancedPartitioning.cpp | 241 Gains, [&](const auto &GP) { return GP.second->Bucket == LeftBucket; }); in runIteration() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsABIInfo.cpp | 87 return ArePtrs64bit() ? Mips::GP_64 : Mips::GP; in GetGlobalPtr()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am57xx-evm.dtso | 3 * DT overlay for AM57xx GP EVM boards
|
H A D | am437x-gp-evm.dts | 6 /* AM437x GP EVM */ 16 model = "TI AM437x GP EVM"; 117 simple-audio-card,name = "AM437x-GP-EVM";
|
/freebsd/stand/i386/btx/btx/ |
H A D | btx.S | 335 push $0xd # Int 0xd: #GP 651 leal -0x18(%esi),%edi # Kernel stack GP regs 653 movl $MEM_ESPR-0x0c,%esi # Real mode stack GP regs 654 movl $8,%ecx # Copy GP regs from
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelDAGToDAG.cpp | 92 Register GP = Subtarget->getInstrInfo()->getGlobalBaseReg(*MF); in INITIALIZE_PASS() local 93 ReplaceNode(N, CurDAG->getRegister(GP, N->getValueType(0)).getNode()); in INITIALIZE_PASS()
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am65-mcu.dtsi | 207 ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */ 234 ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */
|
H A D | k3-j7200-mcu-wakeup.dtsi | 346 ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */ 373 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | mpc8349emitxgp.dts | 3 * MPC8349E-mITX-GP Device Tree Source
|