Home
last modified time | relevance | path

Searched refs:c64 (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/string/
H A Dmemset.c78 u64 c64 = c32 | ((u64)c32 << 32); in memset() local
80 *(u64 *)(s+0) = c64; in memset()
81 *(u64 *)(s+8) = c64; in memset()
82 *(u64 *)(s+16) = c64; in memset()
83 *(u64 *)(s+24) = c64; in memset()
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dmemset.c81 u64 c64 = c32 | ((u64)c32 << 32); in __memset() local
83 *(u64 *)(s+0) = c64; in __memset()
84 *(u64 *)(s+8) = c64; in __memset()
85 *(u64 *)(s+16) = c64; in __memset()
86 *(u64 *)(s+24) = c64; in __memset()
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dmemset.c77 u64 c64 = c32 | ((u64)c32 << 32); in memset() local
79 *(u64 *)(s+0) = c64; in memset()
80 *(u64 *)(s+8) = c64; in memset()
81 *(u64 *)(s+16) = c64; in memset()
82 *(u64 *)(s+24) = c64; in memset()
/third_party/musl/src/string/
H A Dmemset.c77 u64 c64 = c32 | ((u64)c32 << 32); in memset() local
79 *(u64 *)(s+0) = c64; in memset()
80 *(u64 *)(s+8) = c64; in memset()
81 *(u64 *)(s+16) = c64; in memset()
82 *(u64 *)(s+24) = c64; in memset()
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genaes.c181 int n, m, ret = -1, c64 = cek_bits / 64; in lws_genaes_rfc3394_wrap() local
213 memcpy(out + 8, in, 8 * (unsigned int)c64); in lws_genaes_rfc3394_wrap()
230 memcpy(out, in + 8, 8 * (unsigned int)c64); in lws_genaes_rfc3394_wrap()
242 for (m = 1; m <= c64; m++) { in lws_genaes_rfc3394_wrap()
249 out[7] ^= (uint8_t)(c64 * n + m); in lws_genaes_rfc3394_wrap()
260 uint8_t *r = out + (c64 - 1) * 8; in lws_genaes_rfc3394_wrap()
261 for (m = c64; m >= 1; m--) { in lws_genaes_rfc3394_wrap()
263 b[7] ^= (uint8_t)(c64 * n + m); in lws_genaes_rfc3394_wrap()
/third_party/ffmpeg/libavcodec/ppc/
H A Dvp8dsp_altivec.c84 filth = vec_msum(filter_inner, pixh, c64); \
85 filtl = vec_msum(filter_inner, pixl, c64); \
116 vec_s32 c64 = vec_sl(vec_splat_s32(1), vec_splat_u32(6)); in put_vp8_epel_h_altivec_core() local
185 dstv = vec_adds(dstv, c64); \
202 vec_s16 c64 = vec_sl(vec_splat_s16(1), vec_splat_u16(6)); in put_vp8_epel_v_altivec_core() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dwide_multiply.h62 const uint64_t c64 = a32 * b32; in MultiplyU64ToU128()
69 return absl::MakeUint128(c64 + (c32a >> 32) + (c32b >> 32) + carry, in MultiplyU64ToU128()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_64b.c88 nir_ssa_def *c64 = nir_channel(b, val, i); in lower_64b_intrinsics() local
89 nir_ssa_def *c32 = nir_unpack_64_2x32(b, c64); in lower_64b_intrinsics()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.h348 // terms c96 and c64 are safe to ignore carry bit in operator *=()
350 uint64 c64 = a64 * b00 + a32 * b32 + a00 * b64; in operator *=() local
351 this->hi_ = (c96 << 32) + c64; in operator *=()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_regalloc.cpp305 Temp tmp = bld.pseudo(aco_opcode::p_linear_phi, bld.def(s2), Operand::c64(0u));
H A Dtest_optimizer.cpp653 Operand::c64(0x4010000000000000u), inputs[2])));
680 src1 = bld.vopc(aco_opcode::v_cmp_lt_f64, bld.def(bld.lm), Operand::c64(nan64), inputs[0]);
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp489 Definition(exec, bld.lm), Operand::c64(UINT64_MAX), Operand(exec, bld.lm)); in emit_reduction()
660 bld.sop1(Builder::s_mov, Definition(exec, bld.lm), Operand::c64(UINT64_MAX)); in emit_reduction()
686 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
695 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
706 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
738 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
744 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
750 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
756 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
H A Daco_ir.h568 static Operand c64(uint64_t v) noexcept
675 return Operand::c64(0);
697 return Operand::c64(val); in get_const()
H A Daco_instruction_selection.cpp963 bld.vop3(aco_opcode::v_mul_f64, Definition(dst), Operand::c64(0x3FF0000000000000), tmp);
1945 bld.sop2(aco_opcode::s_cselect_b64, Definition(dst), Operand::c64(-1), no_sat,
2188 bld.sop2(aco_opcode::s_cselect_b64, Definition(dst), Operand::c64(0ull), no_sat,
2546 src = bld.vop3(aco_opcode::v_mul_f64, bld.def(v2), Operand::c64(0x3FF0000000000000),
2581 src = bld.vop3(aco_opcode::v_mul_f64, bld.def(v2), Operand::c64(0x3FF0000000000000),
3941 Operand op = bld.lm.size() == 1 ? Operand::c32(val) : Operand::c64(val);
4116 Operand::c64(0xfffffffffffffffcllu), offset_tmp);
10077 return Operand::c64(nir_instr_as_load_const(ssa->parent_instr)->value[0].b ? UINT64_MAX
12381 bld.sop2(aco_opcode::s_cselect_b64, Definition(exec, s2), Operand::c64(UINT64_MAX),
H A Daco_optimizer.cpp215 val = Operand::c64(constant).constantValue(); in set_constant()

Completed in 34 milliseconds