/external/swiftshader/third_party/llvm-7.0/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/u-boot/arch/x86/cpu/i386/ |
D | cpu.c | 393 wbinvd(); in x86_enable_caches() 403 wbinvd(); in x86_disable_caches() 405 wbinvd(); in x86_disable_caches()
|
/external/u-boot/arch/x86/include/asm/ |
D | cache.h | 19 static inline void wbinvd(void) in wbinvd() function
|
/external/swiftshader/third_party/llvm-7.0/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/u-boot/arch/x86/cpu/ |
D | start16.S | 36 wbinvd
|
D | start.S | 40 wbinvd
|
D | mp_init.c | 540 wbinvd(); in mp_init()
|
/external/u-boot/arch/x86/lib/ |
D | bios_asm.S | 185 wbinvd
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 442 def WBINVD : I<0x09, RawFrm, (outs), (ins), "wbinvd", [(int_x86_wbinvd)]>, TB; 444 // wbnoinvd is like wbinvd, except without invalidation 445 // encoding: like wbinvd + an 0xF3 prefix
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrSystem.td | 401 def WBINVD : I<0x09, RawFrm, (outs), (ins), "wbinvd", []>, TB;
|
D | X86GenAsmWriter.inc | 4071 "wbinvd\000# dynamic stack allocation\000wrfsbasel\t\000wrfsbaseq\t\000w"
|
D | X86GenAsmWriter1.inc | 4019 "\000wait\000wbinvd\000# dynamic stack allocation\000wrfsbase\t\000wrgsb"
|
D | X86GenAsmMatcher.inc | 6077 { X86::WBINVD, "wbinvd", Convert, { }, 0},
|
/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/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-32-coverage.s | 4378 wbinvd 14082 wbinvd
|
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 6584 x86_wbinvd, // llvm.x86.wbinvd
|
D | IntrinsicImpl.inc | 6610 "llvm.x86.wbinvd", 15488 3, // llvm.x86.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-7.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 6817 "l\nvzeroupper\004wait\006wbinvd\010wbnoinvd\010wrfsbase\twrfsbasel\twrf" 21319 { 15859 /* wbinvd */, X86::WBINVD, Convert_NoOperands, 0, { }, }, 35831 { 15859 /* wbinvd */, X86::WBINVD, Convert_NoOperands, 0, { }, },
|