Home
last modified time | relevance | path

Searched refs:Load32 (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/snappy/src/
H A Dsnappy.cc525 for (uint32_t preload = LittleEndian::Load32(ip + 1);;) { in CompressFragment()
567 assert(dword == LittleEndian::Load32(ip + i)); in CompressFragment()
573 if (SNAPPY_PREDICT_FALSE(LittleEndian::Load32(candidate) == dword)) { in CompressFragment()
588 assert(static_cast<uint32_t>(data) == LittleEndian::Load32(ip)); in CompressFragment()
603 LittleEndian::Load32(candidate))) { in CompressFragment()
606 data = LittleEndian::Load32(next_ip); in CompressFragment()
649 table[HashBytes(LittleEndian::Load32(ip - 1), shift)] = in CompressFragment()
664 } while (static_cast<uint32_t>(data) == LittleEndian::Load32(candidate)); in CompressFragment()
897 ExtractLowBytes(LittleEndian::Load32(ip), literal_length_length) + in DecompressAllTags()
920 const size_t copy_offset = LittleEndian::Load32(ip); in DecompressAllTags()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/base/internal/
H A Dendian_test.cc216 comp = little_endian::Load32(&u32Buf); in TEST()
239 comp = big_endian::Load32(&u32Buf); in TEST()
254 comp = big_endian::Load32(buffer + 1); in TEST()
H A Dendian.h185 inline uint32_t Load32(const void *p) { in Load32() function
245 inline uint32_t Load32(const void *p) { in Load32() function
/dports/devel/abseil/abseil-cpp-20211102.0/absl/base/internal/
H A Dendian_test.cc214 comp = little_endian::Load32(&u32Buf); in TEST()
237 comp = big_endian::Load32(&u32Buf); in TEST()
252 comp = big_endian::Load32(buffer + 1); in TEST()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/base/internal/
H A Dendian_test.cc216 comp = little_endian::Load32(&u32Buf); in TEST()
239 comp = big_endian::Load32(&u32Buf); in TEST()
254 comp = big_endian::Load32(buffer + 1); in TEST()
H A Dendian.h185 inline uint32_t Load32(const void *p) { in Load32() function
245 inline uint32_t Load32(const void *p) { in Load32() function
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/base/internal/
H A Dendian_test.cc214 comp = little_endian::Load32(&u32Buf); in TEST()
237 comp = big_endian::Load32(&u32Buf); in TEST()
252 comp = big_endian::Load32(buffer + 1); in TEST()
H A Dendian.h185 inline uint32_t Load32(const void *p) { in Load32() function
245 inline uint32_t Load32(const void *p) { in Load32() function
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/base/internal/
H A Dendian_test.cc215 comp = little_endian::Load32(&u32Buf); in TEST()
238 comp = big_endian::Load32(&u32Buf); in TEST()
253 comp = big_endian::Load32(buffer + 1); in TEST()
H A Dendian.h189 inline uint32_t Load32(const void *p) { in Load32() function
249 inline uint32_t Load32(const void *p) { in Load32() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/base/internal/
H A Dendian_test.cc214 comp = little_endian::Load32(&u32Buf); in TEST()
237 comp = big_endian::Load32(&u32Buf); in TEST()
252 comp = big_endian::Load32(buffer + 1); in TEST()
H A Dendian.h185 inline uint32_t Load32(const void *p) { in Load32() function
245 inline uint32_t Load32(const void *p) { in Load32() function
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/base/internal/
H A Dendian_test.cc214 comp = little_endian::Load32(&u32Buf); in TEST()
237 comp = big_endian::Load32(&u32Buf); in TEST()
252 comp = big_endian::Load32(buffer + 1); in TEST()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/snappy/
H A Dsnappy.cpp745 for (uint32_t preload = LittleEndian::Load32(ip + 1);;) { in CompressFragment()
787 assert(dword == LittleEndian::Load32(ip + i)); in CompressFragment()
793 if (SNAPPY_PREDICT_FALSE(LittleEndian::Load32(candidate) == dword)) { in CompressFragment()
808 assert(static_cast<uint32_t>(data) == LittleEndian::Load32(ip)); in CompressFragment()
823 LittleEndian::Load32(candidate))) { in CompressFragment()
826 data = LittleEndian::Load32(next_ip); in CompressFragment()
883 } while (static_cast<uint32_t>(data) == LittleEndian::Load32(candidate)); in CompressFragment()
1098 uint32_t next = LittleEndian::Load32(old_ip); in DecompressBranchless()
1299 ExtractLowBytes(LittleEndian::Load32(ip), (uint32_t)literal_length_length) + in DecompressAllTags()
1322 const size_t copy_offset = LittleEndian::Load32(ip); in DecompressAllTags()
[all …]
/dports/archivers/snappy/snappy-1.1.9/
H A Dsnappy.cc745 for (uint32_t preload = LittleEndian::Load32(ip + 1);;) { in CompressFragment()
787 assert(dword == LittleEndian::Load32(ip + i)); in CompressFragment()
808 assert(static_cast<uint32_t>(data) == LittleEndian::Load32(ip)); in CompressFragment()
823 LittleEndian::Load32(candidate))) { in CompressFragment()
826 data = LittleEndian::Load32(next_ip); in CompressFragment()
869 table[HashBytes(LittleEndian::Load32(ip - 1), mask)] = ip - base_ip - 1; in CompressFragment()
883 } while (static_cast<uint32_t>(data) == LittleEndian::Load32(candidate)); in CompressFragment()
1099 uint32_t next = LittleEndian::Load32(old_ip); in DecompressBranchless()
1300 ExtractLowBytes(LittleEndian::Load32(ip), literal_length_length) + in DecompressAllTags()
1323 const size_t copy_offset = LittleEndian::Load32(ip); in DecompressAllTags()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/snappy/
H A Dsnappy.cpp745 for (uint32_t preload = LittleEndian::Load32(ip + 1);;) { in CompressFragment()
787 assert(dword == LittleEndian::Load32(ip + i)); in CompressFragment()
793 if (SNAPPY_PREDICT_FALSE(LittleEndian::Load32(candidate) == dword)) { in CompressFragment()
808 assert(static_cast<uint32_t>(data) == LittleEndian::Load32(ip)); in CompressFragment()
823 LittleEndian::Load32(candidate))) { in CompressFragment()
826 data = LittleEndian::Load32(next_ip); in CompressFragment()
883 } while (static_cast<uint32_t>(data) == LittleEndian::Load32(candidate)); in CompressFragment()
1098 uint32_t next = LittleEndian::Load32(old_ip); in DecompressBranchless()
1299 ExtractLowBytes(LittleEndian::Load32(ip), (uint32_t)literal_length_length) + in DecompressAllTags()
1322 const size_t copy_offset = LittleEndian::Load32(ip); in DecompressAllTags()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/snappy/
H A Dsnappy.cpp745 for (uint32_t preload = LittleEndian::Load32(ip + 1);;) { in CompressFragment()
787 assert(dword == LittleEndian::Load32(ip + i)); in CompressFragment()
793 if (SNAPPY_PREDICT_FALSE(LittleEndian::Load32(candidate) == dword)) { in CompressFragment()
808 assert(static_cast<uint32_t>(data) == LittleEndian::Load32(ip)); in CompressFragment()
823 LittleEndian::Load32(candidate))) { in CompressFragment()
826 data = LittleEndian::Load32(next_ip); in CompressFragment()
883 } while (static_cast<uint32_t>(data) == LittleEndian::Load32(candidate)); in CompressFragment()
1098 uint32_t next = LittleEndian::Load32(old_ip); in DecompressBranchless()
1299 ExtractLowBytes(LittleEndian::Load32(ip), (uint32_t)literal_length_length) + in DecompressAllTags()
1322 const size_t copy_offset = LittleEndian::Load32(ip); in DecompressAllTags()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRPassSimplify.cpp250 out.Write(IROp::Load32, IRTEMP_LR_VALUE, IRTEMP_LR_ADDR, out.AddConstant(0)); in RemoveLoadStoreLeftRight()
259 if (!combineOpposite(IROp::Load32Right, -3, IROp::Load32, -3)) { in RemoveLoadStoreLeftRight()
277 …out.Write(IROp::Load32, IRTEMP_LR_VALUE, IRTEMP_LR_ADDR, out.AddConstant(nextOp().constant - inst.… in RemoveLoadStoreLeftRight()
293 if (!combineOpposite(IROp::Load32Left, 3, IROp::Load32, 0)) { in RemoveLoadStoreLeftRight()
314 …out.Write(IROp::Load32, IRTEMP_LR_VALUE, IRTEMP_LR_ADDR, out.AddConstant(nextOp().constant - inst.… in RemoveLoadStoreLeftRight()
587 case IROp::Load32: in PropagateConstants()
930 if (inst.op == IROp::Load32 || inst.op == IROp::Load16 || inst.op == IROp::Load16Ext) { in ReduceLoads()
949 } else if ((mask & 0xffff0000) == 0 && inst.op == IROp::Load32) { in ReduceLoads()
989 case IROp::Load32: in ReorderLoadStoreOps()
1103 case IROp::Load32: in ReorderLoadStore()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRPassSimplify.cpp250 out.Write(IROp::Load32, IRTEMP_LR_VALUE, IRTEMP_LR_ADDR, out.AddConstant(0)); in RemoveLoadStoreLeftRight()
259 if (!combineOpposite(IROp::Load32Right, -3, IROp::Load32, -3)) { in RemoveLoadStoreLeftRight()
277 …out.Write(IROp::Load32, IRTEMP_LR_VALUE, IRTEMP_LR_ADDR, out.AddConstant(nextOp().constant - inst.… in RemoveLoadStoreLeftRight()
293 if (!combineOpposite(IROp::Load32Left, 3, IROp::Load32, 0)) { in RemoveLoadStoreLeftRight()
314 …out.Write(IROp::Load32, IRTEMP_LR_VALUE, IRTEMP_LR_ADDR, out.AddConstant(nextOp().constant - inst.… in RemoveLoadStoreLeftRight()
587 case IROp::Load32: in PropagateConstants()
930 if (inst.op == IROp::Load32 || inst.op == IROp::Load16 || inst.op == IROp::Load16Ext) { in ReduceLoads()
949 } else if ((mask & 0xffff0000) == 0 && inst.op == IROp::Load32) { in ReduceLoads()
989 case IROp::Load32: in ReorderLoadStoreOps()
1103 case IROp::Load32: in ReorderLoadStore()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRPassSimplify.cpp250 out.Write(IROp::Load32, IRTEMP_LR_VALUE, IRTEMP_LR_ADDR, out.AddConstant(0)); in RemoveLoadStoreLeftRight()
259 if (!combineOpposite(IROp::Load32Right, -3, IROp::Load32, -3)) { in RemoveLoadStoreLeftRight()
277 …out.Write(IROp::Load32, IRTEMP_LR_VALUE, IRTEMP_LR_ADDR, out.AddConstant(nextOp().constant - inst.… in RemoveLoadStoreLeftRight()
293 if (!combineOpposite(IROp::Load32Left, 3, IROp::Load32, 0)) { in RemoveLoadStoreLeftRight()
314 …out.Write(IROp::Load32, IRTEMP_LR_VALUE, IRTEMP_LR_ADDR, out.AddConstant(nextOp().constant - inst.… in RemoveLoadStoreLeftRight()
587 case IROp::Load32: in PropagateConstants()
930 if (inst.op == IROp::Load32 || inst.op == IROp::Load16 || inst.op == IROp::Load16Ext) { in ReduceLoads()
949 } else if ((mask & 0xffff0000) == 0 && inst.op == IROp::Load32) { in ReduceLoads()
989 case IROp::Load32: in ReorderLoadStoreOps()
1103 case IROp::Load32: in ReorderLoadStore()
[all …]
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/base/
H A Dbyte_order.h233 static JXL_INLINE uint32_t Load32(OrderBE /*tag*/, const uint8_t* p) { in Load32() function
237 static JXL_INLINE uint32_t Load32(OrderLE /*tag*/, const uint8_t* p) { in Load32() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/base/
H A Dbyte_order.h275 static JXL_INLINE uint32_t Load32(OrderBE /*tag*/, const uint8_t* p) { in Load32() function
279 static JXL_INLINE uint32_t Load32(OrderLE /*tag*/, const uint8_t* p) { in Load32() function
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/base/
H A Dbyte_order.h275 static JXL_INLINE uint32_t Load32(OrderBE /*tag*/, const uint8_t* p) { in Load32() function
279 static JXL_INLINE uint32_t Load32(OrderLE /*tag*/, const uint8_t* p) { in Load32() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/base/
H A Dbyte_order.h275 static JXL_INLINE uint32_t Load32(OrderBE /*tag*/, const uint8_t* p) { in Load32() function
279 static JXL_INLINE uint32_t Load32(OrderLE /*tag*/, const uint8_t* p) { in Load32() function
/dports/emulators/citra/citra-ac98458e0/src/core/cheats/
H A Dgateway_cheat.h38 Load32 = 0xD9, enumerator

12345678