Searched refs:CONVERT_FLOAT_TO_INT32 (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.cc | 5649 #define CONVERT_FLOAT_TO_INT32(convert, dst, src, scratch1, scratch2) \ in CallRecordWriteStub() macro 5666 CONVERT_FLOAT_TO_INT32(ConvertFloat32ToInt32, dst, dst, scratch1, scratch2) in CallRecordWriteStub() 5679 CONVERT_FLOAT_TO_INT32(ConvertFloat32ToUnsignedInt32, dst, src, scratch1, in CallRecordWriteStub() 5683 #undef CONVERT_FLOAT_TO_INT32 in CallRecordWriteStub()
|