Searched refs:sel0 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/Transforms/InstCombine/ |
D | select-select.ll | 26 ; 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/ |
D | fp-cmp-02.ll | 137 %sel0 = select i1 %cmp0, double %ret, double 0.0 138 %sel1 = select i1 %cmp1, double %sel0, double 1.0
|
D | fp-cmp-01.ll | 137 %sel0 = select i1 %cmp0, float %ret, float 0.0 138 %sel1 = select i1 %cmp1, float %sel0, float 1.0
|
D | int-cmp-05.ll | 280 %sel0 = select i1 %cmp0, i64 %ret, i64 0 281 %sel1 = select i1 %cmp1, i64 %sel0, i64 1
|
D | int-cmp-06.ll | 330 %sel0 = select i1 %cmp0, i64 %ret, i64 0 331 %sel1 = select i1 %cmp1, i64 %sel0, i64 1
|
/external/llvm/test/CodeGen/R600/ |
D | sext-in-reg.ll | 406 %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/ |
D | r600_shader.c | 276 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()
|