/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_pack.c | 412 LLVMValueRef *dst_hi) in lp_build_unpack2() 434 *dst_hi = lp_build_interleave2(gallivm, src_type, src, msb, 1); in lp_build_unpack2() 438 *dst_hi = lp_build_interleave2(gallivm, src_type, msb, src, 1); in lp_build_unpack2() 446 *dst_hi = LLVMBuildBitCast(builder, *dst_hi, dst_vec_type, ""); in lp_build_unpack2() 465 LLVMValueRef *dst_hi) in lp_build_unpack2_native() 489 *dst_hi = lp_build_interleave2_half(gallivm, src_type, src, msb, 1); in lp_build_unpack2_native() 492 *dst_hi = lp_build_interleave2(gallivm, src_type, src, msb, 1); in lp_build_unpack2_native() 496 *dst_hi = lp_build_interleave2(gallivm, src_type, msb, src, 1); in lp_build_unpack2_native() 504 *dst_hi in lp_build_unpack2_native() 407 lp_build_unpack2(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, LLVMValueRef src, LLVMValueRef *dst_lo, LLVMValueRef *dst_hi) lp_build_unpack2() argument 460 lp_build_unpack2_native(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, LLVMValueRef src, LLVMValueRef *dst_lo, LLVMValueRef *dst_hi) lp_build_unpack2_native() argument [all...] |
H A D | lp_bld_pack.h | 73 LLVMValueRef *dst_hi); 82 LLVMValueRef *dst_hi);
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_sse.h | 468 __m128i dst_hi; in util_sse2_lerp_epi8_fixed88() local 471 dst_hi = util_sse2_lerp_epi16(*weight_hi, src0_hi, src1_hi); in util_sse2_lerp_epi8_fixed88() 473 return _mm_packus_epi16(dst_lo, dst_hi); in util_sse2_lerp_epi8_fixed88() 563 __m128i dst_hi, dst01_hi, dst23_hi; in util_sse2_lerp_2d_epi8_fixed88() local 571 dst_hi = util_sse2_lerp_epi16(*wt_hi, dst01_hi, dst23_hi); in util_sse2_lerp_2d_epi8_fixed88() 573 return _mm_packus_epi16(dst_lo, dst_hi); in util_sse2_lerp_2d_epi8_fixed88()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 83 const Register dst_hi, 762 Register dst_hi,
|
H A D | macro-assembler-ppc.cc | 946 const Register dst_hi, in CallRecordWriteStub() 961 dst_hi, in CallRecordWriteStub() 2650 Register dst_hi, in CallRecordWriteStub() 2666 lwz(dst_hi, MemOperand(sp, Register::kExponentOffset)); in CallRecordWriteStub() 944 ConvertDoubleToInt64(const DoubleRegister double_input, const Register dst_hi, const Register dst, const DoubleRegister double_dst, FPRoundingMode rounding_mode) CallRecordWriteStub() argument 2648 MovDoubleToInt64( Register dst_hi, Register dst, DoubleRegister src) CallRecordWriteStub() argument
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1628 Register dst_hi = edx; in emit_i64_mul() local 1632 Register rhs_hi = dst_hi; in emit_i64_mul() 1636 SpillRegisters(dst_hi, dst_lo, lhs_hi, rhs_lo); in emit_i64_mul() 1648 // Third mul: edx:eax (dst_hi:dst_lo) = eax * esi (lhs_lo * rhs_lo). in emit_i64_mul() 1650 // Add lhs_hi'' to dst_hi. in emit_i64_mul() 1651 add(dst_hi, lhs_hi); in emit_i64_mul() 1654 LiftoffRegister dst_tmp = LiftoffRegister::ForPair(dst_lo, dst_hi); in emit_i64_mul()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 2655 unsigned dst_hi = dst >> 8; in emit_intrinsic() local 2660 if (dst_hi) { in emit_intrinsic() 2665 a1 = ir3_get_addr1(ctx, dst_hi << 8); in emit_intrinsic()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 1295 Temp dst_hi = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), fract_hi, sign, exp_lt0); 1298 dst_hi = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), dst_hi, val_hi, exp_gt51); 1300 return bld.pseudo(aco_opcode::p_create_vector, Definition(dst), dst_lo, dst_hi);
|