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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp1237 Temp fract_lo = bld.tmp(v1), fract_hi = bld.tmp(v1); local in function:aco::__anon562fcc110110::emit_trunc_f64
1241 fract_hi = bld.vop2(aco_opcode::v_and_b32, bld.def(v1), val_hi, tmp);
1251 Temp dst_hi = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), fract_hi, sign, exp_lt0);

Completed in 20 milliseconds