Searched refs:StoreFloat32 (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 900 __ StoreFloat32(value, operand); \ 974 __ StoreFloat32(value, operand); \ 1972 __ StoreFloat32(i.InputDoubleRegister(0), MemOperand(sp)); in AssembleArchInstruction() local 1989 __ StoreFloat32(i.InputDoubleRegister(0), in AssembleArchInstruction() local 2779 __ StoreFloat32(src, g.ToMemOperand(destination)); in AssembleMove() local 2800 __ StoreFloat32(temp, g.ToMemOperand(destination)); in AssembleMove() local
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 419 void StoreFloat32(DoubleRegister dst, const MemOperand& opnd);
|
D | macro-assembler-s390.cc | 4986 void MacroAssembler::StoreFloat32(DoubleRegister src, const MemOperand& mem) { in StoreFloat32() function in v8::internal::MacroAssembler 5000 StoreFloat32(scratch, mem); in StoreDoubleAsFloat32()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 4014 __ StoreFloat32(double_scratch0(), MemOperand(address, base_offset)); in DoShiftI() local
|