/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 216 __ 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/ |
D | code-stubs-mips64.cc | 344 __ 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
|
D | assembler-mips64.cc | 2641 void Assembler::mtc1(Register rt, FPURegister fs) { in mtc1() function in v8::internal::Assembler
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 348 __ 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
|
D | assembler-mips.cc | 2318 void Assembler::mtc1(Register rt, FPURegister fs) { in mtc1() function in v8::internal::Assembler
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 216 __ 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/ |
D | lithium-codegen-mips64.cc | 448 __ 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/ |
D | lithium-codegen-mips.cc | 465 __ 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/ |
D | IceAssemblerMIPS32.cpp | 903 void AssemblerMIPS32::mtc1(const Operand *OpRt, const Operand *OpFs) { in mtc1() function in Ice::MIPS32::AssemblerMIPS32
|