Lines Matching refs:bits3

673 		format(file, "0x%08xUD", inst->bits3.ud);
676 format(file, "%dD", inst->bits3.d);
679 format(file, "0x%04xUW", (uint16_t) inst->bits3.ud);
682 format(file, "%dW", (int16_t) inst->bits3.d);
685 format(file, "0x%02xUB", (int8_t) inst->bits3.ud);
691 format(file, "0x%08xV", inst->bits3.ud);
694 format(file, "%-gF", inst->bits3.f);
752 if (inst->bits3.da1.src1_address_mode == BRW_ADDRESS_DIRECT) {
756 inst->bits3.da1.src1_vert_stride,
757 inst->bits3.da1.src1_width,
758 inst->bits3.da1.src1_horiz_stride,
759 inst->bits3.da1.src1_reg_nr,
760 inst->bits3.da1.src1_subreg_nr,
761 inst->bits3.da1.src1_abs,
762 inst->bits3.da1.src1_negate);
767 inst->bits3.ia1.src1_indirect_offset,
768 inst->bits3.ia1.src1_subreg_nr,
769 inst->bits3.ia1.src1_negate,
770 inst->bits3.ia1.src1_abs,
771 inst->bits3.ia1.src1_address_mode,
772 inst->bits3.ia1.src1_horiz_stride,
773 inst->bits3.ia1.src1_width,
774 inst->bits3.ia1.src1_vert_stride);
777 if (inst->bits3.da16.src1_address_mode == BRW_ADDRESS_DIRECT) {
781 inst->bits3.da16.src1_vert_stride,
782 inst->bits3.da16.src1_reg_nr,
783 inst->bits3.da16.src1_subreg_nr,
784 inst->bits3.da16.src1_abs,
785 inst->bits3.da16.src1_negate,
786 inst->bits3.da16.src1_swz_x,
787 inst->bits3.da16.src1_swz_y,
788 inst->bits3.da16.src1_swz_z,
789 inst->bits3.da16.src1_swz_w);
910 target = inst->bits3.generic.msg_target;
927 inst->bits3.math.function, &space);
929 inst->bits3.math.saturate, &space);
931 inst->bits3.math.int_type, &space);
933 inst->bits3.math.data_type, &space);
935 inst->bits3.math.precision, &space);
940 inst->bits3.sampler_gen7.binding_table_index,
941 inst->bits3.sampler_gen7.sampler,
942 inst->bits3.sampler_gen7.msg_type,
943 inst->bits3.sampler_gen7.simd_mode);
946 inst->bits3.sampler_gen5.binding_table_index,
947 inst->bits3.sampler_gen5.sampler,
948 inst->bits3.sampler_gen5.msg_type,
949 inst->bits3.sampler_gen5.simd_mode);
952 inst->bits3.sampler_g4x.binding_table_index,
953 inst->bits3.sampler_g4x.sampler);
956 inst->bits3.sampler.binding_table_index,
957 inst->bits3.sampler.sampler);
960 inst->bits3.sampler.return_format, NULL);
967 inst->bits3.gen6_dp.binding_table_index,
968 inst->bits3.gen6_dp.msg_control,
969 inst->bits3.gen6_dp.msg_type,
970 inst->bits3.gen6_dp.send_commit_msg);
973 inst->bits3.dp_read_gen5.binding_table_index,
974 inst->bits3.dp_read_gen5.msg_control,
975 inst->bits3.dp_read_gen5.msg_type);
978 inst->bits3.dp_read.binding_table_index,
979 inst->bits3.dp_read.msg_control,
980 inst->bits3.dp_read.msg_type);
990 inst->bits3.gen7_dp.msg_type, &space);
993 inst->bits3.gen7_dp.binding_table_index,
994 inst->bits3.gen7_dp.msg_control,
995 inst->bits3.gen7_dp.msg_type);
1001 inst->bits3.gen6_dp.msg_type, &space);
1004 inst->bits3.gen6_dp.binding_table_index,
1005 inst->bits3.gen6_dp.msg_control,
1006 inst->bits3.gen6_dp.msg_type,
1007 inst->bits3.gen6_dp.send_commit_msg);
1010 inst->bits3.dp_write.binding_table_index,
1011 (inst->bits3.dp_write.last_render_target << 3) |
1012 inst->bits3.dp_write.msg_control,
1013 inst->bits3.dp_write.msg_type,
1014 inst->bits3.dp_write.send_commit_msg);
1020 format (file, " %d", inst->bits3.urb_gen5.offset);
1022 format (file, " %d", inst->bits3.urb.offset);
1028 inst->bits3.urb_gen5.opcode, &space);
1031 inst->bits3.urb.swizzle_control, &space);
1033 inst->bits3.urb.allocate, &space);
1035 inst->bits3.urb.used, &space);
1037 inst->bits3.urb.complete, &space);
1043 inst->bits3.gen7_dp.binding_table_index,
1044 inst->bits3.gen7_dp.msg_control,
1045 inst->bits3.gen7_dp.msg_type);
1057 inst->bits3.generic_gen5.msg_length);
1059 inst->bits3.generic_gen5.response_length);
1062 inst->bits3.generic.msg_length);
1064 inst->bits3.generic.response_length);
1098 inst->bits3.generic.end_of_thread, &space);