Home
last modified time | relevance | path

Searched defs:mtc1 (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/compiler/mips/
Dcode-generator-mips.cc205 __ mtc1(at, result_); in Generate() local
943 __ mtc1(i.InputRegister(0), scratch); in AssembleArchInstruction() local
949 __ mtc1(i.InputRegister(0), scratch); in AssembleArchInstruction() local
/external/v8/test/cctest/
Dtest-assembler-mips.cc295 __ mtc1(t0, f14); in TEST() local
327 __ mtc1(t0, f14); in TEST() local
412 __ mtc1(t0, f6); in TEST() local
413 __ mtc1(t1, f7); in TEST() local
414 __ mtc1(t2, f4); in TEST() local
415 __ mtc1(t3, f5); in TEST() local
423 __ mtc1(t0, f6); in TEST() local
425 __ mtc1(t2, f4); in TEST() local
486 __ mtc1(t0, f12); in TEST() local
491 __ mtc1(t1, f14); in TEST() local
[all …]
Dtest-assembler-mips64.cc304 __ mtc1(a4, f14); in TEST() local
336 __ mtc1(t0, f14); in TEST() local
425 __ mtc1(a4, f5); in TEST() local
498 __ mtc1(a4, f12); in TEST() local
503 __ mtc1(a5, f14); in TEST() local
875 __ mtc1(a4, f8); // f8 LS 32-bits. in TEST() local
2264 __ mtc1(t2, f12); in TEST() local
2265 __ mtc1(t2, f10); in TEST() local
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc205 __ mtc1(at, result_); in Generate() local
1058 __ mtc1(i.InputRegister(0), scratch); in AssembleArchInstruction() local
1064 __ mtc1(i.InputRegister(0), scratch); in AssembleArchInstruction() local
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc436 __ mtc1(at, flt_scratch); in EmitLoadDoubleRegister() local
4626 __ mtc1(scratch, single_scratch); in DoInteger32ToDouble() local
4628 __ mtc1(ToRegister(input), single_scratch); in DoInteger32ToDouble() local
4639 __ mtc1(ToRegister(input), dbl_scratch); in DoUint32ToDouble() local
4693 __ mtc1(src, dbl_scratch); in DoDeferredNumberTagIU() local
4696 __ mtc1(src, dbl_scratch); in DoDeferredNumberTagIU() local
4874 __ mtc1(scratch, result_reg); in EmitNumberUntagD() local
/external/v8/src/mips64/
Dcodegen-mips64.cc813 __ mtc1(scratch2, f0); in GenerateSmiToDouble() local
Dcode-stubs-mips64.cc421 __ mtc1(at, f14); in EmitSmiNonsmiComparison() local
445 __ mtc1(at, f12); in EmitSmiNonsmiComparison() local
827 __ mtc1(scratch, single_scratch); in Generate() local
970 __ mtc1(exponent, single_scratch); in Generate() local
3534 __ mtc1(a2, single_scratch); in GenerateNumbers() local
3547 __ mtc1(a2, single_scratch); in GenerateNumbers() local
Dassembler-mips64.cc2527 void Assembler::mtc1(Register rt, FPURegister fs) { in mtc1() function in v8::internal::Assembler
/external/v8/src/mips/
Dcodegen-mips.cc813 __ mtc1(scratch2, f0); in GenerateSmiToDouble() local
Dcode-stubs-mips.cc425 __ mtc1(at, f14); in EmitSmiNonsmiComparison() local
449 __ mtc1(at, f12); in EmitSmiNonsmiComparison() local
830 __ mtc1(scratch, single_scratch); in Generate() local
972 __ mtc1(exponent, single_scratch); in Generate() local
3502 __ mtc1(a2, single_scratch); in GenerateNumbers() local
3515 __ mtc1(a2, single_scratch); in GenerateNumbers() local
Dassembler-mips.cc2174 void Assembler::mtc1(Register rt, FPURegister fs) { in mtc1() function in v8::internal::Assembler
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc453 __ mtc1(at, flt_scratch); in EmitLoadDoubleRegister() local
4392 __ mtc1(scratch, single_scratch); in DoInteger32ToDouble() local
4394 __ mtc1(ToRegister(input), single_scratch); in DoInteger32ToDouble() local
4486 __ mtc1(src, dbl_scratch); in DoDeferredNumberTagIU() local
4670 __ mtc1(scratch, result_reg); in EmitNumberUntagD() local