Searched refs:abs32 (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SPARC/ |
D | func-addr.ll | 1 …< %s -march=sparc -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 2 …< %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 21 ; abs32-LABEL: test 22 ; abs32: sethi %hi(func1), %i0 23 ; abs32: add %i0, %lo(func1), %i1 24 ; abs32: call %i0+%lo(func1)
|
D | globals.ll | 1 …< %s -march=sparc -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 2 …< %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 15 ; abs32: loadG 16 ; abs32: sethi %hi(G), %[[R:[gilo][0-7]]] 17 ; abs32: retl 18 ; abs32: ldub [%[[R]]+%lo(G)], %o0
|
D | constpool.ll | 1 …< %s -march=sparc -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 2 …< %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 13 ; abs32: floatCP 14 ; abs32: sethi %hi(.LCPI0_0), %[[R:[gilo][0-7]]] 15 ; abs32: retl 16 ; abs32: ld [%[[R]]+%lo(.LCPI0_0)], %f
|
D | blockaddr.ll | 1 …< %s -march=sparc -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 2 …< %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 18 ; abs32-LABEL: func_block_addr: 19 ; abs32: sethi %hi([[BLK:.+]]), [[R:%[gilo][0-7]]] 20 ; abs32: call dummy 21 ; abs32: add [[R]], %lo([[BLK]]), %o0 22 ; abs32: jmp %o0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | func-addr.ll | 1 …< %s -march=sparc -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 2 …< %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 21 ; abs32-LABEL: test 22 ; abs32: sethi %hi(func1), %i0 23 ; abs32: add %i0, %lo(func1), %i1 24 ; abs32: call %i0+%lo(func1)
|
D | globals.ll | 1 …< %s -march=sparc -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 2 …< %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 15 ; abs32: loadG 16 ; abs32: sethi %hi(G), %[[R:[gilo][0-7]]] 17 ; abs32: retl 18 ; abs32: ldub [%[[R]]+%lo(G)], %o0
|
D | constpool.ll | 1 …< %s -march=sparc -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 2 …< %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 13 ; abs32: floatCP 14 ; abs32: sethi %hi(.LCPI0_0), %[[R:[gilo][0-7]]] 15 ; abs32: retl 16 ; abs32: ld [%[[R]]+%lo(.LCPI0_0)], %f
|
D | blockaddr.ll | 1 …< %s -march=sparc -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 2 …< %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s 18 ; abs32-LABEL: func_block_addr: 19 ; abs32: sethi %hi([[BLK:.+]]), [[R:%[gilo][0-7]]] 20 ; abs32: call dummy 21 ; abs32: add [[R]], %lo([[BLK]]), %o0 22 ; abs32: jmp %o0
|
/external/libhevc/encoder/ |
D | ia_basic_ops32.h | 860 static PLATFORM_INLINE WORD32 abs32(WORD32 a) in abs32() function
|