/external/llvm/test/MC/Disassembler/Mips/ |
mips32r2.txt | 293 # CHECK: mtc1 $6, $f7
|
mips32r2_le.txt | 293 # CHECK: mtc1 $6, $f7
|
/external/llvm/test/MC/Mips/mips3/ |
valid.s | 122 mtc1 $s8,$f9
|
/external/llvm/test/MC/Mips/mips32/ |
valid.s | 94 mtc1 $s8,$f9
|
/external/llvm/test/MC/Mips/mips32r2/ |
valid.s | 109 mtc1 $s8,$f9
|
/external/chromium_org/v8/src/mips/ |
macro-assembler-mips.cc | [all...] |
disasm-mips.cc | 465 case MTC1: 466 Format(instr, "mtc1 'rt, 'fs"); [all...] |
lithium-codegen-mips.cc | 477 __ mtc1(at, flt_scratch); [all...] |
code-stubs-mips.cc | 465 __ mtc1(at, f14); 489 __ mtc1(at, f12); 871 __ mtc1(scratch, single_scratch); [all...] |
/external/chromium_org/v8/src/mips64/ |
macro-assembler-mips64.cc | [all...] |
disasm-mips64.cc | 490 case MTC1: 491 Format(instr, "mtc1 'rt, 'fs"); [all...] |
lithium-codegen-mips64.cc | 422 __ mtc1(at, flt_scratch); [all...] |
code-stubs-mips64.cc | 459 __ mtc1(at, f14); 483 __ mtc1(at, f12); 866 __ mtc1(scratch, single_scratch); [all...] |
/external/pcre/dist/sljit/ |
sljitNativeMIPS_common.c | 151 #define MTC1 (HI(17) | (4 << 21)) [all...] |
/art/compiler/dex/quick/mips/ |
int_mips.cc | 196 /* note the operands are swapped for the mtc1 instr */
|
assemble_mips.cc | 396 "mtc1", "!0r,!1s", 4), [all...] |
mips_lir.h | 475 kMipsMtc1, // mtc1 t,s [01000100100] t[20..16] s[15..11] [00000000000].
|
/external/chromium_org/v8/src/ic/mips/ |
handler-compiler-mips.cc | 374 __ mtc1(scratch1, f6);
|
/external/chromium_org/v8/src/ic/mips64/ |
handler-compiler-mips64.cc | 374 __ mtc1(scratch1, f6);
|
/external/llvm/lib/Target/Mips/ |
Mips16HardFloat.cpp | 190 std::string MI = ToFP? "mtc1 ": "mfc1 ";
|
/external/llvm/test/MC/Mips/mips4/ |
valid.s | 138 mtc1 $s8,$f9
|
/external/llvm/test/MC/Mips/mips5/ |
valid.s | 139 mtc1 $s8,$f9
|
/external/llvm/test/MC/Mips/mips64/ |
valid.s | 152 mtc1 $s8,$f9
|
/external/llvm/test/MC/Mips/mips64r2/ |
valid.s | 169 mtc1 $s8,$f9
|
/system/core/libpixelflinger/codeflinger/ |
mips_disassem.c | 427 db_printf("mtc1\t%s,f%d",
|