HomeSort by relevance Sort by last modified time
    Searched full:pic (Results 1 - 25 of 1035) 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/ARM/
tls-models.ll 2 ; RUN: llc -march=arm -mtriple=arm-linux-gnueabi -relocation-model=pic < %s | FileCheck -check-prefix=CHECK-PIC %s
23 ; Non-PIC code can use initial-exec, PIC code has to use general dynamic.
26 ; CHECK-PIC: f1:
27 ; CHECK-PIC: external_gd(tlsgd)
34 ; Non-PIC code can use local exec, PIC code can use local dynamic,
38 ; CHECK-PIC: f2:
39 ; CHECK-PIC: internal_gd(tlsgd
    [all...]
eh-dispcont.ll 1 ; RUN: llc -mtriple armv7-apple-ios -relocation-model=pic -o - %s | FileCheck %s -check-prefix=ARM-PIC
3 ; RUN: llc -mtriple armv7-apple-ios -relocation-model=dynamic-no-pic -o - %s | FileCheck %s -check-prefix=ARM-NOPIC
4 ; RUN: llc -mtriple thumbv6-apple-ios -relocation-model=pic -o - %s | FileCheck %s -check-prefix=THUMB1-PIC
6 ; RUN: llc -mtriple thumbv6-apple-ios -relocation-model=dynamic-no-pic -o - %s | FileCheck %s -check-prefix=THUMB1-NOPIC
44 ; ARM-PIC: cxa_throw
45 ; ARM-PIC: trap
46 ; ARM-PIC: adr [[REG1:r[0-9]+]], [[LJTI:.*]]
47 ; ARM-PIC: ldr [[REG0:r[0-9]+]], [r{{[0-9]+}}, [[REG1]]
    [all...]
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/llvm/test/CodeGen/Mips/
tls-models.ll 1 ; RUN: llc -march=mipsel < %s | FileCheck -check-prefix=CHECK-PIC %s
22 ; Non-PIC code can use initial-exec, PIC code has to use general dynamic.
25 ; CHECK-PIC: f1:
26 ; CHECK-PIC: %tlsgd
33 ; Non-PIC code can use local exec, PIC code can use local dynamic.
36 ; CHECK-PIC: f2:
37 ; CHECK-PIC: %tlsldm
47 ; Non-PIC code can use initial exec, PIC should use local dynamic
    [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...]
tls.ll 2 ; RUN: FileCheck %s -check-prefix=PIC
18 ; PIC: addu $[[R0:[a-z0-9]+]], $2, $25
19 ; PIC: lw $25, %call16(__tls_get_addr)($[[R0]])
20 ; PIC: addiu $4, $[[R0]], %tlsgd(t1)
21 ; PIC: jalr $25
22 ; PIC: lw $2, 0($2)
41 ; PIC: addu $[[R0:[a-z0-9]+]], $2, $25
42 ; PIC: lw $25, %call16(__tls_get_addr)($[[R0]])
43 ; PIC: addiu $4, $[[R0]], %tlsgd(t2)
44 ; PIC: jalr $2
    [all...]
2010-07-20-Switch.ll 3 ; RUN: llc < %s -march=mips -relocation-model=pic | \
4 ; RUN: FileCheck %s -check-prefix=PIC-O32
5 ; RUN: llc < %s -march=mips64 -relocation-model=pic -mcpu=mips64 | \
19 ; PIC-O32: sll $[[R0:[0-9]+]], ${{[0-9]+}}, 2
20 ; PIC-O32: lw $[[R1:[0-9]+]], %got($JTI0_0)
21 ; PIC-O32: addu $[[R2:[0-9]+]], $[[R0]], $[[R1]]
22 ; PIC-O32: lw $[[R4:[0-9]+]], %lo($JTI0_0)($[[R2]])
23 ; PIC-O32: addu $[[R5:[0-9]+]], $[[R4:[0-9]+]]
24 ; PIC-O32: jr $[[R5]]
60 ; PIC-O32: .align
    [all...]
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...]
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.ll 3 ; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -filetype=obj -relocation-model=pic %s -o - | \
4 ; RUN: elf-dump --dump-section-data | FileCheck %s -check-prefix=PIC
47 ; PIC: ('sh_name', 0x{{.*}}) # '.eh_frame'
48 ; PIC-NEXT: ('sh_type', 0x00000001)
49 ; PIC-NEXT: ('sh_flags', 0x0000000000000002)
50 ; PIC-NEXT: ('sh_addr', 0x{{.*}})
51 ; PIC-NEXT: ('sh_offset', 0x{{.*}})
52 ; PIC-NEXT: ('sh_size', 0x0000000000000028)
53 ; PIC-NEXT: ('sh_link', 0x00000000)
54 ; PIC-NEXT: ('sh_info', 0x00000000
    [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
  /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=pic -mtriple=powerpc64-apple-darwin8 | FileCheck %s -check-prefix=PIC64
4 ; RUN: llc < %s -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=DYNAMIC
5 ; RUN: llc < %s -relocation-model=dynamic-no-pic -mtriple=powerpc64-apple-darwin8 | FileCheck %s -check-prefix=DYNAMIC64
17 ; PIC: _foo:
18 ; PIC: bl L_exact_log2$stub
19 ; PIC: blr
43 ; PIC: .section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
44 ; PIC: L_exact_log2$stub
    [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/skia/tools/
pinspect.cpp 36 SkPicture* pic = SkNEW_ARGS(SkPicture, (&stream)); local
37 printf("picture size:[%d %d]\n", pic->width(), pic->height());
38 return pic;
41 static void dumpOps(SkPicture* pic) {
45 canvas.drawPicture(*pic);
67 SkAutoTUnref<SkPicture> pic(inspect(argv[index]));
69 dumpOps(pic);
  /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/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-PIC1: "-mrelocation-model" "pic"
9 // CHECK-PIC1: "-pic-level" "1"
11 // CHECK-PIC2: "-mrelocation-model" "pic"
12 // CHECK-PIC2: "-pic-level" "2
    [all...]
  /external/webp/src/enc/
syntax.c 30 static int PutPaddingByte(const WebPPicture* const pic) {
33 return !!pic->writer(pad_byte, 1, pic);
41 const WebPPicture* const pic = enc->pic_; local
47 if (!pic->writer(riff, sizeof(riff), pic)) {
54 const WebPPicture* const pic = enc->pic_; local
61 assert(pic->width >= 1 && pic->height >= 1);
62 assert(pic->width <= MAX_CANVAS_SIZE && pic->height <= MAX_CANVAS_SIZE)
79 const WebPPicture* const pic = enc->pic_; local
153 WebPPicture* const pic = enc->pic_; local
275 WebPPicture* const pic = enc->pic_; local
355 WebPPicture* const pic = enc->pic_; local
    [all...]
  /external/clang/test/Analysis/engine/
replay-without-inlining.c 37 static void readILBM(IB *st, Info *pic) {
39 pic->usedtobeundef.w = 5;
52 Info pic; local
56 readILBM(&st,&pic);
57 return pic.usedtobeundef.w; // No undefined value warning here.
  /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) .
45 $(RM) -rf pic

Completed in 479 milliseconds

1 2 3 4 5 6 7 8 91011>>