Home
last modified time | relevance | path

Searched refs:PPC32 (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
DFrames-large.ll2 ; RUN: llc < %t.bc -march=ppc32 | FileCheck %s -check-prefix=PPC32-NOFP
3 ; RUN: llc < %t.bc -march=ppc32 -disable-fp-elim | FileCheck %s -check-prefix=PPC32-FP
16 ; PPC32-NOFP: _f1:
17 ; PPC32-NOFP: lis r0, -1
18 ; PPC32-NOFP: ori r0, r0, 32704
19 ; PPC32-NOFP: stwux r1, r1, r0
20 ; PPC32-NOFP: addi r3, r1, 68
21 ; PPC32-NOFP: lwz r1, 0(r1)
22 ; PPC32-NOFP: blr
25 ; PPC32-FP: _f1:
[all …]
DFrames-alloca.ll1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC32
3 …march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-prefix=PPC32-NOFP
5 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC32
6 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC32-RS
7 …ch=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-prefix=PPC32-RS-NOFP
9 ; CHECK-PPC32: stw r31, -4(r1)
10 ; CHECK-PPC32: lwz r1, 0(r1)
11 ; CHECK-PPC32: lwz r31, -4(r1)
12 ; CHECK-PPC32-NOFP: stw r31, -4(r1)
13 ; CHECK-PPC32-NOFP: lwz r1, 0(r1)
[all …]
/external/valgrind/main/VEX/auxprogs/
Dgenoffsets.c119 GENOFFSET(PPC32,ppc32,GPR0); in foo()
120 GENOFFSET(PPC32,ppc32,GPR1); in foo()
121 GENOFFSET(PPC32,ppc32,GPR2); in foo()
122 GENOFFSET(PPC32,ppc32,GPR3); in foo()
123 GENOFFSET(PPC32,ppc32,GPR4); in foo()
124 GENOFFSET(PPC32,ppc32,GPR5); in foo()
125 GENOFFSET(PPC32,ppc32,GPR6); in foo()
126 GENOFFSET(PPC32,ppc32,GPR7); in foo()
127 GENOFFSET(PPC32,ppc32,GPR8); in foo()
128 GENOFFSET(PPC32,ppc32,GPR9); in foo()
[all …]
/external/valgrind/main/coregrind/
Dpub_core_basics.h97 } PPC32; member
Dm_libcassert.c97 (srP)->misc.PPC32.r_lr = lr; \
Dm_stacktrace.c423 Addr lr = startRegs->misc.PPC32.r_lr; in VG_()
Dm_machine.c81 regs->misc.PPC32.r_lr in VG_()
Dm_signals.c350 (srP)->misc.PPC32.r_lr = (uc)->uc_regs->mc_gregs[VKI_PT_LNK]; \
/external/valgrind/main/
Dvalgrind.spec.in20 platforms: x86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux, x86/MacOSX,
DREADME37 - PPC32/Linux
DNEWS7 This release supports X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux,
366 This release supports X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux,
686 This release supports X86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux
1291 AMD64/Linux, PPC32/Linux and PPC64/Linux. Support for recent distros
1533 AMD64/Linux, PPC32/Linux and PPC64/Linux. Support for recent distros
1708 145887 PPC32: getitimer() system call is not supported
1941 AMD64/Linux, PPC32/Linux and PPC64/Linux.
1990 - Floating point accuracy has been improved for PPC32/Linux.
2176 AMD64 support is much improved, PPC32 support is good enough to be
2188 - PPC32 support is now good enough to be usable. It should work with
[all …]
/external/valgrind/main/docs/internals/
D3_1_BUGSTATUS.txt73 vx1554 pending n-i-bz re-add stfiwx support (PPC32)
Dnotes.txt3 PPC32 port
D3_2_BUGSTATUS.txt73 145887 r7193 PPC32: getitimer() system call is not supported (patch)
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td649 // PPC32 Load Instructions.
744 // PPC32 Store Instructions.
850 // PPC32 Arithmetic Instructions.
/external/qemu/
Dppc-dis.c1958 #define PPC32 PPC_OPCODE_32 | PPC_OPCODE_PPC macro
3732 { "mtsrin", X(31,242), XRA_MASK, PPC32, { RS, RB } },
4429 { "mfsrin", X(31,659), XRA_MASK, PPC32, { RT, RB } },
/external/dropbear/libtomcrypt/
Dchanges203 …-- Added PPC32 support to the rotate macros (tested on an IBM PPC 405) and LTC_FAST macros (it ain…