HomeSort by relevance Sort by last modified time
    Searched refs:ppc32 (Results 1 - 11 of 11) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-ppc32.c 40 Need to look at what is the exact ppc32 model to support.
187 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*) get_arch (set, tst); local
192 case 0: VG_(transfer) (&ppc32->guest_GPR0, buf, dir, size, mod); break;
193 case 1: VG_(transfer) (&ppc32->guest_GPR1, buf, dir, size, mod); break;
194 case 2: VG_(transfer) (&ppc32->guest_GPR2, buf, dir, size, mod); break;
195 case 3: VG_(transfer) (&ppc32->guest_GPR3, buf, dir, size, mod); break;
196 case 4: VG_(transfer) (&ppc32->guest_GPR4, buf, dir, size, mod); break;
197 case 5: VG_(transfer) (&ppc32->guest_GPR5, buf, dir, size, mod); break;
198 case 6: VG_(transfer) (&ppc32->guest_GPR6, buf, dir, size, mod); break;
199 case 7: VG_(transfer) (&ppc32->guest_GPR7, buf, dir, size, mod); break
    [all...]
  /external/valgrind/main/memcheck/tests/vbit-test/
irops.c 13 { DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
14 { DEFOP(Iop_Add16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
15 { DEFOP(Iop_Add32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
16 { DEFOP(Iop_Add64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 1 }, // mips asserts
17 { DEFOP(Iop_Sub8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
18 { DEFOP(Iop_Sub16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 1, .mips64 = 1 },
19 { DEFOP(Iop_Sub32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
20 { DEFOP(Iop_Sub64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 0, .mips32 = 0, .mips64 = 1 }, // ppc32, mips assert
21 { DEFOP(Iop_Mul8, UNDEF_LEFT), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 }
    [all...]
vtest.h 72 unsigned ppc32 : 1; member in struct:__anon36799
  /external/libunwind/src/ppc32/
unwind_i.h 33 #include <libunwind-ppc32.h>
  /external/valgrind/main/none/tests/
allexec_prepare_prereq 32 pair ppc32 ppc64
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 121 // ppc32
122 GENOFFSET(PPC32,ppc32,GPR0);
123 GENOFFSET(PPC32,ppc32,GPR1);
124 GENOFFSET(PPC32,ppc32,GPR2);
125 GENOFFSET(PPC32,ppc32,GPR3);
126 GENOFFSET(PPC32,ppc32,GPR4)
    [all...]
  /external/libunwind/include/
libunwind-ppc32.h 42 #define UNW_TARGET ppc32
194 /* no ppc32-specific auxiliary proc-info */
  /external/valgrind/main/
Android.mk 213 coregrind/m_dispatch/dispatch-ppc32-linux.S \
235 coregrind/m_sigframe/sigframe-ppc32-linux.c \
244 coregrind/m_syswrap/syscall-ppc32-linux.S \
258 coregrind/m_syswrap/syswrap-ppc32-linux.c \
282 coregrind/m_gdbserver/valgrind-low-ppc32.c \
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 642 tgt_isa=ppc32
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 642 tgt_isa=ppc32
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 642 tgt_isa=ppc32
    [all...]

Completed in 361 milliseconds