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

  /external/valgrind/main/none/tests/mips32/
MoveIns.stdout.exp 29 MTC1
30 mtc1 $t1, $f0 :: fs 4.676074, rt 0x4095a266
31 mtc1 $t2, $f1 :: fs 272008302207532160516096.000000, rt 0x66666666
32 mtc1 $t3, $f2 :: fs -1.875000, rt 0xbff00000
33 mtc1 $t4, $f3 :: fs 0.000000, rt 0x0
34 mtc1 $t5, $f4 :: fs 1.875000, rt 0x3ff00000
35 mtc1 $t6, $f5 :: fs 0.000000, rt 0x0
36 mtc1 $t7, $f6 :: fs 0.000000, rt 0x252a2e2b
37 mtc1 $v0, $f7 :: fs 0.000000, rt 0x262d2d2a
38 mtc1 $v1, $f8 :: fs nan, rt 0xfffffff
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerMIPS.h     [all...]
MIPSAssembler.h 564 void mtc1(RegisterID rt, FPRegisterID fs) function in class:JSC::MIPSAssembler
  /development/ndk/sources/android/libportable/arch-mips/
_setjmp.S 56 mtc1 t1, FPR ; \
setjmp.S 56 mtc1 t1, FPR ; \
  /external/v8/test/cctest/
test-assembler-mips.cc 303 __ mtc1(t0, f14);
372 __ mtc1(t0, f6);
373 __ mtc1(t1, f7);
374 __ mtc1(t2, f4);
375 __ mtc1(t3, f5);
441 __ mtc1(t0, f12);
446 __ mtc1(t1, f14);
804 __ mtc1(t0, f8); // f8 has LS 32-bits.
805 __ mtc1(t1, f9); // f9 has MS 32-bits.
    [all...]
  /bionic/libc/arch-mips/bionic/
_setjmp.S 55 mtc1 t1, FPR ; \
setjmp.S 56 mtc1 t1, FPR ; \
  /external/llvm/test/MC/Mips/
mips-fpu-instructions.s 148 # CHECK: mtc1 $6, $f7 # encoding: [0x00,0x38,0x86,0x44]
167 mtc1 $a2,$f7
  /external/v8/src/mips/
macro-assembler-mips.cc 999 mtc1(at, fd);
1012 mtc1(at, FPURegister::from_code(scratch.code() + 1));
1013 mtc1(zero_reg, scratch);
1025 mtc1(t8, fd);
1032 mtc1(t8, FPURegister::from_code(fs.code() + 1));
1042 mtc1(t8, FPURegister::from_code(fs.code() + 1));
1053 mtc1(t8, FPURegister::from_code(fs.code() + 1));
1064 mtc1(t8, FPURegister::from_code(fs.code() + 1));
1079 mtc1(at, FPURegister::from_code(scratch.code() + 1));
1080 mtc1(zero_reg, scratch)
    [all...]
codegen-mips.cc 200 __ mtc1(t5, f0);
macro-assembler-mips.h 245 mtc1(src_low, dst);
246 mtc1(src_high, FPURegister::from_code(dst.code() + 1));
    [all...]
code-stubs-mips.cc 525 __ mtc1(scratch1, f14);
528 __ mtc1(scratch1, f12);
615 __ mtc1(scratch1, dst);
692 __ mtc1(int_scratch, single_scratch);
    [all...]
assembler-mips.h 800 void mtc1(Register rt, FPURegister fs);
    [all...]
assembler-mips.cc 1652 void Assembler::mtc1(Register rt, FPURegister fs) { function in class:v8::Assembler
    [all...]
lithium-codegen-mips.cc 338 __ mtc1(at, flt_scratch);
    [all...]
stub-cache-mips.cc     [all...]

Completed in 441 milliseconds