/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 1489 __ lwc1(f2, MemOperand(a0, offsetof(TestFloat, e))); in TEST() local 1490 __ lwc1(f6, MemOperand(a0, offsetof(TestFloat, f))); in TEST() local 1659 __ lwc1(f6, MemOperand(a0, offsetof(Test, fd)) ); // test in TEST() local 1660 __ lwc1(f8, MemOperand(a0, offsetof(Test, fs)) ); // src1 in TEST() local 1661 __ lwc1(f10, MemOperand(a0, offsetof(Test, ft)) ); // src2 in TEST() local 1791 __ 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 1518 __ lwc1(f8, MemOperand(a0, offsetof(Test, i)) ); // src in TEST() local 1519 __ lwc1(f10, MemOperand(a0, offsetof(Test, j)) ); // test in TEST() local 1619 __ lwc1(f2, MemOperand(a0, offsetof(TestFloat, e))); in TEST() local 1620 __ lwc1(f6, MemOperand(a0, offsetof(TestFloat, f))); in TEST() local 1787 __ lwc1(f6, MemOperand(a0, offsetof(Test, fd)) ); // test in TEST() local 1788 __ lwc1(f8, MemOperand(a0, offsetof(Test, fs)) ); // src1 in TEST() local 1789 __ lwc1(f10, MemOperand(a0, offsetof(Test, ft)) ); // src2 in TEST() local 1919 __ lwc1(f4, MemOperand(a0, offsetof(TestFloat, a)) ); in TEST() local [all …]
|
/external/v8/src/crankshaft/mips/ |
D | lithium-gap-resolver-mips.cc | 214 __ lwc1(kLithiumScratchDouble, source_operand); in EmitMove() local
|
D | lithium-codegen-mips.cc | 2841 __ lwc1(result, MemOperand(scratch0(), base_offset)); in DoLoadKeyedExternalArray() local
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1052 __ lwc1(i.OutputSingleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1270 __ lwc1(i.OutputSingleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2081 void Assembler::lwc1(FPURegister fd, const MemOperand& src) { in lwc1() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 2485 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 | 2991 __ lwc1(result, MemOperand(scratch0(), base_offset)); in DoLoadKeyedExternalArray() local
|