Searched refs:M64 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | win64_alloca_dynalloca.ll | 1 …%s -mcpu=generic -enable-misched=false -mtriple=x86_64-mingw32 | FileCheck %s -check-prefix=M64 9 ; M64-LABEL: unaligned: 17 ; M64: $4096, %eax 18 ; M64: callq ___chkstk_ms 19 ; M64: subq %rax, %rsp 20 ; M64: leaq 128(%rsp), %rbp 40 ; M64: leaq 15(%{{.*}}), %rax 41 ; M64: andq $-16, %rax 42 ; M64: callq ___chkstk_ms 43 ; M64: subq %rax, %rsp [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | win64_alloca_dynalloca.ll | 1 ; RUN: llc < %s -join-physregs -mtriple=x86_64-mingw32 | FileCheck %s -check-prefix=M64 16 ; M64: movq %rsp, %rbp 17 ; M64: $4096, %rax 18 ; M64: callq ___chkstk 19 ; M64-NOT: %rsp 34 ; M64: leaq 15(%rcx), %rax 35 ; M64: andq $-16, %rax 36 ; M64: callq ___chkstk 37 ; M64-NOT: %rsp 38 ; M64: movq %rsp, %rax [all …]
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | load-atomic.ll | 4 ; RUN: FileCheck %s -check-prefixes=ALL,M64 6 ; RUN: FileCheck %s -check-prefixes=ALL,M64 36 ; M64-LABEL: load_i64 38 ; M64: ld $2, 0($4) 39 ; M64: sync
|
D | store-atomic.ll | 4 ; RUN: FileCheck %s -check-prefixes=ALL,M64 6 ; RUN: FileCheck %s -check-prefixes=ALL,M64 36 ; M64-LABEL: store_i64 38 ; M64: sync 39 ; M64: sd $5, 0($4)
|
/external/clang/test/CodeGenOpenCL/ |
D | shifts.cl | 36 //OPT: [[M64:%.+]] = and i64 %b, 63 37 //OPT-NEXT: [[C64:%.+]] = ashr i64 %a, [[M64]]
|
/external/clang/lib/Driver/ |
D | ToolChains.cpp | 1985 Multilib M64 = Multilib() in findMipsCsMultilibs() local 1995 MultilibSet().Either(M32, M64, MAbiN32).FilterOut(NonExistent); in findMipsCsMultilibs()
|