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

1 2

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/ComPhyLib/
ComPhyCp110.c 115 RegSet (ComPhyAddr + COMMON_PHY_CFG1_REG, Data, Mask);
122 RegSet (ComPhyAddr + COMMON_PHY_CFG1_REG, Data, Mask);
153 RegSet (HpipeAddr + HPIPE_RST_CLK_CTRL_REG, Data, Mask);
156 RegSet (HpipeAddr + HPIPE_CLK_SRC_LO_REG,
161 RegSet (HpipeAddr + HPIPE_CLK_SRC_HI_REG,
165 RegSet (HpipeAddr + HPIPE_LANE_EQ_CFG1_REG,
169 RegSet (HpipeAddr + HPIPE_DFE_CTRL_28_REG,
193 RegSet (HpipeAddr + HPIPE_MISC_REG, Data, Mask);
208 RegSet (HpipeAddr + HPIPE_PWR_PLL_REG, Data, Mask);
215 RegSet (HpipeAddr + HPIPE_GLOBAL_PM_CTRL,
    [all...]
ComPhyMux.c 108 RegSet (SelectorBase, Value, Mask);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/UtmiPhyLib/
UtmiPhyLib.c 62 RegSet (
91 RegSet (UtmiCfgAddr, 0x0 << UTMI_PHY_CFG_PU_OFFSET, UTMI_PHY_CFG_PU_MASK);
114 RegSet (UtmiBaseAddr + UTMI_CTRL_STATUS0_REG, Data, Mask);
143 RegSet (UtmiBaseAddr + UTMI_PLL_CTRL_REG, Data, Mask);
146 RegSet (UtmiBaseAddr + UTMI_CALIB_CTRL_REG,
156 RegSet (UtmiBaseAddr + UTMI_TX_CH_CTRL_REG, Data, Mask);
164 RegSet (UtmiBaseAddr + UTMI_RX_CH_CTRL0_REG, Data, Mask);
172 RegSet (UtmiBaseAddr + UTMI_RX_CH_CTRL1_REG, Data, Mask);
180 RegSet (UtmiBaseAddr + UTMI_CHGDTC_CTRL_REG, Data, Mask);
200 RegSet (UtmiCfgAddr, 0x1 << UTMI_PHY_CFG_PU_OFFSET, UTMI_PHY_CFG_PU_MASK);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RegAllocPBQP.h 116 typedef std::set<unsigned> RegSet;
130 const RegSet &vregs);
151 const RegSet &vregs);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCRegisterInfo.h 36 const unsigned char *const RegSet;
44 Allocatable(Allocable), RegsBegin(RB), RegsEnd(RE), RegSet(Bits),
81 return (RegSet[Byte] & (1 << InByte)) != 0;
  /external/capstone/
MCRegisterInfo.h 35 uint8_t *RegSet;
MCRegisterInfo.c 142 return (c->RegSet[Byte] & (1 << InByte)) != 0;
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsDelaySlotFiller.cpp 74 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet,
245 //returns true if the Reg or its alias is in the RegSet.
246 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) {
247 if (RegSet.count(Reg))
252 if (RegSet.count(*Alias))
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DelaySlotFiller.cpp 71 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet,
279 //returns true if the Reg or its alias is in the RegSet.
280 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg)
282 if (RegSet.count(Reg))
287 if (RegSet.count(*Alias))
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
RegisterPressure.h 276 using RegSet = SparseSet<IndexMaskPair>;
277 RegSet Regs;
299 RegSet::const_iterator I = Regs.find(SparseIndex);
322 RegSet::iterator I = Regs.find(SparseIndex);
  /external/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 70 bool isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg);
256 // Returns true if the Reg or its alias is in the RegSet.
257 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) {
260 if (RegSet.count(*AI))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 70 bool isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg);
255 // Returns true if the Reg or its alias is in the RegSet.
256 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) {
259 if (RegSet.count(*AI))
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocPBQP.cpp 120 typedef std::set<unsigned> RegSet;
139 RegSet vregsToAlloc, emptyIntervalVRegs;
195 const RegSet &vregs) {
204 RegSet pregs;
218 for (RegSet::const_iterator vregItr = vregs.begin(), vregEnd = vregs.end();
236 for (RegSet::const_iterator pregItr = pregs.begin(),
285 for (RegSet::const_iterator vr1Itr = vregs.begin(), vrEnd = vregs.end();
291 for (RegSet::const_iterator vr2Itr = llvm::next(vr1Itr);
341 const RegSet &vregs) {
578 for (RegSet::const_iterato
    [all...]
MachineVerifier.cpp 72 typedef DenseSet<unsigned> RegSet;
78 RegSet regsLive;
80 RegSet regsLiveInButUnused;
102 RegSet regsKilled;
106 RegSet regsLiveOut;
110 RegSet vregsPassed;
114 RegSet vregsRequired;
129 bool addPassed(const RegSet &RS) {
131 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I)
148 bool addRequired(const RegSet &RS)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
Thunk16.S 138 # @param RegSet The pointer to a IA32_DWORD_REGS structure
151 movl 36(%esp), %esi # esi <- RegSet
161 movsl # copy RegSet
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 257 typedef SparseSet<IndexMaskPair> RegSet;
258 RegSet Regs;
279 RegSet::const_iterator I = Regs.find(SparseIndex);
302 RegSet::iterator I = Regs.find(SparseIndex);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
Thunk16.S 155 # @param RegSet The pointer to a IA32_DWORD_REGS structure
168 movl 36(%esp), %esi # esi <- RegSet
178 movsl # copy RegSet
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 78 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet,
345 // returns true if the Reg or its alias is in the RegSet.
346 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg)
351 if (RegSet.count(*AI))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 76 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet,
343 // returns true if the Reg or its alias is in the RegSet.
344 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg)
349 if (RegSet.count(*AI))
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 36 const uint8_t *const RegSet;
72 return (RegSet[Byte] & (1 << InByte)) != 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCRegisterInfo.h 39 const uint8_t *const RegSet;
75 return (RegSet[Byte] & (1 << InByte)) != 0;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscOemType0x94Function.c 547 EFI_IA32_REGISTER_SET RegSet;
587 RegSet.X.AX = 0x5f01;
588 Status = LegacyBios->Int86 (LegacyBios, 0x10, &RegSet);
595 EDX = (UINT16)((RegSet.E.EBX >> 16) & 0xffff);
597 IgdVBIOSRevL = (UINT8)(((RegSet.X.BX & 0x0F00) >> 4) | (RegSet.X.BX & 0x000F));
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 75 typedef DenseSet<unsigned> RegSet;
83 RegSet regsLive;
86 RegSet regsLiveInButUnused;
108 RegSet regsKilled;
112 RegSet regsLiveOut;
116 RegSet vregsPassed;
120 RegSet vregsRequired;
138 bool addPassed(const RegSet &RS) {
140 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I)
157 bool addRequired(const RegSet &RS)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineVerifier.cpp 107 using RegSet = DenseSet<unsigned>;
115 RegSet regsLive;
139 RegSet regsKilled;
143 RegSet regsLiveOut;
147 RegSet vregsPassed;
151 RegSet vregsRequired;
169 bool addPassed(const RegSet &RS) {
171 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I)
188 bool addRequired(const RegSet &RS) {
190 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c     [all...]

Completed in 483 milliseconds

1 2