Searched refs:brw_inst_imm_d (Results 1 – 3 of 3) sorted by relevance
1360 format(file, "%dD", brw_inst_imm_d(devinfo, inst)); in imm()1366 format(file, "%dW", (int16_t) brw_inst_imm_d(devinfo, inst)); in imm()
1055 brw_inst_imm_d(const struct gen_device_info *devinfo, const brw_inst *insn) in brw_inst_imm_d() function
2419 int jump_compacted = brw_inst_imm_d(devinfo, insn) >> shift; in brw_compact_instructions()