Home
last modified time | relevance | path

Searched defs:sign_extend (Results 1 – 24 of 24) sorted by relevance

/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dintegral_conversions.hpp76 BOOST_FORCEINLINE Output sign_extend(Input input) BOOST_NOEXCEPT in sign_extend() function
/external/mesa3d/src/asahi/compiler/
Dagx_nir_lower_address.c15 bool sign_extend; member
/external/igt-gpu-tools/tests/i915/
Dgem_exec_reloc.c503 static inline uint64_t sign_extend(uint64_t x, int index) in sign_extend() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/src/buf/
Dbuf_impl.rs70 fn sign_extend(val: u64, nbytes: usize) -> i64 { in sign_extend() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/src/buf/
Dbuf_impl.rs70 fn sign_extend(val: u64, nbytes: usize) -> i64 { in sign_extend() function
/external/angle/third_party/spirv-tools/src/source/opt/
Dgraphics_robust_access_pass.cpp599 bool sign_extend, uint32_t bit_width, Instruction* value, in WidenInteger()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp599 bool sign_extend, uint32_t bit_width, Instruction* value, in WidenInteger()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp599 bool sign_extend, uint32_t bit_width, Instruction* value, in WidenInteger()
/external/mesa3d/src/compiler/nir/
Dnir_lower_int64.c403 bool sign_extend) in lower_mul_2x32_64()
430 bool sign_extend) in lower_mul_high64()
Dnir_format_convert.c59 bool sign_extend) in nir_format_unpack_int()
/external/boringssl/src/crypto/bytestring/
Dcbs.cc508 uint8_t sign_extend[sizeof(int64_t)]; in CBS_get_asn1_int64() local
/external/cronet/tot/third_party/boringssl/src/crypto/bytestring/
Dcbs.cc508 uint8_t sign_extend[sizeof(int64_t)]; in CBS_get_asn1_int64() local
/external/rust/android-crates-io/crates/bytes/src/buf/
Dbuf_impl.rs88 fn sign_extend(val: u64, nbytes: usize) -> i64 { in sign_extend() function
/external/cronet/stable/third_party/boringssl/src/crypto/bytestring/
Dcbs.cc508 uint8_t sign_extend[sizeof(int64_t)]; in CBS_get_asn1_int64() local
/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp535 extract(Temp src, unsigned idx, unsigned size, bool sign_extend, Builder b) in extract()
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderBitfieldOperationTests.cpp987 GLuint sign_extend = output_9bits & 0x100 ? 0xfffffe00 : 0; in test() local
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c1330 sign_extend(struct v3d_compile *c, in sign_extend() function
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c531 …build_const_int_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, long long val, bool sign_extend) in ac_build_const_int_vec()
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp1037 bool sign_extend = second.size() <= first.size() ? second.sign_extend() : first.sign_extend(); in apply_extract_twice() local
Daco_ir.h1536 constexpr bool sign_extend() const { return sel & sext; } in sign_extend() function
Daco_instruction_selection.cpp473 bool sign_extend, Temp dst = Temp()) in convert_int()
/external/vixl/src/aarch64/
Ddisasm-aarch64.cc3836 bool sign_extend = instr->ExtractBit(14) == 0; in VisitSVE64BitGatherLoad_VectorPlusImm() local
Dsimulator-aarch64.cc4627 bool sign_extend = false; in LoadStorePairHelper() local
/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_parse.rs9439 pub sign_extend: bool, field