Home
last modified time | relevance | path

Searched refs:STATIC (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c32 …PB_FIELD( 1, STRING , REQUIRED, STATIC, SubMessage, substuff1, substuff1, &SubMessage_substuff1_…
33 …PB_FIELD( 2, INT32 , REQUIRED, STATIC, SubMessage, substuff2, substuff1, &SubMessage_substuff2_…
34 …PB_FIELD( 3, FIXED32 , OPTIONAL, STATIC, SubMessage, substuff3, substuff2, &SubMessage_substuff3_…
39 PB_FIELD( 1, INT32 , REQUIRED, STATIC, AllTypes, req_int32, req_int32, 0),
40 PB_FIELD( 2, INT64 , REQUIRED, STATIC, AllTypes, req_int64, req_int32, 0),
41 PB_FIELD( 3, UINT32 , REQUIRED, STATIC, AllTypes, req_uint32, req_int64, 0),
42 PB_FIELD( 4, UINT64 , REQUIRED, STATIC, AllTypes, req_uint64, req_uint32, 0),
43 PB_FIELD( 5, SINT32 , REQUIRED, STATIC, AllTypes, req_sint32, req_uint64, 0),
44 PB_FIELD( 6, SINT64 , REQUIRED, STATIC, AllTypes, req_sint64, req_sint32, 0),
45 PB_FIELD( 7, BOOL , REQUIRED, STATIC, AllTypes, req_bool, req_sint64, 0),
[all …]
/external/llvm/test/MC/PowerPC/
Dppc64-initial-cfa.s2 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-BE
6 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-LE
15 # STATIC: Section {
16 # STATIC: Name: .eh_frame
17 # STATIC-NEXT: Type: SHT_PROGBITS
18 # STATIC-NEXT: Flags [ (0x2)
19 # STATIC-NEXT: SHF_ALLOC
20 # STATIC-NEXT: ]
21 # STATIC-NEXT: Address:
22 # STATIC-NEXT: Offset:
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DInlineMethodResolver.java48 public static final int STATIC = 0x8; // AccessFlags.STATIC.value; field in InlineMethodResolver
81 …inlineMethod(STATIC, "Lorg/apache/harmony/dalvik/NativeTestTarget;", "emptyInlineMethod", "", "V"), in InlineMethodResolver_version35()
86 inlineMethod(STATIC, "Ljava/lang/Math;", "abs", "I", "I"), in InlineMethodResolver_version35()
87 inlineMethod(STATIC, "Ljava/lang/Math;", "abs", "J", "J"), in InlineMethodResolver_version35()
88 inlineMethod(STATIC, "Ljava/lang/Math;", "abs", "F", "F"), in InlineMethodResolver_version35()
89 inlineMethod(STATIC, "Ljava/lang/Math;", "abs", "D", "D"), in InlineMethodResolver_version35()
90 inlineMethod(STATIC, "Ljava/lang/Math;", "min", "II", "I"), in InlineMethodResolver_version35()
91 inlineMethod(STATIC, "Ljava/lang/Math;", "max", "II", "I"), in InlineMethodResolver_version35()
92 inlineMethod(STATIC, "Ljava/lang/Math;", "sqrt", "D", "D"), in InlineMethodResolver_version35()
93 inlineMethod(STATIC, "Ljava/lang/Math;", "cos", "D", "D"), in InlineMethodResolver_version35()
[all …]
/external/llvm/test/CodeGen/X86/
Dabi-isel.ll1 …-model=static -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=LINUX-32-STATIC
4 …-model=static -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=LINUX-64-STATIC
7 …model=static -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-32-STATIC
11 …model=static -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-64-STATIC
40 ; LINUX-64-STATIC-LABEL: foo00:
41 ; LINUX-64-STATIC: movl src(%rip), [[EAX:%e.x]]
42 ; LINUX-64-STATIC: movl [[EAX]], dst
43 ; LINUX-64-STATIC: ret
45 ; LINUX-32-STATIC-LABEL: foo00:
46 ; LINUX-32-STATIC: movl src, [[EAX:%e.x]]
[all …]
Dasm-modifier-P.ll2 …triple=i686-unknown-linux-gnu -relocation-model=static | FileCheck %s -check-prefix=CHECK-STATIC-32
3 ; RUN: llc < %s -march=x86-64 -relocation-model=static | FileCheck %s -check-prefix=CHECK-STATIC-64
29 ; CHECK-STATIC-64-LABEL: test1:
30 ; CHECK-STATIC-64: frob G(%rip) x
31 ; CHECK-STATIC-64: frob G x
37 ; CHECK-STATIC-32-LABEL: test1:
38 ; CHECK-STATIC-32: frob G x
39 ; CHECK-STATIC-32: frob G x
48 ; CHECK-STATIC-64-LABEL: test3:
49 ; CHECK-STATIC-64: call bar
[all …]
Drodata-relocs.ll1 ; RUN: llc < %s -relocation-model=static | FileCheck %s -check-prefix=STATIC
20 ; STATIC: .section .rodata.cst8,"aM",@progbits,8
21 ; STATIC: a:
22 ; STATIC: a1:
23 ; STATIC: .section .rodata.cst16,"aM",@progbits,16
24 ; STATIC: e:
25 ; STATIC: e1:
26 ; STATIC: .section .rodata,"a",@progbits
27 ; STATIC: p:
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dabi-isel.ll1 … -march=x86 -relocation-model=static -code-model=small | FileCheck %s -check-prefix=LINUX-32-STATIC
4 …arch=x86-64 -relocation-model=static -code-model=small | FileCheck %s -check-prefix=LINUX-64-STATIC
7 …-march=x86 -relocation-model=static -code-model=small | FileCheck %s -check-prefix=DARWIN-32-STATIC
11 …rch=x86-64 -relocation-model=static -code-model=small | FileCheck %s -check-prefix=DARWIN-64-STATIC
40 ; LINUX-64-STATIC: foo00:
41 ; LINUX-64-STATIC: movl src(%rip), [[EAX:%e.x]]
42 ; LINUX-64-STATIC: movl [[EAX]], dst
43 ; LINUX-64-STATIC: ret
45 ; LINUX-32-STATIC: foo00:
46 ; LINUX-32-STATIC: movl src, [[EAX:%e.x]]
[all …]
Dasm-modifier-P.ll2 …triple=i686-unknown-linux-gnu -relocation-model=static | FileCheck %s -check-prefix=CHECK-STATIC-32
3 ; RUN: llc < %s -march=x86-64 -relocation-model=static | FileCheck %s -check-prefix=CHECK-STATIC-64
29 ; CHECK-STATIC-64: test1:
30 ; CHECK-STATIC-64: frob G(%rip) x
31 ; CHECK-STATIC-64: frob G x
37 ; CHECK-STATIC-32: test1:
38 ; CHECK-STATIC-32: frob G x
39 ; CHECK-STATIC-32: frob G x
48 ; CHECK-STATIC-64: test3:
49 ; CHECK-STATIC-64: call bar
[all …]
Dno-cfi.ll1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -disable-cfi | FileCheck --check-prefix=STATIC %s
4 ; STATIC: .ascii "zPLR"
5 ; STATIC: .byte 3
6 ; STATIC-NEXT: .long __gxx_personality_v0
7 ; STATIC-NEXT: .byte 3
8 ; STATIC-NEXT: .byte 3
/external/llvm/test/CodeGen/ARM/
Ddarwin-tls.ll3 …thumbv7s-apple-ios7.0 -o - %s -relocation-model=static | FileCheck %s --check-prefix=T2-MOVT-STATIC
4 …ios7.0 -o - %s -mattr=+no-movt -relocation-model=static | FileCheck %s --check-prefix=T2-LIT-STATIC
7 …=armv7s-apple-ios7.0 -o - %s -relocation-model=static | FileCheck %s --check-prefix=ARM-MOVT-STATIC
8 …os7.0 -o - %s -mattr=+no-movt -relocation-model=static | FileCheck %s --check-prefix=ARM-LIT-STATIC
36 ; T2-MOVT-STATIC-LABEL: test_local_tls:
37 ; T2-MOVT-STATIC: movw r0, :lower16:_local_tls_var
38 ; T2-MOVT-STATIC: movt r0, :upper16:_local_tls_var
39 ; T2-MOVT-STATIC: ldr [[TLV_GET_ADDR:r[0-9]+]], [r0]
40 ; T2-MOVT-STATIC: blx [[TLV_GET_ADDR]]
41 ; T2-MOVT-STATIC: ldr r0, [r0]
[all …]
/external/llvm/test/CodeGen/Mips/
Dblockaddr.ll2 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-O32
4 …mcpu=mips64r2 -target-abi n32 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N32
6 …mcpu=mips64r2 -target-abi n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
7 …pu=mips32 -mattr=+mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-MIPS16-1
8 …pu=mips32 -mattr=+mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-MIPS16-2
21 ; STATIC-O32: lui $[[R2:[0-9]+]], %hi($tmp[[T2:[0-9]+]])
22 ; STATIC-O32: addiu ${{[0-9]+}}, $[[R2]], %lo($tmp[[T2]])
23 ; STATIC-O32: lui $[[R3:[0-9]+]], %hi($tmp[[T3:[0-9]+]])
24 ; STATIC-O32: addiu ${{[0-9]+}}, $[[R3]], %lo($tmp[[T3]])
29 ; STATIC-N32: lui $[[R2:[0-9]+]], %hi($tmp[[T2:[0-9]+]])
[all …]
Dstart-asm-file.ll6 ; RUN: FileCheck -check-prefixes=CHECK-STATIC-O32,CHECK-STATIC-O32-NLEGACY %s
14 ; RUN: FileCheck -check-prefixes=CHECK-STATIC-O32,CHECK-STATIC-O32-N2008 %s
23 ; RUN: FileCheck -check-prefixes=CHECK-STATIC-N32,CHECK-STATIC-N32-NLEGACY %s
31 ; RUN: FileCheck -check-prefixes=CHECK-STATIC-N32,CHECK-STATIC-N32-N2008 %s
40 ; RUN: FileCheck -check-prefixes=CHECK-STATIC-N64,CHECK-STATIC-N64-NLEGACY %s
48 ; RUN: FileCheck -check-prefixes=CHECK-STATIC-N64,CHECK-STATIC-N64-N2008 %s
54 ; CHECK-STATIC-O32: .abicalls
55 ; CHECK-STATIC-O32: .option pic0
56 ; CHECK-STATIC-O32: .section .mdebug.abi32
57 ; CHECK-STATIC-O32-NLEGACY: .nan legacy
[all …]
Dtls.ll4 ; RUN: %s | FileCheck %s -check-prefixes=STATIC,CHECK
23 ; STATIC-LABEL: f1:
24 ; STATIC: lui $[[R0:[0-9]+]], %tprel_hi(t1)
25 ; STATIC: addiu $[[R1:[0-9]+]], $[[R0]], %tprel_lo(t1)
26 ; STATIC: rdhwr $3, $29
27 ; STATIC: addu $[[R2:[0-9]+]], $3, $[[R1]]
28 ; STATIC: lw $2, 0($[[R2]])
51 ; STATIC-LABEL: f2:
52 ; STATIC: lui $[[R0:[0-9]+]], %hi(__gnu_local_gp)
53 ; STATIC: addiu $[[GP:[0-9]+]], $[[R0]], %lo(__gnu_local_gp)
[all …]
Dglobal-address.ll2 …sel -relocation-model=static -mtriple=mipsel-linux-gnu < %s | FileCheck %s -check-prefix=STATIC-O32
4 …32 -relocation-model=static -mtriple=mipsel-linux-gnu < %s | FileCheck %s -check-prefix=STATIC-N32
6 …mcpu=mips64r2 -target-abi n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
16 ; STATIC-O32: lui $[[R1:[0-9]+]], %hi(s1)
17 ; STATIC-O32: lw ${{[0-9]+}}, %lo(s1)($[[R1]])
18 ; STATIC-O32: lui $[[R2:[0-9]+]], %hi(g1)
19 ; STATIC-O32: lw ${{[0-9]+}}, %lo(g1)($[[R2]])
24 ; STATIC-N32: lui $[[R1:[0-9]+]], %hi(s1)
25 ; STATIC-N32: lw ${{[0-9]+}}, %lo(s1)($[[R1]])
26 ; STATIC-N32: lui $[[R2:[0-9]+]], %hi(g1)
[all …]
Dmno-ldc1-sdc1.ll50 ; RUN: FileCheck %s -check-prefixes=ALL,32R1,32R1-LE,32R1-LE-STATIC
53 ; RUN: FileCheck %s -check-prefixes=ALL,32R2,32R2-LE,32R2-LE-STATIC
56 ; RUN: FileCheck %s -check-prefixes=ALL,32R6,32R6-LE,32R6-LE-STATIC
60 ; RUN: -mattr=+micromips < %s | FileCheck %s -check-prefixes=ALL,MM-STATIC-PIC
81 ; 32R1-LE-STATIC-DAG: lui $[[R0:[0-9]+]], %hi(g0)
82 ; 32R1-LE-STATIC-DAG: lw $[[R1:[0-9]+]], %lo(g0)($[[R0]])
83 ; 32R1-LE-STATIC-DAG: addiu $[[R2:[0-9]+]], $[[R0]], %lo(g0)
84 ; 32R1-LE-STATIC-DAG: lw $[[R3:[0-9]+]], 4($[[R2]])
85 ; 32R1-LE-STATIC-DAG: mtc1 $[[R1]], $f0
86 ; 32R1-LE-STATIC-DAG: mtc1 $[[R3]], $f1
[all …]
D2009-11-16-CstPoolLoad.ll2 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-O32
4 …mcpu=mips64r2 -target-abi n32 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N32
6 …mcpu=mips64r2 -target-abi n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
12 ; STATIC-O32: lui $[[R0:[0-9]+]], %hi($CPI0_0)
13 ; STATIC-O32: lwc1 $f0, %lo($CPI0_0)($[[R0]])
16 ; STATIC-N32: lui $[[R0:[0-9]+]], %hi($CPI0_0)
17 ; STATIC-N32: lwc1 $f0, %lo($CPI0_0)($[[R0]])
20 ; STATIC-N64: ld $[[R0:[0-9]+]], %got_page($CPI0_0)
21 ; STATIC-N64: lwc1 $f0, %got_ofst($CPI0_0)($[[R0]])
D2010-07-20-Switch.ll2 ; RUN: FileCheck %s -check-prefix=STATIC-O32
19 ; STATIC-O32: sll $[[R0:[0-9]+]], ${{[0-9]+}}, 2
20 ; STATIC-O32: lui $[[R1:[0-9]+]], %hi($JTI0_0)
21 ; STATIC-O32: addu $[[R2:[0-9]+]], $[[R0]], $[[R1]]
22 ; STATIC-O32: lw $[[R3:[0-9]+]], %lo($JTI0_0)($[[R2]])
58 ; STATIC-O32: .p2align 2
59 ; STATIC-O32: $JTI0_0:
60 ; STATIC-O32: .4byte
61 ; STATIC-O32: .4byte
62 ; STATIC-O32: .4byte
[all …]
Ds2rem.ll3 …-gnu -march=mipsel -mattr=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC
17 ; STATIC: .ent it
19 ; STATIC: save $16, $ra, [[FS:[0-9]+]]
21 ; STATIC: restore $16, $ra, [[FS]]
23 ; STATIC: .end it
78 ; STATIC: .ent vft
80 ; STATIC: save $16, $ra, [[FS:[0-9]+]]
82 ; STATIC: restore $16, $ra, [[FS]]
84 ; STATIC: .end vft
/external/vboot_reference/utility/
Deficompress.c82 STATIC
88 STATIC
93 STATIC
98 STATIC
103 STATIC
110 STATIC
118 STATIC
124 STATIC
129 STATIC
134 STATIC
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
Dtls.ll3 ; RUN: | FileCheck %s -check-prefix=STATIC
20 ; STATIC: rdhwr $3, $29
21 ; STATIC: lui $[[R0:[0-9]+]], %tprel_hi(t1)
22 ; STATIC: addiu $[[R1:[0-9]+]], $[[R0]], %tprel_lo(t1)
23 ; STATIC: addu $[[R2:[0-9]+]], $3, $[[R1]]
24 ; STATIC: lw $2, 0($[[R2]])
42 ; STATIC: rdhwr $3, $29
43 ; STATIC: lw $[[R0:[0-9]+]], %gottprel(t2)($gp)
44 ; STATIC: addu $[[R1:[0-9]+]], $3, $[[R0]]
45 ; STATIC: lw $2, 0($[[R1]])
/external/llvm/test/DebugInfo/Mips/
Dprologue_end.ll1 …0 -mtriple mips-unknown-linux-gnu -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC
2 …own-linux-gnu -relocation-model=static -disable-fp-elim < %s | FileCheck %s -check-prefix=STATIC-FP
17 ; STATIC: addiu $sp, $sp, -{{[0-9]+}}
18 ; STATIC: sw $ra, {{[0-9]+}}($sp)
19 ; STATIC: .loc 1 2 3 prologue_end
20 ; STATIC: lui $[[R0:[0-9]+]], %hi($.str)
22 ; STATIC-FP: addiu $sp, $sp, -{{[0-9]+}}
23 ; STATIC-FP: sw $ra, {{[0-9]+}}($sp)
24 ; STATIC-FP: sw $fp, {{[0-9]+}}($sp)
25 ; STATIC-FP: move $fp, $sp
[all …]
/external/llvm/test/CodeGen/AArch64/
Dstack_guard_remat.ll4 …location-model=static -code-model=large -no-integrated-as | FileCheck %s -check-prefix=STATIC-LARGE
5 …location-model=static -code-model=small -no-integrated-as | FileCheck %s -check-prefix=STATIC-SMALL
17 ; STATIC-LARGE: foo2
18 ; STATIC-LARGE: movz [[R0:x[0-9]+]], #:abs_g3:__stack_chk_guard
19 ; STATIC-LARGE: movk [[R0]], #:abs_g2_nc:__stack_chk_guard
20 ; STATIC-LARGE: movk [[R0]], #:abs_g1_nc:__stack_chk_guard
21 ; STATIC-LARGE: movk [[R0]], #:abs_g0_nc:__stack_chk_guard
22 ; STATIC-LARGE: ldr {{x[0-9]+}}, {{\[}}[[R0]]{{\]}}
24 ; STATIC-SMALL: foo2
25 ; STATIC-SMALL: adrp [[R0:x[0-9]+]], __stack_chk_guard
[all …]
/external/llvm/test/CodeGen/Mips/compactbranches/
Dcompact-branches.ll16 ; STATIC: nop
17 ; STATIC: jal
45 ; STATIC: nop
46 ; STATIC: jal
68 ; STATIC: nop
69 ; STATIC: jal
88 ; STATIC: nop
89 ; STATIC: jal
109 ; STATIC: nop
110 ; STATIC: jal
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dindirectbr.ll2 …ocation-model=static -march=ppc32 -mtriple=powerpc-apple-darwin | FileCheck %s -check-prefix=STATIC
10 ; STATIC-LABEL: foo:
25 ; STATIC: mtctr
26 ; STATIC-NEXT: li
27 ; STATIC-NEXT: li
28 ; STATIC-NEXT: li
29 ; STATIC-NEXT: li
30 ; STATIC-NEXT: bctr
66 ; STATIC: li r[[R0:[0-9]+]], lo16(Ltmp0)
67 ; STATIC: addis r[[R0]], r[[R0]], ha16(Ltmp0)
[all …]
/external/syslinux/memdisk/
Dinflate.c130 STATIC int huft_build OF((unsigned *, unsigned, unsigned,
132 STATIC int huft_free OF((struct huft *));
133 STATIC int inflate_codes OF((struct huft *, struct huft *, int, int));
134 STATIC int inflate_stored OF((void));
135 STATIC int inflate_fixed OF((void));
136 STATIC int inflate_dynamic OF((void));
137 STATIC int inflate_block OF((int *));
138 STATIC int inflate OF((void));
210 STATIC ulg bb; /* bit buffer */
211 STATIC unsigned bk; /* bits in bit buffer */
[all …]

12345678910>>...13