/external/v8/test/cctest/ |
D | test-assembler-mips.cc | 315 __ lwc1(f4, MemOperand(a0, offsetof(T, fa)) ); in TEST() local 316 __ lwc1(f6, MemOperand(a0, offsetof(T, fb)) ); in TEST() local 1389 __ lwc1(f8, MemOperand(a0, offsetof(Test, i)) ); // src in TEST() local 1390 __ lwc1(f10, MemOperand(a0, offsetof(Test, j)) ); // test in TEST() local 1503 __ lwc1(f2, MemOperand(a0, offsetof(TestFloat, e))); in TEST() local 1504 __ lwc1(f6, MemOperand(a0, offsetof(TestFloat, f))); in TEST() local 1666 __ lwc1(f6, MemOperand(a0, offsetof(Test, fd)) ); // test in TEST() local 1667 __ lwc1(f8, MemOperand(a0, offsetof(Test, fs)) ); // src1 in TEST() local 1668 __ lwc1(f10, MemOperand(a0, offsetof(Test, ft)) ); // src2 in TEST() local 1798 __ lwc1(f4, MemOperand(a0, offsetof(TestFloat, a)) ); in TEST() local [all …]
|
D | test-assembler-mips64.cc | 324 __ lwc1(f4, MemOperand(a0, offsetof(T, fa)) ); in TEST() local 325 __ lwc1(f6, MemOperand(a0, offsetof(T, fb)) ); in TEST() local 1572 __ lwc1(f8, MemOperand(a0, offsetof(Test, i)) ); // src in TEST() local 1573 __ lwc1(f10, MemOperand(a0, offsetof(Test, j)) ); // test in TEST() local 1687 __ lwc1(f2, MemOperand(a0, offsetof(TestFloat, e))); in TEST() local 1688 __ lwc1(f6, MemOperand(a0, offsetof(TestFloat, f))); in TEST() local 1848 __ lwc1(f6, MemOperand(a0, offsetof(Test, fd)) ); // test in TEST() local 1849 __ lwc1(f8, MemOperand(a0, offsetof(Test, fs)) ); // src1 in TEST() local 1850 __ lwc1(f10, MemOperand(a0, offsetof(Test, ft)) ); // src2 in TEST() local 1980 __ lwc1(f4, MemOperand(a0, offsetof(TestFloat, a)) ); in TEST() local [all …]
|
D | test-macro-assembler-mips.cc | 956 __ lwc1(f2, MemOperand(a0, offsetof(TestFloat, e))); in TEST() local 957 __ lwc1(f6, MemOperand(a0, offsetof(TestFloat, f))); in TEST() local
|
D | test-macro-assembler-mips64.cc | 1448 __ lwc1(f2, MemOperand(a0, offsetof(TestFloat, e))); in TEST() local 1449 __ lwc1(f6, MemOperand(a0, offsetof(TestFloat, f))); in TEST() local
|
/external/v8/src/crankshaft/mips/ |
D | lithium-gap-resolver-mips.cc | 214 __ lwc1(kLithiumScratchDouble, source_operand); in EmitMove() local
|
D | lithium-codegen-mips.cc | 2725 __ lwc1(result, MemOperand(scratch0(), base_offset)); in DoLoadKeyedExternalArray() local
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1357 __ lwc1(i.OutputSingleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local 1981 __ lwc1(g.ToDoubleRegister(destination), src); in AssembleMove() local
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1596 __ lwc1(i.OutputSingleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2170 void Assembler::lwc1(FPURegister fd, const MemOperand& src) { in lwc1() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 2549 void Assembler::lwc1(FPURegister fd, const MemOperand& src) { in lwc1() function in v8::internal::Assembler
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 2871 __ lwc1(result, MemOperand(scratch0(), base_offset)); in DoLoadKeyedExternalArray() local
|