Searched refs:format_3_instr (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 100 static void format_3_instr(int opcode, symbol_ref_t *src, 1380 format_3_instr($1, &sindex, &immed, &$2); 1388 format_3_instr($5, &$2, &$4, &$6); 1395 format_3_instr($5, &$2, &$4, &$6); 1402 format_3_instr($5, &$2, &$4, &$6); 1412 format_3_instr($3, &$2, &immed, &$4); 1419 format_3_instr($3, &allzeros, &$2, &$4); 1788 format_3_instr(int opcode, symbol_ref_t *src, in format_3_instr() function
|