Searched refs:INT3 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrSystem.td | 37 def INT3 : I<0xcc, RawFrm, (outs), (ins), "int3", [(int_x86_int (i8 3))]>; 42 //def : InstAlias<"int\t$3", (INT3)>; 63 (INT3)>, Requires<[NotPS4]>;
|
| H A D | X86ScheduleAtom.td | 853 def : InstRW<[AtomWrite01_130], (instrs INT3)>;
|
| /freebsd-12.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()
|