Home
last modified time | relevance | path

Searched refs:UnalignedLoad (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dendian_test.cc91 inline T UnalignedLoad(const char* p) { in UnalignedLoad() function
128 << "Expected: 0x" << UnalignedLoad<T>(expected_value) << "; " in GBSwapHelper()
129 << "actual: 0x" << UnalignedLoad<T>(actual_value); in GBSwapHelper()
/third_party/protobuf/src/google/protobuf/
H A Dparse_context.cc230 out->Add(UnalignedLoad<T>(ptr)); in ReadRepeatedFixed()
233 } while (UnalignedLoad<Tag>(ptr) == expected_tag&& ptr += sizeof(Tag)); in ReadRepeatedFixed()
264 dst[i] = UnalignedLoad<T>(ptr + i * sizeof(T)); in ReadPackedFixed()
279 for (int i = 0; i < num; i++) dst[i] = UnalignedLoad<T>(ptr + i * sizeof(T)); in ReadPackedFixed()
H A Dparse_context.h451 T UnalignedLoad(const char* p) { in UnalignedLoad() function
527 uint32 value = UnalignedLoad<uint16>(*ptr); in DecodeTwoBytes()
678 uint64 value = UnalignedLoad<uint64>(ptr); in FieldParser()
698 uint32 value = UnalignedLoad<uint32>(ptr); in FieldParser()
H A Dextension_set_inl.h124 auto value = UnalignedLoad<CPPTYPE>(ptr); \ in ParseFieldWithExtensionInfo()
H A Dwrappers.pb.cc375 value_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<double>(ptr); in _InternalParse()
570 value_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<float>(ptr); in _InternalParse()
H A Dmap_type_handler.h480 *value = UnalignedLoad<F>(ptr); in ReadUnaligned()
H A Dstruct.pb.cc630 _internal_set_number_value(::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<double>(ptr)); in _InternalParse()
H A Dwire_format.cc941 value = UnalignedLoad<CPPTYPE>(ptr); \ in _InternalParseAndMergeField()
H A Ddescriptor.pb.cc9792 double_value_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<double>(ptr); in _InternalParse()
/third_party/node/deps/v8/src/compiler/
H A Ddecompression-optimizer.cc220 machine()->UnalignedLoad(compressed_load_rep)); in ChangeLoad()
H A Draw-machine-assembler.h210 Node* UnalignedLoad(MachineType type, Node* base) { in UnalignedLoad() function in v8::internal::compiler::RawMachineAssembler
211 return UnalignedLoad(type, base, IntPtrConstant(0)); in UnalignedLoad()
213 Node* UnalignedLoad(MachineType type, Node* base, Node* index) { in UnalignedLoad() function in v8::internal::compiler::RawMachineAssembler
220 return AddNode(machine()->UnalignedLoad(type), base, index); in UnalignedLoad()
940 return UnalignedLoad(type, PointerConstant(address), Int32Constant(offset)); in UnalignedLoadFromPointer()
H A Dmachine-operator.cc930 struct UnalignedLoad##Type##Operator final \
932 UnalignedLoad##Type##Operator() \
935 "UnalignedLoad", 2, 1, 1, 1, 1, 0, MachineType::Type()) {} \
953 UnalignedLoad##Type##Operator kUnalignedLoad##Type; \
1337 const Operator* MachineOperatorBuilder::UnalignedLoad(LoadRepresentation rep) { in UnalignedLoad() function in v8::internal::compiler::MachineOperatorBuilder
H A Dcode-assembler.h776 TNode<Type> UnalignedLoad(TNode<RawPtrT> base, TNode<IntPtrT> offset) { in UnalignedLoad() function in v8::internal::compiler::CodeAssembler
778 return UncheckedCast<Type>(UnalignedLoad(mt, base, offset)); in UnalignedLoad()
1379 Node* UnalignedLoad(MachineType type, TNode<RawPtrT> base,
H A Dgraph-assembler.cc456 : machine()->UnalignedLoad(type); in LoadUnaligned()
H A Dmemory-lowering.cc392 ? machine()->UnalignedLoad(machine_type) in ReduceLoadFromObject()
H A Dcode-assembler.cc757 Node* CodeAssembler::UnalignedLoad(MachineType type, TNode<RawPtrT> base, in UnalignedLoad() function in v8::internal::compiler::CodeAssembler
759 return raw_assembler()->UnalignedLoad(type, static_cast<Node*>(base), offset); in UnalignedLoad()
H A Dmachine-operator.h952 const Operator* UnalignedLoad(LoadRepresentation rep);
H A Dopcodes.h752 V(UnalignedLoad) \
H A Dint64-lowering.cc254 machine()->UnalignedLoad(MachineType::Int32())); in LowerNode()
H A Dwasm-compiler.cc3898 return mcgraph()->machine()->UnalignedLoad(mach_type); in GetSafeLoadOperator()
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp262 TEST(vfloat4, UnalignedLoad) in TEST()
1143 TEST(vint4, UnalignedLoad) in TEST()
2020 TEST(vfloat8, UnalignedLoad) in TEST()
2732 TEST(vint8, UnalignedLoad) in TEST()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc15850 TNode<Uint64T> data = UnalignedLoad<Uint64T>(ptr, IntPtrConstant(0));

Completed in 79 milliseconds