Searched defs:dst_hi (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_pack.c | 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...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_sse.h | 468 __m128i dst_hi; in util_sse2_lerp_epi8_fixed88() local 563 __m128i dst_hi, dst01_hi, dst23_hi; in util_sse2_lerp_2d_epi8_fixed88() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 2655 unsigned dst_hi = dst >> 8; in emit_intrinsic() local
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.cc | 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
|
Completed in 21 milliseconds