Searched refs:src_lo (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.h925 HReg src_lo; member in struct:__anon31998::__anon31999::__anon32053
942 HReg src_lo; member in struct:__anon31998::__anon31999::__anon32055
954 HReg src_lo; member in struct:__anon31998::__anon31999::__anon32057
969 HReg src_lo; member in struct:__anon31998::__anon31999::__anon32059
976 HReg src_lo; member in struct:__anon31998::__anon31999::__anon32060
990 HReg src_lo; member in struct:__anon31998::__anon31999::__anon32062
1103 HReg dst_lo, HReg src_lo,
1106 HReg dst_lo, HReg src_lo);
1111 HReg src_lo, PPCRI* r_rmc );
1117 HReg src_lo, PPCR
[all...]
H A Dhost_ppc_defs.c1073 HReg src_hi, HReg src_lo) {
1080 i->Pin.Dfp128Unary.src_lo = src_lo;
1096 HReg src_hi, HReg src_lo,
1103 i->Pin.DfpShift128.src_lo = src_lo;
1117 HReg src_lo, PPCRI* r_rmc ) {
1123 i->Pin.DfpRound128.src_lo = src_lo;
1139 HReg src_hi, HReg src_lo, PPCR
1072 PPCInstr_Dfp128Unary(PPCFpOp op, HReg dst_hi, HReg dst_lo, HReg src_hi, HReg src_lo) argument
1095 PPCInstr_DfpShift128( PPCFpOp op, HReg dst_hi, HReg dst_lo, HReg src_hi, HReg src_lo, PPCRI* shift ) argument
1116 PPCInstr_DfpRound128( HReg dst_hi, HReg dst_lo, HReg src_hi, HReg src_lo, PPCRI* r_rmc ) argument
1138 PPCInstr_DfpQuantize128( PPCFpOp op, HReg dst_hi, HReg dst_lo, HReg src_hi, HReg src_lo, PPCRI* rmc ) argument
[all...]
/external/pixman/pixman/
H A Dpixman-sse2.c256 pix_add_multiply_2x128 (__m128i* src_lo, argument
270 pix_multiply_2x128 (src_lo, src_hi, alpha_dst_lo, alpha_dst_hi, &t1_lo, &t1_hi);
302 over_2x128 (__m128i* src_lo, argument
315 *dst_lo = _mm_adds_epu8 (*src_lo, *dst_lo);
320 over_rev_non_pre_2x128 (__m128i src_lo, argument
328 expand_alpha_2x128 (src_lo, src_hi, &alpha_lo, &alpha_hi);
333 invert_colors_2x128 (src_lo, src_hi, &src_lo, &src_hi);
335 pix_multiply_2x128 (&src_lo, &src_hi, &lo, &hi, &lo, &hi);
341 in_over_2x128 (__m128i* src_lo, argument
599 __m128i src_hi, src_lo; local
679 __m128i src_hi, src_lo, dst_hi, dst_lo; local
[all...]

Completed in 1439 milliseconds