Home
last modified time | relevance | path

Searched defs:high (Results 1 – 25 of 67) sorted by relevance

123

/llvm-project/clang/test/CodeGen/
H A Daarch64-neon-vcombine.c
H A D2002-09-18-UnionProblem.c5 char high, low; member
H A D2005-09-24-BitFieldCrash.c9 long long high; member
/llvm-project/lld/test/ELF/
H A Dppc64-pcrel-long-branch.s51 .globl high symbol
52 high: label
H A Darm-extreme-range-pi-thunk.s26 .global high symbol
28 high: label
H A Dppc64-pcrel-long-branch-error.s36 .globl high symbol
37 high: label
H A Dppc64-long-branch-rel14.s61 .globl high symbol
62 high: label
H A Dppc32-long-thunk.s86 .globl high symbol
87 high: label
H A Dppc64-long-branch.s77 .globl high symbol
78 high: label
H A Darm-thumb2-ldrlit-err.s29 high: label
H A Daarch64-thunk-reuse2.s33 high: label
H A Darm-ldrlit-err.s31 high: label
H A Darm-thumb2-adr-err.s28 high: label
H A Darm-thunk-reuse.s70 high: label
H A Daarch64-thunk-reuse.s40 high: label
/llvm-project/libc/src/__support/
H A Dhash.h27 uint64_t high = static_cast<uint64_t>(p >> 64); folded_multiply() local
59 read_small_values(const void * ptr,size_t size,uint64_t & low,uint64_t & high) read_small_values() argument
103 update(uint64_t low,uint64_t high) update() argument
131 uint64_t low, high; update() local
[all...]
/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfloatunditf.c18 doublebits high = {.d = twop84}; in __floatunditf() local
/llvm-project/compiler-rt/lib/builtins/
H A Dfixunsdfdi.c19 su_int high = a / 4294967296.f; // a / 0x1p32f; in __fixunsdfdi() local
H A Dfixunssfdi.c20 su_int high = da / 4294967296.f; // da / 0x1p32f; in __fixunssfdi() local
H A Dint_types.h45 si_int high; member
58 su_int high; member
87 di_int high; member
100 du_int high; member
146 udwords high; member
H A Dfloatdidf.c36 const double high = (int32_t)(a >> 32) * twop32; in __floatdidf() local
H A Dfloatundidf.c36 } high = {.d = twop84}; in __floatundidf() local
/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp115 unsigned high = Data2MSB ? 16 : 17; in identify_magic() local
/llvm-project/libcxx/test/std/utilities/utility/utility.underlying/
H A Dto_underlying.pass.cpp26 high = std::numeric_limits<long long>::max() enumerator
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVWebGPUTransforms.cpp124 auto combineDigits = [loc, cst16, &rewriter](Value low, Value high) { in lowerExtendedMultiplication() argument
129 Value high = combineDigits(resultDigits[2], resultDigits[3]); in lowerExtendedMultiplication() local

123