Searched refs:set_instruction_opcode (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/igt-gpu-tools/assembler/ |
H A D | gram.y | 87 static void set_instruction_opcode(struct brw_program_instruction *instr, 809 set_instruction_opcode(&$$, $1); 822 set_instruction_opcode(&$$, $1); 835 set_instruction_opcode(&$$, $1); 845 set_instruction_opcode(&$$, $1); 865 set_instruction_opcode(&$$, $2); 884 set_instruction_opcode(&$$, $2); 905 set_instruction_opcode(&$$, $2); 917 set_instruction_opcode(&$$, $2); 929 set_instruction_opcode(&$$, $1); [all …]
|