Searched refs:PPC32 (Results 1 – 17 of 17) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | Frames-large.ll | 2 ; 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 …]
|
D | Frames-alloca.ll | 1 ; 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/ |
D | genoffsets.c | 119 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/ |
D | pub_core_basics.h | 97 } PPC32; member
|
D | m_libcassert.c | 97 (srP)->misc.PPC32.r_lr = lr; \
|
D | m_stacktrace.c | 423 Addr lr = startRegs->misc.PPC32.r_lr; in VG_()
|
D | m_machine.c | 81 regs->misc.PPC32.r_lr in VG_()
|
D | m_signals.c | 350 (srP)->misc.PPC32.r_lr = (uc)->uc_regs->mc_gregs[VKI_PT_LNK]; \
|
/external/valgrind/main/ |
D | valgrind.spec.in | 20 platforms: x86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux, x86/MacOSX,
|
D | README | 37 - PPC32/Linux
|
D | NEWS | 7 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/ |
D | 3_1_BUGSTATUS.txt | 73 vx1554 pending n-i-bz re-add stfiwx support (PPC32)
|
D | notes.txt | 3 PPC32 port
|
D | 3_2_BUGSTATUS.txt | 73 145887 r7193 PPC32: getitimer() system call is not supported (patch)
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 649 // PPC32 Load Instructions. 744 // PPC32 Store Instructions. 850 // PPC32 Arithmetic Instructions.
|
/external/qemu/ |
D | ppc-dis.c | 1958 #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/ |
D | changes | 203 …-- Added PPC32 support to the rotate macros (tested on an IBM PPC 405) and LTC_FAST macros (it ain…
|