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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1203 Definition lo_half = local in function:aco::do_copy
1206 Definition(lo_reg, RegClass::get(RegType::vgpr, lo_half.bytes() + op.bytes()));
1209 bld.vop2(aco_opcode::v_and_b32, lo_half, Operand::c32((1 << bits) - 1u),
1210 Operand(lo_reg, lo_half.regClass()));
1221 lo_half.setFixed(lo_half.physReg().advance(4 - def.physReg().byte()));
1222 bld.vop2(aco_opcode::v_lshlrev_b32, lo_half, Operand::c32(32 - bits),
1223 Operand(lo_reg, lo_half.regClass()));
1225 Operand(lo_half.physReg(), lo_half
[all...]

Completed in 4 milliseconds