/external/llvm-project/llvm/test/CodeGen/X86/ |
D | wbinvd-intrinsic.ll | 8 ; i686-NEXT: wbinvd 13 ; x86_64-NEXT: wbinvd 15 call void @llvm.x86.wbinvd() 19 declare void @llvm.x86.wbinvd()
|
/external/llvm-project/llvm/test/MC/X86/ |
D | I486-32.s | 73 wbinvd label
|
D | I486-64.s | 105 wbinvd label
|
D | x86-32-coverage.s | 2789 wbinvd
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 441 def WBINVD : I<0x09, RawFrm, (outs), (ins), "wbinvd", [(int_x86_wbinvd)]>, TB; 443 // wbnoinvd is like wbinvd, except without invalidation 444 // encoding: like wbinvd + an 0xF3 prefix
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 451 def WBINVD : I<0x09, RawFrm, (outs), (ins), "wbinvd", [(int_x86_wbinvd)]>, PS; 453 // wbnoinvd is like wbinvd, except without invalidation 454 // encoding: like wbinvd + an 0xF3 prefix
|
/external/llvm-project/llvm/test/MC/Disassembler/X86/ |
D | x86-64.txt | 556 # CHECK: wbinvd
|
D | x86-32.txt | 869 # CHECK: wbinvd
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 473 def WBINVD : I<0x09, RawFrm, (outs), (ins), "wbinvd", [], IIC_INVD>, TB;
|
/external/elfutils/libcpu/defs/ |
D | i386 | 569 00001111,00001001:wbinvd
|
/external/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 2753 wbinvd
|
/external/capstone/arch/X86/ |
D | X86MappingInsnOp_reduce.inc | 5896 { /* X86_WBINVD, X86_INS_WBINVD: wbinvd */
|
D | X86MappingInsnOp.inc | 33540 { /* X86_WBINVD, X86_INS_WBINVD: wbinvd */
|
/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 | 7911 "wait\006wbinvd\010wbnoinvd\010wrfsbase\twrfsbasel\twrfsbaseq\010wrgsbas" 22450 { 15930 /* wbinvd */, X86::WBINVD, Convert_NoOperands, AMFBS_None, { }, }, 36818 { 15930 /* wbinvd */, X86::WBINVD, Convert_NoOperands, AMFBS_None, { }, },
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 7456 "llvm.x86.wbinvd", 17589 5, // llvm.x86.wbinvd
|