/external/llvm/test/MC/Mips/mips5/ |
valid.s | 117 mfc1 $a3,$f27
|
/external/llvm/test/MC/Mips/mips64/ |
valid.s | 127 mfc1 $a3,$f27
|
/external/llvm/test/MC/Mips/mips64r2/ |
valid.s | 142 mfc1 $a3,$f27
|
/external/oprofile/events/mips/74K/ |
events | 37 event:0x13 counters:0,2 um:zero minimum:500 name:ALU_BUBBLE_CYCLES : 19-0 DDQ0 (ALU out-of-order dispatch queue) bubbles due to MFC1 data write
|
/system/core/libpixelflinger/codeflinger/ |
mips_disassem.c | 433 db_printf("mfc1\t%s,f%d",
|
/external/chromium_org/v8/src/mips64/ |
macro-assembler-mips64.cc | [all...] |
macro-assembler-mips64.h | 257 mfc1(dst_low, src); 266 mfc1(dst_low, src); [all...] |
constants-mips64.h | 457 MFC1 = ((0 << 3) + 0) << 21,
|
assembler-mips64.h | [all...] |
assembler-mips64.cc | 2241 void Assembler::mfc1(Register rt, FPURegister fs) { function in class:v8::Assembler [all...] |
simulator-mips64.cc | [all...] |
/external/chromium_org/v8/src/mips/ |
macro-assembler-mips.h | 236 mfc1(dst_low, src); 245 mfc1(dst_low, src); [all...] |
constants-mips.h | 446 MFC1 = ((0 << 3) + 0) << 21,
|
assembler-mips.h | 868 void mfc1(Register rt, FPURegister fs); [all...] |
assembler-mips.cc | 2020 void Assembler::mfc1(Register rt, FPURegister fs) { function in class:v8::Assembler [all...] |
simulator-mips.cc | [all...] |
code-stubs-mips.cc | 165 __ mfc1(scratch3, double_scratch); [all...] |
/external/pcre/dist/sljit/ |
sljitNativeMIPS_common.c | 147 #define MFC1 (HI(17)) [all...] |
/art/compiler/dex/quick/mips/ |
assemble_mips.cc | 392 "mfc1", "!0r,!1s", 4), [all...] |
mips_lir.h | 474 kMipsMfc1, // mfc1 t,s [01000100000] t[20..16] s[15..11] [00000000000].
|
/art/compiler/utils/mips/ |
assembler_mips.cc | 389 void MipsAssembler::Mfc1(Register rt, FRegister fs) { [all...] |
/external/valgrind/main/VEX/priv/ |
host_mips_isel.c | [all...] |
host_mips_defs.c | 831 ret = "mfc1"; [all...] |
/prebuilts/sdk/tools/linux/ |
libLLVM.so | |
/external/qemu/disas/ |
mips.c | [all...] |