Searched defs:swc1 (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/crankshaft/mips/ |
D | lithium-gap-resolver-mips.cc | 215 __ swc1(kLithiumScratchDouble, destination_operand); in EmitMove() local
|
D | lithium-codegen-mips.cc | 3785 __ swc1(double_scratch0(), MemOperand(address, base_offset)); in DoStoreKeyedExternalArray() local
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1461 __ swc1(ft, operand); in AssembleArchInstruction() local 1518 __ swc1(i.InputSingleRegister(0), MemOperand(sp, i.InputInt32(1))); in AssembleArchInstruction() local 2226 __ swc1(src, g.ToMemOperand(destination)); in AssembleMove() local 2252 __ swc1(temp, g.ToMemOperand(destination)); in AssembleMove() local 2315 __ swc1(temp, dst); in AssembleSwap() local 2341 __ swc1(temp_1, src0); in AssembleSwap() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 1122 void AssemblerMIPS32::swc1(const Operand *OpRt, const Operand *OpBase, in swc1() function in Ice::MIPS32::AssemblerMIPS32
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1786 __ swc1(ft, operand); in AssembleArchInstruction() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2268 void Assembler::swc1(FPURegister fd, const MemOperand& src) { in swc1() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 2620 void Assembler::swc1(FPURegister fd, const MemOperand& src) { in swc1() function in v8::internal::Assembler
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 4007 __ swc1(double_scratch0(), MemOperand(address, base_offset)); in DoStoreKeyedExternalArray() local
|