Searched refs:cluster_offset (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 7507 * cluster_offset = ~(n - 1) & lane_id cluster_mask = ((1 << n) - 1) 7509 * return ((val | ~exec) >> cluster_offset) & cluster_mask == cluster_mask 7511 * return ((val & exec) >> cluster_offset) & cluster_mask != 0 7513 * return v_bnt_u32_b32(((val & exec) >> cluster_offset) & cluster_mask, 0) & 1 != 0 7516 Temp cluster_offset = bld.vop2(aco_opcode::v_and_b32, bld.def(v1), local in function:aco::__anon562fcc110110::emit_boolean_reduce 7530 tmp = bld.vop3(aco_opcode::v_lshr_b64, bld.def(v2), tmp, cluster_offset); 7532 tmp = bld.vop3(aco_opcode::v_lshrrev_b64, bld.def(v2), cluster_offset, tmp); 7534 tmp = bld.vop2_e64(aco_opcode::v_lshrrev_b32, bld.def(v1), cluster_offset, tmp);
|
Completed in 33 milliseconds