Home
last modified time | relevance | path

Searched refs:sel0 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/Transforms/InstCombine/
Dselect-select.ll26 ; CHECK: %[[sel0:.*]] = select <2 x i1> %vec_bool, <2 x i32> zeroinitializer, <2 x i32> %V
27 ; CHECK: %[[sel1:.*]] = select i1 %bool, <2 x i32> %[[sel0]], <2 x i32> %V
29 %sel0 = select <2 x i1> %vec_bool, <2 x i32> zeroinitializer, <2 x i32> %V
30 %sel1 = select i1 %bool, <2 x i32> %sel0, <2 x i32> %V
/external/llvm/test/CodeGen/SystemZ/
Dfp-cmp-02.ll137 %sel0 = select i1 %cmp0, double %ret, double 0.0
138 %sel1 = select i1 %cmp1, double %sel0, double 1.0
Dfp-cmp-01.ll137 %sel0 = select i1 %cmp0, float %ret, float 0.0
138 %sel1 = select i1 %cmp1, float %sel0, float 1.0
Dint-cmp-05.ll280 %sel0 = select i1 %cmp0, i64 %ret, i64 0
281 %sel1 = select i1 %cmp1, i64 %sel0, i64 1
Dint-cmp-06.ll330 %sel0 = select i1 %cmp0, i64 %ret, i64 0
331 %sel1 = select i1 %cmp1, i64 %sel0, i64 1
/external/llvm/test/CodeGen/R600/
Dsext-in-reg.ll406 %sel0 = select i1 %cmp_slt, i8 0, i8 %a
408 %xor = xor i8 %sel0, %sel1
418 %sel0 = select i1 %cmp_slt, i8 0, i8 %a
420 %xor = xor i8 %sel0, %sel1
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c276 unsigned sel0, sel1; in r600_src_from_byte_stream() local
277 sel0 = bytes[bytes_read++]; in r600_src_from_byte_stream()
279 alu->src[src_idx].sel = sel0 | (sel1 << 8); in r600_src_from_byte_stream()