Home
last modified time | relevance | path

Searched refs:NOTRACK (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrControl.td163 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 DX86InstrFormats.td237 class NOTRACK { bit hasNoTrackPrefix = 1; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp342 if ((TSFlags & X86II::NOTRACK) || (Flags & X86::IP_HAS_NOTRACK)) in printInstFlags()
H A DX86BaseInfo.h957 NOTRACK = 1ULL << NoTrackShift, enumerator
H A DX86MCCodeEmitter.cpp1350 if (TSFlags & X86II::NOTRACK || MI.getFlags() & X86::IP_HAS_NOTRACK) in emitOpcodePrefix()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-20171136 * 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 Di386-dis.c544 #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 DChangeLog-20171136 * 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 Di386-dis.c633 #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 DChangeLog-20171136 * 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 DChangeLog-20171136 * 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 DChangeLog-20171415 (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 DChangeLog-20171415 (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 Di386.md65 ;; ! -- print NOTRACK prefix for jxx/call/ret instructions if required.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.md65 ;; ! -- print NOTRACK prefix for jxx/call/ret instructions if required.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201828781 "_nt" instead of "_bnd" for NOTRACK prefix.