Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsX86_64.def140 TARGET_BUILTIN(__builtin_ia32_ptwrite64, "vUOi", "n", "ptwrite")
H A DBuiltinsX86.def2054 TARGET_BUILTIN(__builtin_ia32_ptwrite32, "vUi", "n", "ptwrite")
/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.td775 "ptwrite{l}\t$dst", [(int_x86_ptwrite32 (loadi32 addr:$dst))]>, TB, XS,
778 "ptwrite{q}\t$dst", [(int_x86_ptwrite64 (loadi64 addr:$dst))]>, TB, XS,
782 "ptwrite{l}\t$dst", [(int_x86_ptwrite32 GR32:$dst)]>, TB, XS,
785 "ptwrite{q}\t$dst", [(int_x86_ptwrite64 GR64:$dst)]>, TB, XS,
H A DX86.td272 def FeaturePTWRITE : SubtargetFeature<"ptwrite", "HasPTWRITE", "true",
273 "Support ptwrite instruction">;
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def210 X86_FEATURE (PTWRITE, "ptwrite")
/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/Driver/
H A DOptions.td6024 def mno_ptwrite : Flag<["-"], "mno-ptwrite">, Group<m_x86_Features_Group>;