/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 205 __ 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/ |
D | test-assembler-mips.cc | 295 __ 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 …]
|
D | test-assembler-mips64.cc | 304 __ 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/ |
D | code-generator-mips64.cc | 205 __ 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/ |
D | lithium-codegen-mips64.cc | 436 __ 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/ |
D | codegen-mips64.cc | 813 __ mtc1(scratch2, f0); in GenerateSmiToDouble() local
|
D | code-stubs-mips64.cc | 421 __ 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
|
D | assembler-mips64.cc | 2527 void Assembler::mtc1(Register rt, FPURegister fs) { in mtc1() function in v8::internal::Assembler
|
/external/v8/src/mips/ |
D | codegen-mips.cc | 813 __ mtc1(scratch2, f0); in GenerateSmiToDouble() local
|
D | code-stubs-mips.cc | 425 __ 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
|
D | assembler-mips.cc | 2174 void Assembler::mtc1(Register rt, FPURegister fs) { in mtc1() function in v8::internal::Assembler
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 453 __ 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
|