Lines Matching defs:inst
93 clear_pad_bits(const struct brw_isa_info *isa, brw_inst *inst)
97 if (brw_inst_opcode(isa, inst) != BRW_OPCODE_SEND &&
98 brw_inst_opcode(isa, inst) != BRW_OPCODE_SENDC &&
99 brw_inst_src0_reg_file(devinfo, inst) != BRW_IMMEDIATE_VALUE &&
100 brw_inst_src1_reg_file(devinfo, inst) != BRW_IMMEDIATE_VALUE) {
101 brw_inst_set_bits(inst, 127, 111, 0);
105 is_3src(isa, brw_inst_opcode(isa, inst))) {
106 brw_inst_set_bits(inst, 105, 105, 0);
107 brw_inst_set_bits(inst, 84, 84, 0);
108 brw_inst_set_bits(inst, 36, 35, 0);