Home
last modified time | relevance | path

Searched refs:nextAddr (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DNvDynamic.c297 NV_REF nextAddr; in NvAdd() local
305 nextAddr = newAddr + sizeof(UINT32); in NvAdd()
311 NvWrite((UINT32)nextAddr, sizeof(TPM_HANDLE), &handle); in NvAdd()
312 nextAddr += sizeof(TPM_HANDLE); in NvAdd()
315 NvWrite((UINT32)nextAddr, bufferSize, entity); in NvAdd()
318 nextAddr += totalSize; in NvAdd()
323 totalSize = nextAddr - newAddr; in NvAdd()
329 NvWriteNvListEnd(nextAddr); in NvAdd()
345 NV_REF nextAddr; // address of the next entry in NvDelete() local
355 nextAddr = entryRef + entrySize; in NvDelete()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp248 SDValue nextAddr = Addr->getOperand(2); in tryBRIND() local
273 if (nextAddr->getOpcode() == XCoreISD::PCRelativeWrapper && in tryBRIND()
274 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND()
276 nextAddr->getOperand(0), Glue); in tryBRIND()
279 CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue); in tryBRIND()
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp249 SDValue nextAddr = Addr->getOperand(2); in tryBRIND() local
274 if (nextAddr->getOpcode() == XCoreISD::PCRelativeWrapper && in tryBRIND()
275 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND()
277 nextAddr->getOperand(0), Glue); in tryBRIND()
280 CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue); in tryBRIND()
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp248 SDValue nextAddr = Addr->getOperand(2); in tryBRIND() local
273 if (nextAddr->getOpcode() == XCoreISD::PCRelativeWrapper && in tryBRIND()
274 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND()
276 nextAddr->getOperand(0), Glue); in tryBRIND()
279 CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue); in tryBRIND()
/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_decode_ptm.cpp542 ocsd_vaddr_t nextAddr = m_instr_info.instr_addr; in processAtomRange() local
552 m_return_stack.push(nextAddr,m_instr_info.isa); in processAtomRange()
582 m_return_stack.push(nextAddr, m_instr_info.isa); in processAtomRange()
/external/OpenCSD/decoder/source/etmv4/
Dtrc_pkt_decode_etmv4i.cpp1277 ocsd_vaddr_t nextAddr = m_instr_info.instr_addr; in processAtom() local
1287 m_return_stack.push(nextAddr, m_instr_info.isa); in processAtom()
1297 m_return_stack.push(nextAddr,m_instr_info.isa); in processAtom()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp1356 uint64_t nextAddr = _atomToAddress[info.atom]; in addFunctionStarts() local
1358 nextAddr |= 1; in addFunctionStarts()
1359 uint64_t delta = nextAddr - addr; in addFunctionStarts()
1366 addr = nextAddr; in addFunctionStarts()