Home
last modified time | relevance | path

Searched refs:ptwrite (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_insn_decoder.c924 ev->variant.ptwrite.ip = decoder->ip; in pt_insn_check_insn_event()
934 if (decoder->ip != ev->variant.ptwrite.ip) in pt_insn_check_insn_event()
H A Dpt_query_decoder.c1622 return pt_qry_event_ip(&ev->variant.ptwrite.ip, ev, decoder); in pt_qry_event_fup()
3654 event->variant.ptwrite.size = (uint8_t) pls; in pt_qry_decode_ptw()
3655 event->variant.ptwrite.payload = packet.payload; in pt_qry_decode_ptw()
H A Dpt_block_decoder.c1290 ev->variant.ptwrite.ip = insn->ip; in pt_blk_proceed_to_ptwrite()
1294 ev->variant.ptwrite.ip); in pt_blk_proceed_to_ptwrite()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td814 "ptwrite{l}\t$dst", [(int_x86_ptwrite32 (loadi32 addr:$dst))]>, TB, XS,
817 "ptwrite{q}\t$dst", [(int_x86_ptwrite64 (loadi64 addr:$dst))]>, TB, XS,
821 "ptwrite{l}\t$dst", [(int_x86_ptwrite32 GR32:$dst)]>, TB, XS,
824 "ptwrite{q}\t$dst", [(int_x86_ptwrite64 GR64:$dst)]>, TB, XS,
H A DX86.td252 def FeaturePTWRITE : SubtargetFeature<"ptwrite", "HasPTWRITE", "true",
253 "Support ptwrite instruction">;
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def215 X86_FEATURE_COMPAT(PTWRITE, "ptwrite", 0)
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h1432 } ptwrite; member
H A Dintel-pt.h.in1416 /** Event: ptwrite. */
1418 /** The address of the ptwrite instruction.
1430 /** The ptwrite payload. */
1432 } ptwrite; member
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsX86_64.td353 let Features = "ptwrite", Attributes = [NoThrow] in {
H A DBuiltinsX86.td4453 let Features = "ptwrite", Attributes = [NoThrow] in {
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6728 def mno_ptwrite : Flag<["-"], "mno-ptwrite">, Group<m_x86_Features_Group>;