Searched refs:INT3 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AvoidTrailingCall.cpp | 129 BuildMI(MBB, MBBI, DL, 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)>; 74 (INT3)>, Requires<[NotPS4]>;
|
| H A D | X86ScheduleAtom.td | 857 def : InstRW<[AtomWrite01_130], (instrs INT3)>;
|
| /freebsd-13.1/sys/cddl/dev/dtrace/x86/ |
| H A D | dis_tables.c | 157 INT3, /* The int 3 instruction, which has a fake operand */ enumerator 2236 /* [C,C] */ TNS("int",INT3), TNS("int",INTx), TNSx("into",NORM), TNS("iret",NORM), 4647 case INT3: in dtrace_disx86()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 3761 TmpInst.setOpcode(X86::INT3); in processInstruction()
|