Home
last modified time | relevance | path

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

/external/v8/src/compiler/mips/
Dcode-generator-mips.cc216 __ mtc1(at, result_); in Generate() local
1293 __ mtc1(i.InputRegister(0), scratch); in AssembleArchInstruction() local
1299 __ mtc1(i.InputRegister(0), scratch); in AssembleArchInstruction() local
/external/v8/src/mips64/
Dcode-stubs-mips64.cc344 __ mtc1(at, f14); in EmitSmiNonsmiComparison() local
368 __ mtc1(at, f12); in EmitSmiNonsmiComparison() local
848 __ mtc1(exponent, single_scratch); in Generate() local
2153 __ mtc1(a2, single_scratch); in GenerateNumbers() local
2166 __ mtc1(a2, single_scratch); in GenerateNumbers() local
Dassembler-mips64.cc2641 void Assembler::mtc1(Register rt, FPURegister fs) { in mtc1() function in v8::internal::Assembler
/external/v8/src/mips/
Dcode-stubs-mips.cc348 __ mtc1(at, f14); in EmitSmiNonsmiComparison() local
372 __ mtc1(at, f12); in EmitSmiNonsmiComparison() local
851 __ mtc1(exponent, single_scratch); in Generate() local
2146 __ mtc1(a2, single_scratch); in GenerateNumbers() local
2159 __ mtc1(a2, single_scratch); in GenerateNumbers() local
Dassembler-mips.cc2318 void Assembler::mtc1(Register rt, FPURegister fs) { in mtc1() function in v8::internal::Assembler
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc216 __ mtc1(at, result_); in Generate() local
1508 __ mtc1(i.InputRegister(0), scratch); in AssembleArchInstruction() local
1514 __ mtc1(i.InputRegister(0), scratch); in AssembleArchInstruction() local
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc448 __ mtc1(at, flt_scratch); in EmitLoadDoubleRegister() local
4438 __ mtc1(scratch, single_scratch); in DoInteger32ToDouble() local
4440 __ mtc1(ToRegister(input), single_scratch); in DoInteger32ToDouble() local
4451 __ mtc1(ToRegister(input), dbl_scratch); in DoUint32ToDouble() local
4505 __ mtc1(src, dbl_scratch); in DoDeferredNumberTagIU() local
4508 __ mtc1(src, dbl_scratch); in DoDeferredNumberTagIU() local
4677 __ mtc1(scratch, result_reg); in EmitNumberUntagD() local
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc465 __ mtc1(at, flt_scratch); in EmitLoadDoubleRegister() local
4218 __ mtc1(scratch, single_scratch); in DoInteger32ToDouble() local
4220 __ mtc1(ToRegister(input), single_scratch); in DoInteger32ToDouble() local
4312 __ mtc1(src, dbl_scratch); in DoDeferredNumberTagIU() local
4484 __ mtc1(scratch, result_reg); in EmitNumberUntagD() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp903 void AssemblerMIPS32::mtc1(const Operand *OpRt, const Operand *OpFs) { in mtc1() function in Ice::MIPS32::AssemblerMIPS32