Searched refs:x8664 (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | cmpxchg-clobber-flags.ll | 4 ; 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/ |
D | szrt_asm_x8664.s | 11 ## the Subzero x8664 runtime.
|
/external/llvm/test/tools/llvm-readobj/ |
D | peplus.test | 7 CHECK: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
|
D | bigobj.test | 8 CHECK-NEXT: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
|
D | file-headers.test | 65 COFF64-NEXT: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
|
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
D | peplus.test | 7 CHECK: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
|
D | bigobj.test | 8 CHECK-NEXT: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
|
D | file-headers.test | 94 # X86-64-NEXT: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
|
/external/perfetto/src/trace_processor/importers/syscalls/ |
D | syscall_tracker_unittest.cc | 109 TEST_F(SyscallTrackerTest, x8664) { in TEST_F() argument
|
/external/llvm-project/llvm/test/tools/llvm-cvtres/ |
D | machine.test | 40 X64: Machine: IMAGE_FILE_MACHINE_AMD64 (0x8664)
|
/external/swiftshader/third_party/subzero/src/ |
D | IceClFlags.def | 60 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/ |
D | README.rst | 92 Future targets include x8664, arm32, and arm64.
|
/external/swiftshader/third_party/subzero/docs/ |
D | README.rst | 92 Future targets include x8664, arm32, and arm64.
|
/external/llvm-project/llvm/docs/PDB/ |
D | DbiStream.rst | 128 enumeration. Common values are ``0x8664`` (x86-64) and ``0x14C`` (x86).
|