Home | History | Annotate | Download | only in i965

Lines Matching refs:da16

563 	if (inst->bits1.da16.dest_address_mode == BRW_ADDRESS_DIRECT)
565 err |= reg (file, inst->bits1.da16.dest_reg_file, inst->bits1.da16.dest_reg_nr);
568 if (inst->bits1.da16.dest_subreg_nr)
569 format (file, ".%d", inst->bits1.da16.dest_subreg_nr /
570 reg_type_size[inst->bits1.da16.dest_reg_type]);
572 err |= control (file, "writemask", writemask, inst->bits1.da16.dest_writemask, NULL);
573 err |= control (file, "dest reg encoding", reg_encoding, inst->bits1.da16.dest_reg_type, NULL);
719 err |= control (file, "src da16 reg type", reg_encoding, _reg_type, NULL);
740 err |= control (file, "src da16 reg type", reg_encoding,
792 err |= control (file, "src da16 reg type", reg_encoding,
843 err |= control (file, "src da16 reg type", reg_encoding,
940 if (inst->bits2.da16.src0_address_mode == BRW_ADDRESS_DIRECT)
943 inst->bits1.da16.src0_reg_type,
944 inst->bits1.da16.src0_reg_file,
945 inst->bits2.da16.src0_vert_stride,
946 inst->bits2.da16.src0_reg_nr,
947 inst->bits2.da16.src0_subreg_nr,
948 inst->bits2.da16.src0_abs,
949 inst->bits2.da16.src0_negate,
950 inst->bits2.da16.src0_swz_x,
951 inst->bits2.da16.src0_swz_y,
952 inst->bits2.da16.src0_swz_z,
953 inst->bits2.da16.src0_swz_w);
1000 if (inst->bits3.da16.src1_address_mode == BRW_ADDRESS_DIRECT)
1003 inst->bits1.da16.src1_reg_type,
1004 inst->bits1.da16.src1_reg_file,
1005 inst->bits3.da16.src1_vert_stride,
1006 inst->bits3.da16.src1_reg_nr,
1007 inst->bits3.da16.src1_subreg_nr,
1008 inst->bits3.da16.src1_abs,
1009 inst->bits3.da16.src1_negate,
1010 inst->bits3.da16.src1_swz_x,
1011 inst->bits3.da16.src1_swz_y,
1012 inst->bits3.da16.src1_swz_z,
1013 inst->bits3.da16.src1_swz_w);