Home
last modified time | relevance | path

Searched refs:max10 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2038 unsigned max10 = (1 << 10) - 1; in lp_build_clamp_border_color() local
2039 max_clamp = lp_build_const_aos(gallivm, vec4_type, max10, max10, in lp_build_clamp_border_color()
2040 max10, (1 << 2) - 1, NULL); in lp_build_clamp_border_color()
/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c7583 IRTemp max10 = newTempV128(); in math_FOLDV() local
7591 assign(max10, binop(op, mkexpr(xAll1), mkexpr(xAll0))); in math_FOLDV()
7599 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10))); in math_FOLDV()
7645 IRTemp max10 = newTempV128(); in math_FOLDV() local
7649 assign(max10, binop(op, mkexpr(x11111111), mkexpr(x00000000))); in math_FOLDV()
7653 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10))); in math_FOLDV()
7677 IRTemp max10 = newTempV128(); in math_FOLDV() local
7679 assign(max10, binop(op, mkexpr(x1111), mkexpr(x0000))); in math_FOLDV()
7681 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10))); in math_FOLDV()
7692 IRTemp max10 = newTempV128(); in math_FOLDV() local
[all …]