Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp978 Temp else_lo = bld.tmp(v1), else_hi = bld.tmp(v1); in emit_bcsel() local
979 bld.pseudo(aco_opcode::p_split_vector, Definition(else_lo), Definition(else_hi), els); in emit_bcsel()
981 Temp dst0 = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), else_lo, then_lo, cond); in emit_bcsel()
1142 Temp else_lo = bld.tmp(v1), else_hi = bld.tmp(v1); in emit_floor_f64() local
1143 bld.pseudo(aco_opcode::p_split_vector, Definition(else_lo), Definition(else_hi), min); in emit_floor_f64()
1145 Temp dst0 = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), else_lo, then_lo, isnan); in emit_floor_f64()