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

  /dalvik/vm/arch/mips/
CallO32.S 246 mfc1 $t0,$f0 /* Get float ($f0) or double ($f1$f0) result */
247 mfc1 $t1,$f1
  /frameworks/native/opengl/libagl/arch-mips/
fixed_asm.S 32 mfc1 $a0,$f12
  /external/valgrind/main/none/tests/mips32/
MoveIns.stdout.exp 0 MFC1
2 mfc1 $t1, $f0 :: fs 4.676074, rt 0x4095a266
3 mfc1 $t2, $f1 :: fs 272008302207532160516096.000000, rt 0x66666666
4 mfc1 $t3, $f2 :: fs -1.875000, rt 0xbff00000
5 mfc1 $t4, $f3 :: fs 0.000000, rt 0x0
6 mfc1 $t5, $f4 :: fs 1.875000, rt 0x3ff00000
7 mfc1 $t6, $f5 :: fs 0.000000, rt 0x0
8 mfc1 $t7, $f6 :: fs 0.000000, rt 0x252a2e2b
9 mfc1 $v0, $f7 :: fs 0.000000, rt 0x262d2d2a
10 mfc1 $v1, $f8 :: fs nan, rt 0xfffffff
    [all...]
  /external/v8/test/cctest/
test-assembler-mips.cc 367 __ mfc1(t0, f4);
368 __ mfc1(t1, f5);
369 __ mfc1(t2, f6);
370 __ mfc1(t3, f7);
432 __ mfc1(t2, f8);
437 __ mfc1(t3, f10);
789 __ mfc1(t0, f0);
790 __ mfc1(t1, f1);
796 __ mfc1(t0, f0); // f0 has LS 32 bits of long.
797 __ mfc1(t1, f1); // f1 has MS 32 bits of long
    [all...]
  /external/llvm/test/MC/Mips/
mips-fpu-instructions.s 143 # CHECK: mfc1 $6, $f7 # encoding: [0x00,0x38,0x06,0x44]
162 mfc1 $a2,$f7
  /external/v8/src/mips/
lithium-codegen-mips.cc     [all...]
macro-assembler-mips.h 240 mfc1(dst_low, src);
241 mfc1(dst_high, FPURegister::from_code(src.code() + 1));
    [all...]
macro-assembler-mips.cc 978 mfc1(t8, fs);
1030 mfc1(t8, FPURegister::from_code(fs.code() + 1));
1040 mfc1(t8, FPURegister::from_code(fs.code() + 1));
1051 mfc1(t8, FPURegister::from_code(fs.code() + 1));
1062 mfc1(t8, FPURegister::from_code(fs.code() + 1));
1090 mfc1(rs, scratch);
1098 mfc1(rs, scratch);
    [all...]
assembler-mips.h 801 void mfc1(Register rt, FPURegister fs);
    [all...]
assembler-mips.cc 1657 void Assembler::mfc1(Register rt, FPURegister fs) { function in class:v8::Assembler
    [all...]
code-stubs-mips.cc     [all...]
stub-cache-mips.cc     [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerMIPS.h     [all...]
MIPSAssembler.h 576 void mfc1(RegisterID rt, FPRegisterID fs) function in class:JSC::MIPSAssembler

Completed in 408 milliseconds