Searched refs:iretw (Results 1 – 18 of 18) sorted by relevance
/external/llvm-project/llvm/test/MC/X86/ |
D | I386-32.s | 177 iretw label
|
D | x86-16.s | 394 iretw label
|
D | x86-32.s | 514 iretw label
|
D | I386-64.s | 258 iretw label
|
D | x86-64.s | 975 iretw label
|
D | I86-32.s | 1029 iretw label
|
D | I86-64.s | 1549 iretw label
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 382 iretw label
|
D | x86-32.s | 494 iretw label
|
D | x86-64.s | 943 iretw label
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 306 # CHECK: iretw 309 # CHECK: iretw
|
/external/llvm-project/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 306 # CHECK: iretw 309 # CHECK: iretw
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2644 def : MnemonicAlias<"iret", "iretw", "att">, Requires<[In16BitMode]>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 3118 def : MnemonicAlias<"iret", "iretw", "att">, Requires<[In16BitMode]>;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 3242 def : MnemonicAlias<"iret", "iretw", "att">, Requires<[In16BitMode]>;
|
/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/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 1040 Mnemonic = "iretw"; 7678 "iret\005iretd\005iretl\005iretq\005iretw\002ja\003jae\002jb\003jbe\004j" 8922 { 3339 /* iretw */, X86::IRET16, Convert_NoOperands, AMFBS_None, { }, },
|