/llvm-project/llvm/test/MC/AArch64/SVE/ |
H A D | abs.s | 12 abs z0.b, p0/m, z0.b label 18 abs z0.h, p0/m, z0.h label 24 abs z0.s, p0/m, z0.s label 30 abs z0.d, p0/m, z0.d label 36 abs z31.b, p7/m, z31.b label 42 abs z31.h, p7/m, z31.h label 48 abs z31.s, p7/m, z31.s label 54 abs z31.d, p7/m, z31.d label 70 abs z4.d, p7/m, z31.d label 82 abs z4.d, p7/m, z31.d label
|
H A D | abs-diagnostics.s | 4 abs z0.h, p0/m, z0.b label 10 abs z29.d, p7, z29.d label 18 abs z0.b, p8/m, z0.b label 23 abs z0.h, p8/m, z0.h label 28 abs z0.s, p8/m, z0.s label 33 abs z0.d, p8/m, z0.d label
|
H A D | movprfx-diagnostics.s | 26 abs z2.d, p0/m, z2.d label 66 abs z0.d, p0/m, z0.d label 127 abs z0.d, p1/m, z1.d label 167 abs z0.d, p0/m, z1.d label
|
/llvm-project/llvm/test/MC/AArch64/CSSC/ |
H A D | abs_64.s | 13 abs x0, x0 label 18 abs x21, x10 label 23 abs x23, x13 label 28 abs xzr, xzr label
|
H A D | abs_32.s | 13 abs w0, w0 label 18 abs w21, w10 label 23 abs w23, w13 label 28 abs wzr, wzr label
|
/llvm-project/libcxx/include/ |
H A D | stdlib.h | 113 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long abs(long __x) _NOEXCEPT { return __builtin_labs(__x); } abs() function 114 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long long abs(long long __x) _NOEXCEPT { return __builtin_llabs(__x); } abs() function 117 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float abs(float __lcpp_x) _NOEXCEPT { abs() function 121 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double abs(double __lcpp_x) _NOEXCEPT { abs() function 125 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double abs(long double __lcpp_x) _NOEXCEPT { abs() function [all...] |
/llvm-project/flang/test/Semantics/ |
H A D | generic01.f90 | 7 interface abs interface 23 interface abs interface 63 interface abs interface 88 integer function abs(n) ! override module's use of m1 function 97 integer function abs(n) function 102 interface abs interface
|
/llvm-project/llvm/test/ExecutionEngine/JITLink/x86-64/ |
H A D | COFF_abs.s | 17 .globl abs define 16 .globl abs global() symbol
|
/llvm-project/lld/test/ELF/Inputs/ |
H A D | abs.s | 1 .global abs symbol 2 abs = 0x42 define
|
/llvm-project/lld/test/ELF/ |
H A D | riscv-relax-hi20-lo12-pie.s | 19 .globl abs symbol 20 abs = 0x200001 define
|
H A D | map-file.s | 47 .global abs symbol 48 abs = 0xAB5 define
|
H A D | export-symbols.s | 62 .globl abs symbol 63 abs = 0xDEADBEEF define
|
H A D | symbols.s | 31 .globl abs symbol 32 abs = 0x123 define
|
H A D | riscv-relax-call2.s | 58 abs = 8; define
|
H A D | local.s | 91 abs = 42 define
|
H A D | many-alloc-sections.s | 154 .global abs symbol 155 abs = 0x12345678 define
|
H A D | relocatable.s | 133 abs = 42 define
|
/llvm-project/llvm/test/tools/llvm-mca/AArch64/Ampere/Ampere1B/ |
H A D | cssc-instructions.s | 4 abs w1, w2 label 5 abs x2, x3 label
|
/llvm-project/llvm/test/tools/llvm-mca/AArch64/Neoverse/ |
H A D | 512tvb-sve-instructions.s | 6 abs z0.b, p0/m, z0.b label
|
/llvm-project/llvm/test/tools/llvm-cov/Inputs/sources_specified/ |
H A D | abs.h | 1 int abs(int x) { in abs() function
|
/llvm-project/clang/test/Modules/Inputs/libc-libcxx/include/c++/ |
H A D | math.h | 2 template<typename T> T abs(T t) { return (t < 0) ? -t : t; } in abs() function
|
/llvm-project/llvm/test/tools/llvm-cov/Inputs/multithreaded_report/ |
H A D | abs.h | 2 T abs(T x) { in abs() function
|
/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/ |
H A D | math.h | 5 template<typename T> T abs(T t) { return (t < 0) ? -t : t; } in abs() function
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/penalty/ |
H A D | expect_step_kinds.cpp | 11 int abs(int i){ in abs() function
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_stdlib.h | 26 int abs(int __x) { in abs() function
|