Searched refs:StoreFloat32 (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/s390/ |
D | deoptimizer-s390.cc | 46 __ StoreFloat32(dreg, MemOperand(sp, offset)); in Generate() local 135 __ StoreFloat32(d0, MemOperand(r3, dst_offset)); in Generate() local
|
D | macro-assembler-s390.cc | 3932 void TurboAssembler::StoreFloat32(DoubleRegister src, const MemOperand& mem) { in StoreFloat32() function in v8::internal::TurboAssembler 3946 StoreFloat32(scratch, mem); in StoreDoubleAsFloat32() 4348 StoreFloat32(scratch, dst); in SwapFloat32() 4357 StoreFloat32(scratch_0, dst); in SwapFloat32() 4358 StoreFloat32(scratch_1, src); in SwapFloat32()
|
D | macro-assembler-s390.h | 467 void StoreFloat32(DoubleRegister dst, const MemOperand& opnd);
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 879 __ StoreFloat32(value, operand); \ 2187 __ StoreFloat32(i.InputDoubleRegister(0), MemOperand(sp)); in AssembleArchInstruction() local 2204 __ StoreFloat32(i.InputDoubleRegister(0), MemOperand(sp)); in AssembleArchInstruction() local 2221 __ StoreFloat32(i.InputDoubleRegister(0), in AssembleArchInstruction() local 3204 __ StoreFloat32(dst, g.ToMemOperand(destination)); in AssembleMove() local 3220 __ StoreFloat32(src, g.ToMemOperand(destination)); in AssembleMove() local 3241 __ StoreFloat32(temp, g.ToMemOperand(destination)); in AssembleMove() local
|