HomeSort by relevance Sort by last modified time
    Searched full:pic (Results 1 - 25 of 855) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/hw/
audiodev.h 5 int SB16_init(qemu_irq *pic);
8 int Adlib_init(qemu_irq *pic);
11 int GUS_init(qemu_irq *pic);
17 int cs4231a_init(qemu_irq *pic);
  /external/llvm/test/CodeGen/Thumb2/
tls2.ll 1 ; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi | FileCheck %s -check-prefix=CHECK-NOT-PIC
2 ; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi -relocation-model=pic | FileCheck %s -check-prefix=CHECK-PIC
8 ; CHECK-NOT-PIC: f:
9 ; CHECK-NOT-PIC: add r0, pc
10 ; CHECK-NOT-PIC: ldr r1, [r0]
11 ; CHECK-NOT-PIC: i(gottpoff)
13 ; CHECK-PIC: f:
14 ; CHECK-PIC: bl __tls_get_addr(PLT)
21 ; CHECK-NOT-PIC: g
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
available-externally.ll 2 ; RUN: llc < %s -relocation-model=pic | FileCheck %s -check-prefix=PIC
3 ; RUN: llc < %s -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=DYNAMIC
15 ; PIC: _foo:
16 ; PIC: bl L_exact_log2$stub
17 ; PIC: blr
33 ; PIC: .section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
34 ; PIC: L_exact_log2$stub:
35 ; PIC: .indirect_symbol _exact_log2
36 ; PIC: mflr r
    [all...]
indirectbr.ll 1 ; RUN: llc < %s -relocation-model=pic -march=ppc32 -mtriple=powerpc-apple-darwin | FileCheck %s -check-prefix=PIC
3 ; RUN: llc < %s -relocation-model=pic -march=ppc64 -mtriple=powerpc64-apple-darwin | FileCheck %s -check-prefix=PPC64
9 ; PIC: foo:
19 ; PIC: mtctr
20 ; PIC-NEXT: li
21 ; PIC-NEXT: li
22 ; PIC-NEXT: li
23 ; PIC-NEXT: li
24 ; PIC-NEXT: bct
    [all...]
  /external/llvm/test/CodeGen/Mips/
2010-07-20-Switch.ll 2 ; RUN: llc < %s -march=mips -relocation-model=pic | FileCheck %s -check-prefix=PIC-O32
3 ; RUN: llc < %s -march=mips64 -relocation-model=pic -mcpu=mips64 -mattr=n64 | FileCheck %s -check-prefix=PIC-N64
13 ; PIC-O32: lw $[[R0:[0-9]+]], %got($JTI0_0)
14 ; PIC-O32: addiu ${{[0-9]+}}, $[[R0]], %lo($JTI0_0)
15 ; PIC-O32: sll ${{[0-9]+}}, ${{[0-9]+}}, 2
16 ; PIC-O32: addu $[[R1:[0-9]+]], ${{[0-9]+}}, $gp
17 ; PIC-O32: jr $[[R1]]
18 ; PIC-N64: ld $[[R0:[0-9]+]], %got_page($JTI0_0
    [all...]
2009-11-16-CstPoolLoad.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
3 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N32
5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N64
10 ; PIC-O32: lw $[[R0:[0-9]+]], %got($CPI0_0)
11 ; PIC-O32: lwc1 $f0, %lo($CPI0_0)($[[R0]])
14 ; PIC-N32: lw $[[R0:[0-9]+]], %got_page($CPI0_0)
15 ; PIC-N32: lwc1 $f0, %got_ofst($CPI0_0)($[[R0]]
    [all...]
br-jmp.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=CHECK-PIC
12 ; CHECK-PIC: b $BB0_1
global-address.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
3 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N32
5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N64
13 ; PIC-O32: lw $[[R0:[0-9]+]], %got(s1)
14 ; PIC-O32: lw ${{[0-9]+}}, %lo(s1)($[[R0]])
15 ; PIC-O32: lw ${{[0-9]+}}, %got(g1)
21 ; PIC-N32: lw $[[R0:[0-9]+]], %got_page(s1
    [all...]
tls.ll 1 ; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=PIC
16 ; PIC: lw $25, %call16(__tls_get_addr)($gp)
17 ; PIC: addiu $4, $gp, %tlsgd(t1)
18 ; PIC: jalr $25
19 ; PIC: lw $2, 0($2)
38 ; PIC: lw $25, %call16(__tls_get_addr)($gp)
39 ; PIC: addiu $4, $gp, %tlsgd(t2)
40 ; PIC: jalr $25
41 ; PIC: lw $2, 0($2)
60 ; PIC: addiu $4, $gp, %tlsldm(f3.i
    [all...]
blockaddr.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
3 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N32
5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N64
15 ; PIC-O32: lw $[[R0:[0-9]+]], %got($tmp[[T0:[0-9]+]])
16 ; PIC-O32: addiu ${{[0-9]+}}, $[[R0]], %lo($tmp[[T0]])
17 ; PIC-O32: lw $[[R1:[0-9]+]], %got($tmp[[T1:[0-9]+]])
18 ; PIC-O32: addiu ${{[0-9]+}}, $[[R1]], %lo($tmp[[T1]]
    [all...]
  /external/llvm/test/CodeGen/X86/
no-cfi.ll 2 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -disable-cfi -relocation-model=pic | FileCheck --check-prefix=PIC %s
10 ; PIC: .ascii "zPLR"
11 ; PIC: .byte 155
12 ; PIC-NEXT: .L
13 ; PIC-NEXT: .long DW.ref.__gxx_personality_v0-.L
14 ; PIC-NEXT: .byte 27
15 ; PIC-NEXT: .byte 27
abi-isel.ll 2 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=i686-unknown-linux-gnu -march=x86 -relocation-model=static -code-model=small | FileCheck %s -check-prefix=LINUX-32-PIC
5 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=x86_64-unknown-linux-gnu -march=x86-64 -relocation-model=pic -code-model=small | FileCheck %s -check-prefix=LINUX-64-PIC
8 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=i686-apple-darwin -march=x86 -relocation-model=dynamic-no-pic -code-model=small | FileCheck %s -check-prefix=DARWIN-32-DYNAMIC
9 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=i686-apple-darwin -march=x86 -relocation-model=pic -code-model=small | FileCheck %s -check-prefix=DARWIN-32-PIC
12 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=x86_64-apple-darwin -march=x86-64 -relocation-model=dynamic-no-pic -code-model=small | FileCheck %s -check-prefix=DARWIN-64-DYNAMIC
13 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=x86_64-apple-darwin -march=x86-64 -relocation-model=pic -code-model=small | FileCheck %s -check-prefix=DARWIN-64-PIC
50 ; LINUX-32-PIC: foo00
    [all...]
eh_frame.ll 2 ; RUN: llc < %s -mtriple x86_64-unknown-linux-gnu -relocation-model=pic | FileCheck -check-prefix=PIC %s
13 ; PIC: .section .eh_frame,"a",@progbits
14 ; PIC: .section my_bar1,"aw",@progbits
asm-modifier-P.ll 1 ; RUN: llc < %s -march=x86 -mtriple=i686-unknown-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-PIC-32
4 ; RUN: llc < %s -march=x86-64 -relocation-model=pic | FileCheck %s -check-prefix=CHECK-PIC-64
24 ; CHECK-PIC-64: test1:
25 ; CHECK-PIC-64: movq G@GOTPCREL(%rip), %rax
26 ; CHECK-PIC-64: frob (%rax) x
27 ; CHECK-PIC-64: frob (%rax) x
33 ; CHECK-PIC-32: test1:
34 ; CHECK-PIC-32: frob G
    [all...]
loop-strength-reduce-2.ll 1 ; RUN: llc < %s -march=x86 -relocation-model=pic | FileCheck %s -check-prefix=PIC
6 ; It's safe to sink A in when it's not pic.
8 ; PIC: align
9 ; PIC: movl $4, -4([[REG:%e[a-z]+]])
10 ; PIC: movl $5, ([[REG]])
11 ; PIC: addl $4, [[REG]]
12 ; PIC: decl {{%e[[a-z]+}}
13 ; PIC: jne
inline-asm-pic.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | grep lea
2 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | grep call
  /external/clang/test/Driver/
pic.c 1 // Test the driver's control over the PIC behavior. These consist of tests of
2 // the relocation model flags and the pic level flags passed to CC1.
4 // CHECK-NO-PIC: "-mrelocation-model" "static"
5 // CHECK-NO-PIC-NOT: "-pic-level"
6 // CHECK-NO-PIC-NOT: "-pie-level"
8 // CHECK-DYNAMIC-NO-PIC1: "-mrelocation-model" "dynamic-no-pic"
9 // CHECK-DYNAMIC-NO-PIC1: "-pic-level" "1"
11 // CHECK-DYNAMIC-NO-PIC2: "-mrelocation-model" "dynamic-no-pic"
12 // CHECK-DYNAMIC-NO-PIC2: "-pic-level" "2
    [all...]
  /external/llvm/test/CodeGen/ARM/
load-global.ll 2 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=DYNAMIC
3 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PIC
4 ; RUN: llc < %s -mtriple=thumbv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PIC_T
5 ; RUN: llc < %s -mtriple=armv7-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PIC_V7
6 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -relocation-model=pic | FileCheck %s -check-prefix=LINUX
22 ; PIC: _test1
23 ; PIC: ldr r0, LCPI0_0
24 ; PIC: ldr r0, [pc, r0]
25 ; PIC: ldr r0, [r0
    [all...]
tls2.ll 4 ; RUN: -relocation-model=pic | FileCheck %s -check-prefix=CHECK-PIC
12 ; CHECK-PIC: f:
13 ; CHECK-PIC: __tls_get_addr
23 ; CHECK-PIC: g:
24 ; CHECK-PIC: __tls_get_addr
  /external/libpng/scripts/
makefile.os2 56 png.o png.pic.o: png.h pngconf.h
57 pngerror.o pngerror.pic.o: png.h pngconf.h
58 pngrio.o pngrio.pic.o: png.h pngconf.h
59 pngwio.o pngwio.pic.o: png.h pngconf.h
60 pngmem.o pngmem.pic.o: png.h pngconf.h
61 pngset.o pngset.pic.o: png.h pngconf.h
62 pngget.o pngget.pic.o: png.h pngconf.h
63 pngread.o pngread.pic.o: png.h pngconf.h
64 pngrtran.o pngrtran.pic.o: png.h pngconf.h
65 pngrutil.o pngrutil.pic.o: png.h pngconf.
    [all...]
  /external/e2fsprogs/lib/
Makefile.bsd-lib 16 @echo " MKDIR pic"
17 @mkdir -p pic
25 (cd pic; ld -Bshareable -o $(BSD_LIB) $(OBJS))
26 $(MV) pic/$(BSD_LIB) .
44 $(RM) -rf pic
Makefile.darwin-lib 16 $(E) " MKDIR pic"
17 $(Q) mkdir -p pic
26 $(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
28 $(Q) $(MV) pic/$(BSD_LIB) .
47 $(RM) -rf pic
  /external/llvm/tools/gold/
README.txt 16 --with-binutils-include=/path/to/binutils/src/include/ --enable-pic. To use the
18 Without PIC libLTO and LLVMgold are not being built (because they would fail
19 link on x86-64 with a relocation error: PIC and non-PIC can't be combined).
20 As an alternative to passing --enable-pic, you can use 'make ENABLE_PIC=1' in
  /external/llvm/test/CodeGen/Generic/
fastcall.ll 2 ; RUN: llc < %s -relocation-model=pic
  /external/llvm/test/CodeGen/SPARC/
2009-08-28-PIC.ll 1 ; RUN: llc -march=sparc --relocation-model=pic < %s | grep _GLOBAL_OFFSET_TABLE_

Completed in 233 milliseconds

1 2 3 4 5 6 7 8 91011>>