| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrControl.td | 163 OpSize16, Sched<[WriteJump]>, NOTRACK; 168 NOTRACK; 172 OpSize32, Sched<[WriteJump]>, NOTRACK; 176 NOTRACK; 180 Sched<[WriteJump]>, NOTRACK; 183 Requires<[In64BitMode]>, Sched<[WriteJumpLd]>, NOTRACK; 255 OpSize16, Requires<[Not64BitMode]>, Sched<[WriteJump]>, NOTRACK; 259 Sched<[WriteJumpLd]>, NOTRACK; 262 OpSize32, Requires<[Not64BitMode]>, Sched<[WriteJump]>, NOTRACK; 266 Sched<[WriteJumpLd]>, NOTRACK; [all …]
|
| H A D | X86InstrFormats.td | 237 class NOTRACK { bit hasNoTrackPrefix = 1; }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstPrinterCommon.cpp | 342 if ((TSFlags & X86II::NOTRACK) || (Flags & X86::IP_HAS_NOTRACK)) in printInstFlags()
|
| H A D | X86BaseInfo.h | 957 NOTRACK = 1ULL << NoTrackShift, enumerator
|
| H A D | X86MCCodeEmitter.cpp | 1350 if (TSFlags & X86II::NOTRACK || MI.getFlags() & X86::IP_HAS_NOTRACK) in emitOpcodePrefix()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | ChangeLog-2017 | 1136 * i386-dis.c (reg_table): Swap indirEv with NOTRACK on "call{&|}" 1138 (NOTRACK_Fixup): Support memory indirect branch with NOTRACK 1260 (NOTRACK): Likewise. 1263 (reg_table): Use NOTRACK on indirect call and jmp.
|
| H A D | i386-dis.c | 544 #define NOTRACK { NOTRACK_Fixup, 0 } macro 2667 { "call{@|}", { NOTRACK, indirEv, BND }, 0 }, 2669 { "jmp{@|}", { NOTRACK, indirEv, BND }, 0 },
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | ChangeLog-2017 | 1136 * i386-dis.c (reg_table): Swap indirEv with NOTRACK on "call{&|}" 1138 (NOTRACK_Fixup): Support memory indirect branch with NOTRACK 1260 (NOTRACK): Likewise. 1263 (reg_table): Use NOTRACK on indirect call and jmp.
|
| H A D | i386-dis.c | 633 #define NOTRACK { NOTRACK_Fixup, 0 } macro 2744 { "call{@|}", { NOTRACK, indirEv, BND }, 0 }, 2746 { "jmp{@|}", { NOTRACK, indirEv, BND }, 0 },
|
| /netbsd-src/external/gpl3/gdb/dist/opcodes/ |
| H A D | ChangeLog-2017 | 1136 * i386-dis.c (reg_table): Swap indirEv with NOTRACK on "call{&|}" 1138 (NOTRACK_Fixup): Support memory indirect branch with NOTRACK 1260 (NOTRACK): Likewise. 1263 (reg_table): Use NOTRACK on indirect call and jmp.
|
| /netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
| H A D | ChangeLog-2017 | 1136 * i386-dis.c (reg_table): Swap indirEv with NOTRACK on "call{&|}" 1138 (NOTRACK_Fixup): Support memory indirect branch with NOTRACK 1260 (NOTRACK): Likewise. 1263 (reg_table): Use NOTRACK on indirect call and jmp.
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-2017 | 1415 (parse_insn): Remove restriction on NOTRACK prefix position. 1416 * testsuite/gas/i386/notrack.s: Add tests with NOTRACK prefix 1419 * testsuite/gas/i386/notrackbad.s: Remove tests with NOTRACK 2295 * config/tc-i386.c (md_assemble): Update NOTRACK prefix check. 2302 * testsuite/gas/i386/notrack.s: Add NOTRACK prefix tests with 2306 with NOTRACK prefix. 2458 (md_assemble): Check if NOTRACK prefix is supported. 2460 other prefixes after NOTRACK prefix. 2461 * testsuite/gas/i386/i386.exp: Run tests for NOTRACK prefix.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-2017 | 1415 (parse_insn): Remove restriction on NOTRACK prefix position. 1416 * testsuite/gas/i386/notrack.s: Add tests with NOTRACK prefix 1419 * testsuite/gas/i386/notrackbad.s: Remove tests with NOTRACK 2295 * config/tc-i386.c (md_assemble): Update NOTRACK prefix check. 2302 * testsuite/gas/i386/notrack.s: Add NOTRACK prefix tests with 2306 with NOTRACK prefix. 2458 (md_assemble): Check if NOTRACK prefix is supported. 2460 other prefixes after NOTRACK prefix. 2461 * testsuite/gas/i386/i386.exp: Run tests for NOTRACK prefix.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386.md | 65 ;; ! -- print NOTRACK prefix for jxx/call/ret instructions if required.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386.md | 65 ;; ! -- print NOTRACK prefix for jxx/call/ret instructions if required.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2018 | 28781 "_nt" instead of "_bnd" for NOTRACK prefix.
|