Searched refs:INT3 (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidTrailingCall.cpp | 130 BuildMI(MBB, MBBI, DL, TII.get(X86::INT3)); in runOnMachineFunction()
|
H A D | X86WinFixupBufferSecurityCheck.cpp | 231 BuildMI(*FailMBB, FailMBB->end(), DebugLoc(), TII->get(X86::INT3)); in runOnMachineFunction()
|
H A D | X86InstrSystem.td | 50 def INT3 : I<0xcc, RawFrm, (outs), (ins), "int3", [(int_x86_int (i8 3))]>; 55 //def : InstAlias<"int\t$3", (INT3)>; 82 (INT3)>, Requires<[NotPS]>;
|
H A D | X86AsmPrinter.cpp | 448 TmpInst.setOpcode(X86::INT3); in emitBasicBlockEnd()
|
H A D | X86ScheduleAtom.td | 892 def : InstRW<[AtomWrite01_130], (instrs INT3)>;
|
/freebsd/sys/cddl/dev/dtrace/x86/ |
H A D | dis_tables.c | 158 INT3, /* The int 3 instruction, which has a fake operand */ enumerator 2801 /* [C,C] */ TNS("int",INT3), TNS("int",INTx), TNSx("into",NORM), TNS("iret",NORM), 5645 case INT3: in dtrace_disx86()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 3808 Inst.setOpcode(X86::INT3); in processInstruction()
|