Home
last modified time | relevance | path

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

/openbsd/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y101 static void format_3_instr(int opcode, symbol_ref_t *src,
1338 format_3_instr($1, &sindex, &immed, &$2);
1345 format_3_instr($5, &$2, &$4, &$6);
1352 format_3_instr($5, &$2, &$4, &$6);
1359 format_3_instr($5, &$2, &$4, &$6);
1369 format_3_instr($3, &$2, &immed, &$4);
1376 format_3_instr($3, &allzeros, &$2, &$4);
1744 format_3_instr(int opcode, symbol_ref_t *src, in format_3_instr() function