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

/freebsd-13-stable/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp363 m_output_elem.setCycleCount(m_curr_packet_in->getCCVal());
414 m_output_elem.setCycleCount(m_curr_packet_in->getCCVal());
590 m_output_elem.setCycleCount(m_curr_packet_in->getCCVal());
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h118 const uint32_t getCCVal() const { return cycle_count; }; function in class:PtmTrcPacket
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp375 unsigned getCCVal() const { function in class:__anon4344::VEOperand
437 OS << "CCOp: " << getCCVal() << "\n";
550 Inst.addOperand(MCOperand::createImm(getCCVal()));

Completed in 96 milliseconds