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

1 2 3

  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-mips32.c 260 VexGuestMIPS32State* mips1 = (VexGuestMIPS32State*) get_arch (set, tst); local
263 case 0: VG_(transfer) (&mips1->guest_r0, buf, dir, size, mod); break;
264 case 1: VG_(transfer) (&mips1->guest_r1, buf, dir, size, mod); break;
265 case 2: VG_(transfer) (&mips1->guest_r2, buf, dir, size, mod); break;
266 case 3: VG_(transfer) (&mips1->guest_r3, buf, dir, size, mod); break;
267 case 4: VG_(transfer) (&mips1->guest_r4, buf, dir, size, mod); break;
268 case 5: VG_(transfer) (&mips1->guest_r5, buf, dir, size, mod); break;
269 case 6: VG_(transfer) (&mips1->guest_r6, buf, dir, size, mod); break;
270 case 7: VG_(transfer) (&mips1->guest_r7, buf, dir, size, mod); break;
271 case 8: VG_(transfer) (&mips1->guest_r8, buf, dir, size, mod); break
    [all...]
valgrind-low-mips64.c 261 VexGuestMIPS64State* mips1 = (VexGuestMIPS64State*) get_arch (set, tst); local
264 case 0: VG_(transfer) (&mips1->guest_r0, buf, dir, size, mod); break;
265 case 1: VG_(transfer) (&mips1->guest_r1, buf, dir, size, mod); break;
266 case 2: VG_(transfer) (&mips1->guest_r2, buf, dir, size, mod); break;
267 case 3: VG_(transfer) (&mips1->guest_r3, buf, dir, size, mod); break;
268 case 4: VG_(transfer) (&mips1->guest_r4, buf, dir, size, mod); break;
269 case 5: VG_(transfer) (&mips1->guest_r5, buf, dir, size, mod); break;
270 case 6: VG_(transfer) (&mips1->guest_r6, buf, dir, size, mod); break;
271 case 7: VG_(transfer) (&mips1->guest_r7, buf, dir, size, mod); break;
272 case 8: VG_(transfer) (&mips1->guest_r8, buf, dir, size, mod); break
    [all...]
  /external/llvm/test/MC/Mips/mips1/
invalid-mips32.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 \
valid-xfail.s 5 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 | not FileCheck %s
invalid-mips2-wrong-error.s 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 \
invalid-mips3-wrong-error.s 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 \
invalid-mips4-wrong-error.s 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 \
invalid-mips2.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 \
invalid-mips5-wrong-error.s 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 \
valid.s 3 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 | FileCheck %s
  /external/llvm/test/MC/Mips/
elf_eflags.s 94 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips1 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS1 %s
95 # MIPS1: Flags [ (0x1000)
97 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips1 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS1-NAN2008 %s
98 # MIPS1-NAN2008: Flags [ (0x1400)
  /external/clang/test/Driver/
mips-as.c 60 // RUN: %clang -target mips-linux-gnu -mips1 -### \
63 // MIPS-ALIAS-1: as{{(.exe)?}}" "-march" "mips1" "-mabi" "32" "-EB"
194 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -c %s -mcpu=mips1 \
195 // RUN: 2>&1 | FileCheck -check-prefix=MIPS1-EB-AS %s
196 // MIPS1-EB-AS: as{{(.exe)?}}" "-march" "mips1" "-mabi" "32" "-EB"
197 // MIPS1-EB-AS-NOT: "{{[ A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-KPIC"
mips-abi.c 60 // RUN: -march=mips1 2>&1 \
62 // MIPS-ARCH-1: "-target-cpu" "mips1"
  /external/llvm/lib/Target/Mips/
Mips.td 83 def FeatureMips1 : SubtargetFeature<"mips1", "MipsArchVersion", "Mips1",
163 def : Proc<"mips1", [FeatureMips1, FeatureO32]>;
MipsSubtarget.h 47 Mips1, Mips2, Mips32, Mips32r2, Mips32r6, Mips3, Mips4, Mips5, Mips64,
185 bool hasMips1() const { return MipsArchVersion >= Mips1; }
  /external/valgrind/main/
README.mips 14 GCC to compile to "mips1" by default. Depending on a target platform, using
  /bionic/libc/arch-mips/include/machine/
elf_machdep.h 137 #define EF_MIPS_ARCH_1 0x00000000 /* -mips1 code */
  /bionic/libc/arch-mips64/include/machine/
elf_machdep.h 137 #define EF_MIPS_ARCH_1 0x00000000 /* -mips1 code */
  /development/ndk/platforms/android-L/arch-mips/include/machine/
elf_machdep.h 137 #define EF_MIPS_ARCH_1 0x00000000 /* -mips1 code */
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
elf_machdep.h 137 #define EF_MIPS_ARCH_1 0x00000000 /* -mips1 code */
  /external/chromium_org/third_party/libvpx/source/libvpx/
AUTHORS 69 Parag Salasakar <img.mips1@gmail.com>
  /external/libvpx/libvpx/
AUTHORS 69 Parag Salasakar <img.mips1@gmail.com>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
AUTHORS 69 Parag Salasakar <img.mips1@gmail.com>
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/machine/
elf_machdep.h 137 #define EF_MIPS_ARCH_1 0x00000000 /* -mips1 code */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/machine/
elf_machdep.h 137 #define EF_MIPS_ARCH_1 0x00000000 /* -mips1 code */

Completed in 256 milliseconds

1 2 3