Home
last modified time | relevance | path

Searched refs:brw_program_instruction (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/assembler/
Dgen4asm.h153 struct brw_program_instruction { struct
162 struct brw_program_instruction *next; argument
165 static inline bool is_label(struct brw_program_instruction *instruction) in is_label()
170 static inline char *label_name(struct brw_program_instruction *i) in label_name()
176 static inline bool is_relocatable(struct brw_program_instruction *intruction) in is_relocatable()
186 struct brw_program_instruction *first;
187 struct brw_program_instruction *last;
Ddisasm-main.c42 struct brw_program_instruction *entry, **prev; in read_program()
54 entry = malloc (sizeof (struct brw_program_instruction)); in read_program()
73 struct brw_program_instruction *entry, **prev; in read_program_binary()
85 entry = malloc (sizeof (struct brw_program_instruction)); in read_program_binary()
116 struct brw_program_instruction *inst; in main()
Dgram.y87 static void set_instruction_opcode(struct brw_program_instruction *instr,
89 static int set_instruction_dest(struct brw_program_instruction *instr,
91 static int set_instruction_src0(struct brw_program_instruction *instr,
94 static int set_instruction_src1(struct brw_program_instruction *instr,
97 static int set_instruction_dest_three_src(struct brw_program_instruction *instr,
99 static int set_instruction_src0_three_src(struct brw_program_instruction *instr,
101 static int set_instruction_src1_three_src(struct brw_program_instruction *instr,
103 static int set_instruction_src2_three_src(struct brw_program_instruction *instr,
105 static void set_instruction_saturate(struct brw_program_instruction *instr,
107 static void set_instruction_options(struct brw_program_instruction *instr,
[all …]
Dmain.c41 extern void set_branch_two_offsets(struct brw_program_instruction *insn, int jip_offset, int uip_of…
42 extern void set_branch_one_offset(struct brw_program_instruction *insn, int jip_offset);
156 static void add_label(struct brw_program_instruction *i) in add_label()
225 static int is_entry_point(struct brw_program_instruction *i) in is_entry_point()
284 struct brw_program_instruction *entry, *entry1, *tmp_entry; in main()