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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp1097 Temp then_lo = bld.tmp(v1), then_hi = bld.tmp(v1); local in function:aco::__anon562fcc110110::emit_bcsel
1098 bld.pseudo(aco_opcode::p_split_vector, Definition(then_lo), Definition(then_hi), then);
1103 Temp dst1 = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), else_hi, then_hi, cond);
1278 Temp then_lo = bld.tmp(v1), then_hi = bld.tmp(v1); local in function:aco::__anon562fcc110110::emit_floor_f64
1279 bld.pseudo(aco_opcode::p_split_vector, Definition(then_lo), Definition(then_hi), src0);
1284 Temp dst1 = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), else_hi, then_hi, isnan);

Completed in 20 milliseconds