/external/llvm/test/MC/Disassembler/X86/ |
D | intel-syntax.txt | 87 # CHECK: sysexit 90 # CHECK: sysexit
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | TODO | 22 * sysenter, sysexit as CALL types -- preceded by MSR writes
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrSystem.td | 54 def SYSEXIT : I<0x35, RawFrm, (outs), (ins), "sysexit", []>, TB, 56 def SYSEXIT64 :RI<0x35, RawFrm, (outs), (ins), "sysexit", []>, TB,
|
D | X86GenAsmMatcher.inc | 5056 { X86::SYSEXIT, "sysexit", Convert, { }, Feature_In32BitMode}, 5057 { X86::SYSEXIT64, "sysexit", Convert, { }, Feature_In64BitMode},
|
D | X86GenAsmWriter.inc | 4006 "sysexit\000sysretl\000sysretq\000testw\t\000testl\t\000testq\t\000testb"
|
D | X86GenAsmWriter1.inc | 3955 "call\000sysenter\000sysexit\000sysretl\000sysretq\000test\tAX, \000test"
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 1357 sysexit label
|
D | x86-32-coverage.s | 2793 sysexit
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 59 def SYSEXIT : I<0x35, RawFrm, (outs), (ins), "sysexit{l}", [], 61 def SYSEXIT64 :RI<0x35, RawFrm, (outs), (ins), "sysexit{q}", [],
|
D | X86InstrInfo.td | 2647 def : MnemonicAlias<"sysexit", "sysexitl", "att">;
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-32-coverage.s | 501 sysexit 4418 sysexit 14112 sysexit
|
/external/elfutils/libcpu/defs/ |
D | i386 | 128 00001111,00110101:sysexit
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/strace/ |
D | ChangeLog | 25697 On sysexit path, syscall mode is never used. 27692 This is a leftover from sysenter/sysexit split. 31292 Simplify get_scno_on_sysenter/sysexit.
|