Searched refs:then_hi (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 976 Temp then_lo = bld.tmp(v1), then_hi = bld.tmp(v1); in emit_bcsel() local 977 bld.pseudo(aco_opcode::p_split_vector, Definition(then_lo), Definition(then_hi), then); in emit_bcsel() 982 Temp dst1 = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), else_hi, then_hi, cond); in emit_bcsel() 1140 Temp then_lo = bld.tmp(v1), then_hi = bld.tmp(v1); in emit_floor_f64() local 1141 bld.pseudo(aco_opcode::p_split_vector, Definition(then_lo), Definition(then_hi), src0); in emit_floor_f64() 1146 Temp dst1 = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), else_hi, then_hi, isnan); in emit_floor_f64()
|