Lines Matching refs:brw_inst
25 * @file brw_inst.h
46 /* brw_context.h has a forward declaration of brw_inst, so name the struct. */
47 typedef struct brw_inst {
49 } brw_inst;
51 static inline uint64_t brw_inst_bits(const brw_inst *inst,
53 static inline void brw_inst_set_bits(brw_inst *inst,
60 brw_inst *inst, uint64_t v) \
70 const brw_inst *inst) \
112 brw_inst *inst, uint64_t value) \
119 brw_inst_##name(const struct intel_device_info *devinfo, const brw_inst *inst)\
145 brw_inst *inst, uint64_t value) \
160 brw_inst_##name(const struct intel_device_info *devinfo, const brw_inst *inst)\
195 brw_inst *inst, uint64_t value) \
208 brw_inst_##name(const struct intel_device_info *devinfo, const brw_inst *inst)\
227 brw_inst *inst, uint64_t v) \
236 const brw_inst *inst) \
385 brw_inst *inst, enum brw_reg_type type) \
393 const brw_inst *inst) \
447 brw_inst *inst, enum brw_reg_type type) \
463 const brw_inst *inst) \
484 const brw_inst *insn)
495 const brw_inst *insn)
506 brw_inst *insn, uint16_t value)
517 brw_inst *insn, uint16_t value)
533 brw_inst *inst, int32_t value)
550 brw_inst_uip(const struct intel_device_info *devinfo, const brw_inst *inst)
563 brw_inst *inst, int32_t value)
580 brw_inst_jip(const struct intel_device_info *devinfo, const brw_inst *inst)
594 brw_inst_set_##name(const struct intel_device_info *devinfo, brw_inst *inst, int16_t v) \
601 brw_inst_##name(const struct intel_device_info *devinfo, const brw_inst *inst)\
646 brw_inst *inst, uint32_t value)
673 const brw_inst *inst)
701 brw_inst *inst, uint32_t value)
731 brw_inst *inst, uint32_t value)
750 const brw_inst *inst)
774 const brw_inst *inst)
1058 brw_inst_imm_d(const struct intel_device_info *devinfo, const brw_inst *insn)
1065 brw_inst_imm_ud(const struct intel_device_info *devinfo, const brw_inst *insn)
1073 const brw_inst *insn)
1080 brw_inst_imm_f(const struct intel_device_info *devinfo, const brw_inst *insn)
1092 brw_inst_imm_df(const struct intel_device_info *devinfo, const brw_inst *insn)
1105 brw_inst *insn, int value)
1113 brw_inst *insn, unsigned value)
1121 brw_inst *insn, float value)
1134 brw_inst *insn, double value)
1153 brw_inst *insn, uint64_t value)
1169 brw_inst *inst, enum brw_reg_file file, \
1180 const brw_inst *inst) \
1201 brw_inst *inst, \
1216 const brw_inst *inst) \
1238 brw_inst *inst, unsigned value) \
1252 const brw_inst *inst) \
1279 brw_inst_bits(const brw_inst *inst, unsigned high, unsigned low)
1301 brw_inst_set_bits(brw_inst *inst, unsigned high, unsigned low, uint64_t value)
1396 F(cmpt_control, /* 4+ */ 29, 29, /* 12+ */ 29, 29) /* Same location as brw_inst */
1398 F(cond_modifier, /* 4+ */ 27, 24, /* 12+ */ -1, -1) /* Same location as brw_inst */
1406 F(hw_opcode, /* 4+ */ 6, 0, /* 12+ */ 6, 0) /* Same location as brw_inst */
1450 struct brw_inst *inst, enum opcode opcode)
1457 const struct brw_inst *inst)