HomeSort by relevance Sort by last modified time
    Searched full:abs64 (Results 1 - 18 of 18) sorted by null

  /external/llvm/test/CodeGen/SPARC/
constpool.ll 4 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-prefix=abs64 %s
27 ; abs64: floatCP
28 ; abs64: sethi %hi(.LCPI0_0), %[[R1:[gilo][0-7]]]
29 ; abs64: add %[[R1]], %lo(.LCPI0_0), %[[R2:[gilo][0-7]]]
30 ; abs64: sethi %hh(.LCPI0_0), %[[R3:[gilo][0-7]]]
31 ; abs64: add %[[R3]], %hm(.LCPI0_0), %[[R4:[gilo][0-7]]]
32 ; abs64: sllx %[[R4]], 32, %[[R5:[gilo][0-7]]]
33 ; abs64: retl
34 ; abs64: ld [%[[R5]]+%[[R2]]], %f0
globals.ll 4 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-prefix=abs64 %s
29 ; abs64: loadG
30 ; abs64: sethi %hi(G), %[[R1:[gilo][0-7]]]
31 ; abs64: add %[[R1]], %lo(G), %[[R2:[gilo][0-7]]]
32 ; abs64: sethi %hh(G), %[[R3:[gilo][0-7]]]
33 ; abs64: add %[[R3]], %hm(G), %[[R4:[gilo][0-7]]]
34 ; abs64: sllx %[[R4]], 32, %[[R5:[gilo][0-7]]]
35 ; abs64: retl
36 ; abs64: ldub [%[[R5]]+%[[R2]]], %o0
blockaddr.ll 4 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-prefix=abs64 %s
32 ; abs64-LABEL: func_block_addr:
33 ; abs64: sethi %hi([[BLK:.+]]), [[R:%[gilo][0-7]]]
34 ; abs64: add [[R]], %lo([[BLK]]), [[R1:%[gilo][0-7]]]
35 ; abs64: sethi %hh([[BLK]]), [[R2:%[gilo][0-7]]]
36 ; abs64: add [[R2]], %hm([[BLK]]), [[R3:%[gilo][0-7]]]
37 ; abs64: sllx [[R3]], 32, [[R4:%[gilo][0-7]]]
38 ; abs64: call dummy
39 ; abs64: add [[R2]], [[R1]], %o0
40 ; abs64: jmp %o
    [all...]
func-addr.ll 4 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-prefix=abs64 %s
33 ; abs64-LABEL: test
34 ; abs64: sethi %hi(func1), %i0
35 ; abs64: add %i0, %lo(func1), %i0
36 ; abs64: sethi %hh(func1), %i1
37 ; abs64: add %i1, %hm(func1), %i1
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 77 // abs64 Static Large text smaller than 2^31 bytes
97 // code model for JIT is abs64.
  /external/elfutils/backends/
aarch64_reloc.def 31 RELOC_TYPE (ABS64, REL|EXEC|DYN)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFunctions.h 27 DECL_MIPS_APPLY_RELOC_FUNC(abs64) \
65 { &abs64, 18, "R_MIPS_64", 64}, \
MipsRelocator.cpp 1038 static MipsRelocator::Result abs64(MipsRelocationInfo& pReloc, function in namespace:mcld
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 439 /// abs64 - absolute value of a 64-bit int. Not all environments support
442 inline int64_t abs64(int64_t x) { function in namespace:llvm
  /toolchain/binutils/binutils-2.25/gold/
aarch64-reloc.def 35 ARD(ABS64 , STATIC , DATA , Y, -1, 0,0 , 0,0 , Symbol::ABSOLUTE_REF , DATA )
tilegx.cc 980 abs64(unsigned char* view, function in class:__anon115903::Tilegx_relocate_functions
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaInstrInfo.td 72 abs64(N->getZExtValue() - getNearPower2((uint64_t)N->getZExtValue()));
127 int64_t d = abs64((int64_t)N->getZExtValue() -
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /bionic/linker/
linker.cpp     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfnn-aarch64.c 327 HOWTO64 (AARCH64_R (ABS64), /* type */
335 AARCH64_R_STR (ABS64), /* name */
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libmingwex.a 272 lib64_libmingwex_a-abs64.o/
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libmingwex.a 290 lib32_libmingwex_a-abs64.o/
    [all...]

Completed in 579 milliseconds