Home
last modified time | relevance | path

Searched refs:lp64 (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/RISCV/
Dtarget-abi-valid.ll11 ; 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 \
Dcalling-conv-lp64-lp64f-common.ll8 ; This file contains tests that should have identical output for the lp64 and
Dtarget-abi-invalid.ll23 ; RUN: llc -mtriple=riscv32 -target-abi lp64 < %s 2>&1 \
Dcalling-conv-lp64.ll10 ; Any tests that would have identical output for some combination of the lp64*
Dcalling-conv-lp64-lp64f-lp64d-common.ll11 ; This file contains tests that should have identical output for the lp64,
Dcallee-saved-fpr64s.ll13 ; All floating point registers are temporaries for the ilp32 and lp64 ABIs.
Dcallee-saved-fpr32s.ll17 ; All floating point registers are temporaries for the ilp32 and lp64 ABIs.
Dvararg.ll26 ; lp64/lp64f/lp64d. Different CHECK lines are required for RV32D due to slight
/external/llvm-project/llvm/test/MC/RISCV/
Dtarget-abi-valid.s16 # 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 \
Dtarget-abi-invalid.s23 # 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/
Dfoosynth.py27 self.lp64 = (
/external/eigen/cmake/
DFindBLASEXT.cmake64 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),"
DFindBLAS.cmake50 ## 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/
Dacinclude.m4358 CFLAGS="${CFLAGS} -Wc,lp64"
359 CXXFLAGS="${CXXFLAGS} -Wc,lp64"
360 LDFLAGS="${LDFLAGS} -Wl,lp64"
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp419 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/
Dmod.rs941 mod lp64;
942 pub use self::lp64::*;