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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/arch/
ppc64.go 1 // Do not edit. Bootstrap copy of /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/arch/ppc64.go
3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/arch/ppc64.go:1
9 // 64-bit PowerPC (PPC64) instruction set, to minimize its interaction
14 import "bootstrap/internal/obj/ppc64"
24 // IsPPC64RLD reports whether the op (as defined by an ppc64.A* constant) is
29 case ppc64.ARLDC, ppc64.ARLDCCC, ppc64.ARLDCL, ppc64.ARLDCLCC,
30 ppc64.ARLDCR, ppc64.ARLDCRCC, ppc64.ARLDMI, ppc64.ARLDMICC
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/arch/
ppc64.go 1 // Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/arch/ppc64.go
3 //line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/arch/ppc64.go:1
9 // 64-bit PowerPC (PPC64) instruction set, to minimize its interaction
14 import "bootstrap/internal/obj/ppc64"
24 // IsPPC64RLD reports whether the op (as defined by an ppc64.A* constant) is
29 case ppc64.ARLDC, ppc64.ARLDCCC, ppc64.ARLDCL, ppc64.ARLDCLCC,
30 ppc64.ARLDCR, ppc64.ARLDCRCC, ppc64.ARLDMI, ppc64.ARLDMICC
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
ppc64.go 6 // 64-bit PowerPC (PPC64) instruction set, to minimize its interaction
11 import "cmd/internal/obj/ppc64"
21 // IsPPC64RLD reports whether the op (as defined by an ppc64.A* constant) is
26 case ppc64.ARLDC, ppc64.ARLDCCC, ppc64.ARLDCL, ppc64.ARLDCLCC,
27 ppc64.ARLDCR, ppc64.ARLDCRCC, ppc64.ARLDMI, ppc64.ARLDMICC
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
ppc64.go 6 // 64-bit PowerPC (PPC64) instruction set, to minimize its interaction
11 import "cmd/internal/obj/ppc64"
21 // IsPPC64RLD reports whether the op (as defined by an ppc64.A* constant) is
26 case ppc64.ARLDC, ppc64.ARLDCCC, ppc64.ARLDCL, ppc64.ARLDCLCC,
27 ppc64.ARLDCR, ppc64.ARLDCRCC, ppc64.ARLDMI, ppc64.ARLDMICC
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/
prog.go 1 // Do not edit. Bootstrap copy of /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/prog.go
3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/prog.go:1
8 package ppc64 package
13 "bootstrap/internal/obj/ppc64"
30 var progtable = [ppc64.ALAST]obj.ProgInfo{
46 ppc64.AADD: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
47 ppc64.ASUB: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
48 ppc64.ANEG: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
49 ppc64.AAND: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
50 ppc64.AOR: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0}
    [all...]
peep.go 1 // Do not edit. Bootstrap copy of /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/peep.go
3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/peep.go:1
34 package ppc64 package
39 "bootstrap/internal/obj/ppc64"
70 if p.As == ppc64.AMOVD || p.As == ppc64.AFMOVD {
90 p.From.Reg = ppc64.REGZERO
119 case ppc64.AMOVH,
120 ppc64.AMOVHZ,
121 ppc64.AMOVB
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/
prog.go 1 // Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/prog.go
3 //line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/prog.go:1
8 package ppc64 package
13 "bootstrap/internal/obj/ppc64"
30 var progtable = [ppc64.ALAST]obj.ProgInfo{
46 ppc64.AADD: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
47 ppc64.ASUB: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
48 ppc64.ANEG: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
49 ppc64.AAND: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
50 ppc64.AOR: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0}
    [all...]
peep.go 1 // Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/peep.go
3 //line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/peep.go:1
34 package ppc64 package
39 "bootstrap/internal/obj/ppc64"
70 if p.As == ppc64.AMOVD || p.As == ppc64.AFMOVD {
90 p.From.Reg = ppc64.REGZERO
119 case ppc64.AMOVH,
120 ppc64.AMOVHZ,
121 ppc64.AMOVB
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
prog.go 5 package ppc64 package
10 "cmd/internal/obj/ppc64"
27 var progtable = [ppc64.ALAST]obj.ProgInfo{
43 ppc64.AADD: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
44 ppc64.ASUB: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
45 ppc64.ANEG: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
46 ppc64.AAND: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
47 ppc64.AOR: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
48 ppc64.AXOR: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
49 ppc64.AMULLD: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0}
    [all...]
peep.go 31 package ppc64 package
36 "cmd/internal/obj/ppc64"
67 if p.As == ppc64.AMOVD || p.As == ppc64.AFMOVD {
87 p.From.Reg = ppc64.REGZERO
116 case ppc64.AMOVH,
117 ppc64.AMOVHZ,
118 ppc64.AMOVB,
119 ppc64.AMOVBZ,
120 ppc64.AMOVW
    [all...]
reg.go 31 package ppc64 package
33 import "cmd/internal/obj/ppc64"
114 regbits := uint64(1<<0 | RtoB(ppc64.REGSP) | RtoB(ppc64.REGG) | RtoB(ppc64.REGTLS))
117 regbits |= RtoB(ppc64.REG_F27) | RtoB(ppc64.REG_F28) | RtoB(ppc64.REG_F29) | RtoB(ppc64.REG_F30) | RtoB(ppc64.REG_F31
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
prog.go 5 package ppc64 package
10 "cmd/internal/obj/ppc64"
27 var progtable = [ppc64.ALAST]obj.ProgInfo{
43 ppc64.AADD: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
44 ppc64.ASUB: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
45 ppc64.ANEG: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
46 ppc64.AAND: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
47 ppc64.AOR: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
48 ppc64.AXOR: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0},
49 ppc64.AMULLD: {gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite, 0, 0, 0}
    [all...]
peep.go 31 package ppc64 package
36 "cmd/internal/obj/ppc64"
67 if p.As == ppc64.AMOVD || p.As == ppc64.AFMOVD {
87 p.From.Reg = ppc64.REGZERO
116 case ppc64.AMOVH,
117 ppc64.AMOVHZ,
118 ppc64.AMOVB,
119 ppc64.AMOVBZ,
120 ppc64.AMOVW
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
ppc64.out 1 9 00001 (testdata/ppc64.s:9) TEXT foo(SB), 0, $0
2 19 00002 (testdata/ppc64.s:19) MOVW R1, R2
3 25 00003 (testdata/ppc64.s:25) MOVW foo<>+3(SB), R2
4 26 00004 (testdata/ppc64.s:26) MOVW 16(R1), R2
5 32 00005 (testdata/ppc64.s:32) MOVW (R1), R2
6 33 00006 (testdata/ppc64.s:33) MOVW (R1)(R2*1), R3
7 39 00007 (testdata/ppc64.s:39) MOVW R1, R2
8 45 00008 (testdata/ppc64.s:45) MOVB foo<>+3(SB), R2
9 46 00009 (testdata/ppc64.s:46) MOVB 16(R1), R2
10 52 00010 (testdata/ppc64.s:52) MOVB (R1), R
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
ppc64.out 1 9 00001 (testdata/ppc64.s:9) TEXT foo(SB), 0, $0
2 19 00002 (testdata/ppc64.s:19) MOVW R1, R2
3 25 00003 (testdata/ppc64.s:25) MOVW foo<>+3(SB), R2
4 26 00004 (testdata/ppc64.s:26) MOVW 16(R1), R2
5 32 00005 (testdata/ppc64.s:32) MOVW (R1), R2
6 33 00006 (testdata/ppc64.s:33) MOVW (R1)(R2*1), R3
7 39 00007 (testdata/ppc64.s:39) MOVW R1, R2
8 45 00008 (testdata/ppc64.s:45) MOVB foo<>+3(SB), R2
9 46 00009 (testdata/ppc64.s:46) MOVB 16(R1), R2
10 52 00010 (testdata/ppc64.s:52) MOVB (R1), R
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
fp128-bitcast-after-operation.ll 1 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 < %s | FileCheck %s -check-prefix=PPC64-P8
2 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr7 < %s | FileCheck %s -check-prefix=PPC64
3 ; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr8 < %s | FileCheck %s -check-prefix=PPC64-P8
4 ; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 < %s | FileCheck %s -check-prefix=PPC64
9 ; PPC64-LABEL: test_abs:
10 ; PPC64-DAG: stxsdx 2, 0, [[ADDR_HI:[0-9]+]]
11 ; PPC64-DAG: stxsdx 1, 0, [[ADDR_LO:[0-9]+]]
12 ; PPC64-DAG: addi [[ADDR_HI]], [[SP:[0-9]+]], [[OFFSET_HI:-?[0-9]+]]
13 ; PPC64-DAG: addi [[ADDR_LO]], [[SP]], [[OFFSET_LO:-?[0-9]+]]
14 ; PPC64-DAG: li [[MASK_REG:[0-9]+]],
    [all...]
Frames-large.ll 4 ; RUN: llc < %s -march=ppc64 | FileCheck %s -check-prefix=PPC64-NOFP
5 ; RUN: llc < %s -march=ppc64 -disable-fp-elim | FileCheck %s -check-prefix=PPC64-FP
36 ; PPC64-NOFP: _f1:
37 ; PPC64-NOFP: lis r0, -1
38 ; PPC64-NOFP: ori r0, r0, 32720
39 ; PPC64-NOFP: stdux r1, r1, r0
40 ; PPC64-NOFP: addi r3, r1, 52
41 ; PPC64-NOFP: ld r1, 0(r1
    [all...]
pwr3-6x.ll 3 ;RUN: llc < %s -march=ppc64 -mcpu=pwr3 | FileCheck %s
4 ;RUN: llc < %s -march=ppc64 -mcpu=pwr4 | FileCheck %s
5 ;RUN: llc < %s -march=ppc64 -mcpu=pwr5 | FileCheck %s
6 ;RUN: llc < %s -march=ppc64 -mcpu=pwr5x | FileCheck %s
7 ;RUN: llc < %s -march=ppc64 -mcpu=pwr6x | FileCheck %s
svr4-redzone.ll 2 ; RUN: llc -mtriple="powerpc64-unknown-linux-gnu" < %s | FileCheck %s --check-prefix=PPC64
14 ; PPC64-LABEL: regalloc:
15 ; PPC64-NOT: stdu 1, -{{[0-9]+}}(1)
16 ; PPC64: blr
26 ; PPC64-LABEL: smallstack:
27 ; PPC64-NOT: stdu 1, -{{[0-9]+}}(1)
28 ; PPC64: blr
38 ; PPC64-LABEL: bigstack:
39 ; PPC64: stdu 1, -288(1)
a2q.ll 1 ; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck %s
2 ; RUN: llc < %s -march=ppc64 -mcpu=a2 -mattr=+qpx | FileCheck %s
crsave.ll 2 ; RUN: llc -O0 -mtriple=powerpc64-unknown-linux-gnu -mcpu=g5 < %s | FileCheck %s -check-prefix=PPC64
23 ; PPC64: .cfi_startproc
24 ; PPC64: mfcr 12
25 ; PPC64: stw 12, 8(1)
26 ; PPC64: stdu 1, -[[AMT:[0-9]+]](1)
27 ; PPC64: .cfi_def_cfa_offset 128
28 ; PPC64: .cfi_offset lr, 16
29 ; PPC64: .cfi_offset cr2, 8
30 ; PPC64: addi 1, 1, [[AMT]]
31 ; PPC64: lwz 12, 8(1
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc64.c 183 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*) get_arch (set, tst); local
188 case 0: VG_(transfer) (&ppc64->guest_GPR0, buf, dir, size, mod); break;
189 case 1: VG_(transfer) (&ppc64->guest_GPR1, buf, dir, size, mod); break;
190 case 2: VG_(transfer) (&ppc64->guest_GPR2, buf, dir, size, mod); break;
191 case 3: VG_(transfer) (&ppc64->guest_GPR3, buf, dir, size, mod); break;
192 case 4: VG_(transfer) (&ppc64->guest_GPR4, buf, dir, size, mod); break;
193 case 5: VG_(transfer) (&ppc64->guest_GPR5, buf, dir, size, mod); break;
194 case 6: VG_(transfer) (&ppc64->guest_GPR6, buf, dir, size, mod); break;
195 case 7: VG_(transfer) (&ppc64->guest_GPR7, buf, dir, size, mod); break;
196 case 8: VG_(transfer) (&ppc64->guest_GPR8, buf, dir, size, mod); break
333 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*)&tst->arch.vex; local
    [all...]
  /external/compiler-rt/test/asan/TestCases/
debug_ppc64_mapping.cc 2 // RUN: %env_asan_opts=verbosity=0 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-PPC64-V0
3 // RUN: %env_asan_opts=verbosity=2 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-PPC64
9 // CHECK-PPC64: || `[{{0x0a0|0x040}}000000000, {{0x3ff|0x0ff}}fffffffff]` || HighMem ||
10 // CHECK-PPC64: || `[{{0x034|0x028}}000000000, {{0x09f|0x03f}}fffffffff]` || HighShadow ||
11 // CHECK-PPC64: || `[{{0x024|0x024}}000000000, {{0x033|0x027}}fffffffff]` || ShadowGap ||
12 // CHECK-PPC64: || `[0x020000000000, 0x023fffffffff]` || LowShadow ||
13 // CHECK-PPC64: || `[0x000000000000, 0x01ffffffffff]` || LowMem ||
15 printf("ppc64 eyecatcher \n");
16 // CHECK-PPC64-V0: ppc64 eyecatche
    [all...]
  /external/llvm/test/tools/llvm-readobj/
relocations.test 15 RUN: llvm-readobj -r --expand-relocs %p/Inputs/trivial.obj.macho-ppc64 \
16 RUN: | FileCheck %s -check-prefix MACHO-PPC64
139 MACHO-PPC64: Relocations [
140 MACHO-PPC64-NEXT: Section __text {
141 MACHO-PPC64-NEXT: Relocation {
142 MACHO-PPC64-NEXT: Offset: 0x24
143 MACHO-PPC64-NEXT: PCRel: 0
144 MACHO-PPC64-NEXT: Length: 2
145 MACHO-PPC64-NEXT: Type: (14)
146 MACHO-PPC64-NEXT: Value: 0x6
    [all...]
  /external/clang/test/CodeGenCXX/
bitfield.cpp 4 // RUN: | FileCheck -check-prefix=CHECK-PPC64 %s
29 // CHECK-PPC64-LABEL: define zeroext i32 @_ZN2N06read00
30 // CHECK-PPC64: %[[ptr:.*]] = bitcast %{{.*}}* %{{.*}} to i64*
31 // CHECK-PPC64: %[[val:.*]] = load i64, i64* %[[ptr]]
32 // CHECK-PPC64: %[[shr:.*]] = lshr i64 %[[val]], 50
33 // CHECK-PPC64: %[[trunc:.*]] = trunc i64 %[[shr]] to i32
34 // CHECK-PPC64: ret i32 %[[trunc]]
45 // CHECK-PPC64-LABEL: define zeroext i32 @_ZN2N06read01
46 // CHECK-PPC64: %[[ptr:.*]] = bitcast %{{.*}}* %{{.*}} to i64*
47 // CHECK-PPC64: %[[val:.*]] = load i64, i64* %[[ptr]
    [all...]

Completed in 777 milliseconds

1 2 3 4 5 6 7 8 91011>>