OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips32r2
(Results
51 - 75
of
163
) sorted by null
1
2
3
4
5
6
7
/external/llvm/test/MC/Mips/
mips-alu-instructions.s
1
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=
mips32r2
| FileCheck %s
94
# CHECK: .set
mips32r2
mips-expansions.s
1
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=
mips32r2
| FileCheck %s
mips-memory-instructions.s
1
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=
mips32r2
| FileCheck %s
set-at-directive.s
1
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=
mips32r2
| \
mips-jump-instructions.s
1
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=
mips32r2
| \
mips64-alu-instructions.s
85
# CHECK: .set
mips32r2
/bionic/libc/arch-mips/include/machine/
elf_machdep.h
144
#define EF_MIPS_ARCH_32R2 0x70000000 /* -
mips32r2
code */
/bionic/libc/private/
bionic_tls.h
100
" .set
mips32r2
\n" \
/external/chromium_org/v8/
Makefile.android
56
DEFINES += mips_arch_variant=
mips32r2
/frameworks/native/opengl/libs/GLES2/
gl2.cpp
73
".set
mips32r2
\n\t" \
/system/core/libpixelflinger/codeflinger/
MIPSAssembler.h
284
void SEB(int Rd, int Rt); // sign-extend byte (
mips32r2
)
285
void SEH(int Rd, int Rt); // sign-extend half-word (
mips32r2
)
319
void ROTR(int Rd, int Rt, int shft); //
mips32r2
320
void ROTRV(int Rd, int Rt, int Rs); //
mips32r2
mips_opcode.h
152
#define OP_SPECIAL3 037 /*
mips32r2
opcodes */
/frameworks/native/opengl/libs/EGL/
getProcAddress.cpp
70
".set
mips32r2
\n\t" \
/frameworks/native/opengl/libs/GLES_CM/
gl.cpp
125
".set
mips32r2
\n\t" \
/system/core/libcutils/tests/memset_mips/
test_memset.c
21
asm volatile (".set push; .set
mips32r2
; rdhwr %[res],$2; .set pop" : [res] "=r" (res) : : "memory");
/external/kernel-headers/original/asm-mips/
mipsregs.h
[
all
...]
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/
mipsel-linux-android-run
/dalvik/vm/compiler/template/mips/
header.S
211
#ifndef
MIPS32R2
/external/chromium_org/v8/src/mips/
simulator-mips.cc
[
all
...]
/external/pixman/pixman/
pixman-mips-dspr2-asm.h
70
* LEAF_MIPS32R2 - declare leaf routine for
MIPS32r2
79
.set arch=
mips32r2
; \
/external/v8/src/mips/
simulator-mips.cc
[
all
...]
/external/llvm/test/MC/Disassembler/Mips/
mips32.txt
432
# CHECK: .set
mips32r2
mips32_le.txt
438
# CHECK: .set
mips32r2
mips32r2.txt
1
# RUN: llvm-mc --disassemble %s -triple=mips-unknown-linux -mcpu=
mips32r2
| FileCheck %s
mips32r2_le.txt
1
# RUN: llvm-mc --disassemble %s -triple=mipsel-unknown-linux -mcpu=
mips32r2
| FileCheck %s
Completed in 389 milliseconds
1
2
3
4
5
6
7