Searched refs:format_3_instr (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 96 static void format_3_instr(int opcode, symbol_ref_t *src, 1376 format_3_instr($1, &sindex, &immed, &$2); 1384 format_3_instr($5, &$2, &$4, &$6); 1391 format_3_instr($5, &$2, &$4, &$6); 1398 format_3_instr($5, &$2, &$4, &$6); 1408 format_3_instr($3, &$2, &immed, &$4); 1415 format_3_instr($3, &allzeros, &$2, &$4); 1784 format_3_instr(int opcode, symbol_ref_t *src, in format_3_instr() function
|