Home
last modified time | relevance | path

Searched refs:x8664 (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dcmpxchg-clobber-flags.ll4 ; RUN: llc -mtriple=x86_64-linux-gnu %s -o - | FileCheck %s -check-prefix=x8664
5 ; RUN: llc -mtriple=x86_64-linux-gnu -pre-RA-sched=fast %s -o - | FileCheck %s -check-prefix=x8664
6 ; RUN: llc -mtriple=x86_64-linux-gnu -mattr=+sahf %s -o - | FileCheck %s -check-prefix=x8664-sahf
7 …le=x86_64-linux-gnu -mattr=+sahf -pre-RA-sched=fast %s -o - | FileCheck %s -check-prefix=x8664-sahf
8 ; RUN: llc -mtriple=x86_64-linux-gnu -mcpu=corei7 %s -o - | FileCheck %s -check-prefix=x8664-sahf
47 ; x8664-LABEL: test_intervening_call:
48 ; x8664: cmpxchgq
49 ; x8664: pushfq
50 ; x8664-NEXT: popq [[FLAGS:%.*]]
51 ; x8664-NEXT: movq %rax, %rdi
[all …]
/external/swiftshader/third_party/subzero/runtime/
Dszrt_asm_x8664.s11 ## the Subzero x8664 runtime.
/external/llvm/test/tools/llvm-readobj/
Dpeplus.test7 CHECK: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
Dbigobj.test8 CHECK-NEXT: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
Dfile-headers.test65 COFF64-NEXT: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dpeplus.test7 CHECK: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
Dbigobj.test8 CHECK-NEXT: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
Dfile-headers.test94 # X86-64-NEXT: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
/external/perfetto/src/trace_processor/importers/syscalls/
Dsyscall_tracker_unittest.cc109 TEST_F(SyscallTrackerTest, x8664) { in TEST_F() argument
/external/llvm-project/llvm/test/tools/llvm-cvtres/
Dmachine.test40 X64: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
/external/swiftshader/third_party/subzero/src/
DIceClFlags.def60 clEnumValN(Ice::Target_X8664, "x8664", "x86-64"), \
61 clEnumValN(Ice::Target_X8664, "x86-64", "x86-64 (same as x8664)"), \
62 clEnumValN(Ice::Target_X8664, "x86_64", "x86-64 (same as x8664)"), \
/external/swiftshader/third_party/subzero/
DREADME.rst92 Future targets include x8664, arm32, and arm64.
/external/swiftshader/third_party/subzero/docs/
DREADME.rst92 Future targets include x8664, arm32, and arm64.
/external/llvm-project/llvm/docs/PDB/
DDbiStream.rst128 enumeration. Common values are ``0x8664`` (x86-64) and ``0x14C`` (x86).