Home
last modified time | relevance | path

Searched refs:getCCVal (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp363 m_output_elem.setCycleCount(m_curr_packet_in->getCCVal()); in processIsync()
414 m_output_elem.setCycleCount(m_curr_packet_in->getCCVal()); in processBranch()
590 m_output_elem.setCycleCount(m_curr_packet_in->getCCVal()); in processAtomRange()
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h118 const uint32_t getCCVal() const { return cycle_count; }; in getCCVal() function
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp392 unsigned getCCVal() const { in getCCVal() function in __anon944a62760211::VEOperand
454 OS << "CCOp: " << getCCVal() << "\n"; in print()
571 Inst.addOperand(MCOperand::createImm(getCCVal())); in addCCOpOperands()