Searched refs:lp64 (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | target-abi-valid.ll | 11 ; RUN: llc -mtriple=riscv64 -target-abi lp64 < %s \ 13 ; RUN: llc -mtriple=riscv64 -mattr=+f -target-abi lp64 < %s \ 15 ; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi lp64 < %s \
|
D | calling-conv-lp64-lp64f-common.ll | 8 ; This file contains tests that should have identical output for the lp64 and
|
D | target-abi-invalid.ll | 23 ; RUN: llc -mtriple=riscv32 -target-abi lp64 < %s 2>&1 \
|
D | calling-conv-lp64.ll | 10 ; Any tests that would have identical output for some combination of the lp64*
|
D | calling-conv-lp64-lp64f-lp64d-common.ll | 11 ; This file contains tests that should have identical output for the lp64,
|
D | callee-saved-fpr64s.ll | 13 ; All floating point registers are temporaries for the ilp32 and lp64 ABIs.
|
D | callee-saved-fpr32s.ll | 17 ; All floating point registers are temporaries for the ilp32 and lp64 ABIs.
|
D | vararg.ll | 26 ; lp64/lp64f/lp64d. Different CHECK lines are required for RV32D due to slight
|
/external/llvm-project/llvm/test/MC/RISCV/ |
D | target-abi-valid.s | 16 # RUN: llvm-mc -triple=riscv64 -target-abi lp64 -filetype=obj < %s \ 19 # RUN: llvm-mc -triple=riscv64 -mattr=+f -target-abi lp64 -filetype=obj < %s \ 22 # RUN: llvm-mc -triple=riscv64 -mattr=+d -target-abi lp64 -filetype=obj < %s \
|
D | target-abi-invalid.s | 23 # RUN: llvm-mc -triple=riscv32 -target-abi lp64 < %s 2>&1 \ 29 # RUN: llvm-mc -triple=riscv32 -mattr=+e -target-abi lp64 < %s 2>&1 \
|
/external/llvm-project/lldb/test/API/commands/expression/formatters/ |
D | foosynth.py | 27 self.lp64 = (
|
/external/eigen/cmake/ |
D | FindBLASEXT.cmake | 64 Intel10_64lp (intel mkl v10 64 bit, lp thread model, lp64 model), 65 Intel10_64lp_seq (intel mkl v10 64 bit, sequential code, lp64 model), 76 "\n Intel10_64lp (intel mkl v10 64 bit, lp thread model, lp64 model)," 77 "\n Intel10_64lp_seq (intel mkl v10 64 bit, sequential code, lp64 model),"
|
D | FindBLAS.cmake | 50 ## Intel10_32 (intel mkl v10 32 bit), Intel10_64lp (intel mkl v10 64 bit,lp thread model, lp64 mod… 51 ## Intel10_64lp_seq (intel mkl v10 64 bit,sequential code, lp64 model), 1343 …intel mkl v10 64 bit, lp thread model, lp64 model), Intel10_64lp_seq (intel mkl v10 64 bit, sequen… 1379 …intel mkl v10 64 bit, lp thread model, lp64 model), Intel10_64lp_seq (intel mkl v10 64 bit, sequen…
|
/external/icu/icu4c/source/ |
D | acinclude.m4 | 358 CFLAGS="${CFLAGS} -Wc,lp64" 359 CXXFLAGS="${CXXFLAGS} -Wc,lp64" 360 LDFLAGS="${LDFLAGS} -Wl,lp64"
|
/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
D | ProcessElfCore.cpp | 419 bool lp64 = (arch.GetMachine() == llvm::Triple::aarch64 || in ParseFreeBSDPrStatus() local 432 if (lp64) in ParseFreeBSDPrStatus() 439 if (lp64) in ParseFreeBSDPrStatus()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
D | mod.rs | 941 mod lp64; 942 pub use self::lp64::*;
|