Searched refs:ReadUnalignedValue (Results 1 – 9 of 9) sorted by relevance
22 WriteUnalignedValue<float>(data, truncf(ReadUnalignedValue<float>(data))); in f32_trunc_wrapper()26 WriteUnalignedValue<float>(data, floorf(ReadUnalignedValue<float>(data))); in f32_floor_wrapper()30 WriteUnalignedValue<float>(data, ceilf(ReadUnalignedValue<float>(data))); in f32_ceil_wrapper()34 WriteUnalignedValue<float>(data, nearbyintf(ReadUnalignedValue<float>(data))); in f32_nearest_int_wrapper()38 WriteUnalignedValue<double>(data, trunc(ReadUnalignedValue<double>(data))); in f64_trunc_wrapper()42 WriteUnalignedValue<double>(data, floor(ReadUnalignedValue<double>(data))); in f64_floor_wrapper()46 WriteUnalignedValue<double>(data, ceil(ReadUnalignedValue<double>(data))); in f64_ceil_wrapper()51 nearbyint(ReadUnalignedValue<double>(data))); in f64_nearest_int_wrapper()55 int64_t input = ReadUnalignedValue<int64_t>(data); in int64_to_float32_wrapper()60 uint64_t input = ReadUnalignedValue<uint64_t>(data); in uint64_to_float32_wrapper()[all …]
42 return ReadUnalignedValue<sType>(reinterpret_cast<Address>(val_)); \ in FOREACH_SIMD_TYPE()83 return ReadUnalignedValue<ctype>(reinterpret_cast<Address>(bit_pattern_)); \
480 return ReadUnalignedValue<dst_type>(data_addr); in CallExternalIntToFloatFunction()490 return ReadUnalignedValue<dst_type>(data_addr); in CallExternalFloatToIntFunction()2807 Push(WasmValue(ReadUnalignedValue<uint32_t>(address))); in CallExternalWasmFunction()2810 Push(WasmValue(ReadUnalignedValue<uint64_t>(address))); in CallExternalWasmFunction()2813 Push(WasmValue(ReadUnalignedValue<float>(address))); in CallExternalWasmFunction()2816 Push(WasmValue(ReadUnalignedValue<double>(address))); in CallExternalWasmFunction()
91 ReadUnalignedValue<T>(reinterpret_cast<Address>(current_location())); in Read()
182 wasm_args[i] = WasmValue(ReadUnalignedValue<ctype>(arg_buf_ptr)); \ in Execute()
27 static inline V ReadUnalignedValue(Address p) { in ReadUnalignedValue() function49 return ReadUnalignedValue<float>(p); in ReadFloatValue()53 return ReadUnalignedValue<double>(p); in ReadDoubleValue()61 return ReadUnalignedValue<uint16_t>(p); in ReadUnalignedUInt16()69 return ReadUnalignedValue<uint32_t>(p); in ReadUnalignedUInt32()79 return ReadUnalignedValue<V>(p); in ReadLittleEndianValue()
346 double input = ReadUnalignedValue<double>(data); in f64_acos_wrapper()355 double input = ReadUnalignedValue<double>(data); in f64_asin_wrapper()368 double dividend = ReadUnalignedValue<double>(data); in f64_mod_wrapper()369 double divisor = ReadUnalignedValue<double>(data + sizeof(dividend)); in f64_mod_wrapper()
267 result = ReadUnalignedValue<T>(reinterpret_cast<Address>(next_)); in GetNextValue()
596 ReadUnalignedValue<int32_t>(procedure_offset_address); in DisassembleToStream()