Lines Matching refs:GET_BITS
647 brw_inst_set_bits(inst, 123, 122, GET_BITS(value, 31, 30)); in brw_inst_set_send_desc()
648 brw_inst_set_bits(inst, 71, 67, GET_BITS(value, 29, 25)); in brw_inst_set_send_desc()
649 brw_inst_set_bits(inst, 55, 51, GET_BITS(value, 24, 20)); in brw_inst_set_send_desc()
650 brw_inst_set_bits(inst, 121, 113, GET_BITS(value, 19, 11)); in brw_inst_set_send_desc()
651 brw_inst_set_bits(inst, 91, 81, GET_BITS(value, 10, 0)); in brw_inst_set_send_desc()
701 brw_inst_set_bits(inst, 127, 124, GET_BITS(value, 31, 28)); in brw_inst_set_send_ex_desc()
702 brw_inst_set_bits(inst, 97, 96, GET_BITS(value, 27, 26)); in brw_inst_set_send_ex_desc()
703 brw_inst_set_bits(inst, 65, 64, GET_BITS(value, 25, 24)); in brw_inst_set_send_ex_desc()
704 brw_inst_set_bits(inst, 47, 35, GET_BITS(value, 23, 11)); in brw_inst_set_send_ex_desc()
705 brw_inst_set_bits(inst, 103, 99, GET_BITS(value, 10, 6)); in brw_inst_set_send_ex_desc()
706 assert(GET_BITS(value, 5, 0) == 0); in brw_inst_set_send_ex_desc()
709 brw_inst_set_bits(inst, 94, 91, GET_BITS(value, 31, 28)); in brw_inst_set_send_ex_desc()
710 brw_inst_set_bits(inst, 88, 85, GET_BITS(value, 27, 24)); in brw_inst_set_send_ex_desc()
711 brw_inst_set_bits(inst, 83, 80, GET_BITS(value, 23, 20)); in brw_inst_set_send_ex_desc()
712 brw_inst_set_bits(inst, 67, 64, GET_BITS(value, 19, 16)); in brw_inst_set_send_ex_desc()
713 assert(GET_BITS(value, 15, 0) == 0); in brw_inst_set_send_ex_desc()
733 brw_inst_set_bits(inst, 95, 80, GET_BITS(value, 31, 16)); in brw_inst_set_sends_ex_desc()
734 assert(GET_BITS(value, 15, 10) == 0); in brw_inst_set_sends_ex_desc()
735 brw_inst_set_bits(inst, 67, 64, GET_BITS(value, 9, 6)); in brw_inst_set_sends_ex_desc()
736 assert(GET_BITS(value, 5, 0) == 0); in brw_inst_set_sends_ex_desc()
1238 assert(GET_BITS(value, 3, 0) == 0); \
1239 brw_inst_set_bits(inst, g8_high, g8_low, GET_BITS(value, 8, 4)); \
1240 brw_inst_set_bits(inst, g8_nine, g8_nine, GET_BITS(value, 9, 9)); \