Searched defs:Sdc1 (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/mips64/ |
D | deoptimizer-mips64.cc | 38 __ Sdc1(fpu_reg, MemOperand(sp, offset)); in Generate() local 127 __ Sdc1(f0, MemOperand(a1, dst_offset)); in Generate() local
|
D | macro-assembler-mips64.cc | 1494 void TurboAssembler::Sdc1(FPURegister fs, const MemOperand& src) { in Sdc1() function in v8::internal::TurboAssembler
|
/external/v8/src/mips/ |
D | deoptimizer-mips.cc | 39 __ Sdc1(fpu_reg, MemOperand(sp, offset)); in Generate() local 127 __ Sdc1(f0, MemOperand(a1, dst_offset)); in Generate() local
|
D | macro-assembler-mips.cc | 1274 void TurboAssembler::Sdc1(FPURegister fd, const MemOperand& src) { in Sdc1() function in v8::internal::TurboAssembler
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1766 __ Sdc1(ft, i.MemoryOperand()); in AssembleArchInstruction() local 1779 __ Sdc1(i.InputDoubleRegister(0), MemOperand(sp, -kDoubleSize)); in AssembleArchInstruction() local 1818 __ Sdc1(i.InputDoubleRegister(0), MemOperand(sp, i.InputInt32(1))); in AssembleArchInstruction() local 3660 __ Sdc1(dst, g.ToMemOperand(destination)); in AssembleMove() local 3682 __ Sdc1(src, g.ToMemOperand(destination)); in AssembleMove() local 3706 __ Sdc1(temp, g.ToMemOperand(destination)); in AssembleMove() local 3777 __ Sdc1(temp, dst); in AssembleSwap() local 3812 __ Sdc1(temp_1, src0); in AssembleSwap() local
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1549 __ Sdc1(ft, i.MemoryOperand()); in AssembleArchInstruction() local 1570 __ Sdc1(i.InputDoubleRegister(0), MemOperand(sp, -kDoubleSize)); in AssembleArchInstruction() local 1611 __ Sdc1(i.InputDoubleRegister(0), MemOperand(sp, i.InputInt32(1))); in AssembleArchInstruction() local 3410 __ Sdc1(dst, g.ToMemOperand(destination)); in AssembleMove() local 3435 __ Sdc1(src, g.ToMemOperand(destination)); in AssembleMove() local 3461 __ Sdc1(temp, g.ToMemOperand(destination)); in AssembleMove() local 3540 __ Sdc1(temp, dst); in AssembleSwap() local 3572 __ Sdc1(temp_1, src0); in AssembleSwap() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.h | 260 Sdc1, enumerator
|