Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y95 static void format_3_instr(int opcode, symbol_ref_t *src,
1334 format_3_instr($1, &sindex, &immed, &$2);
1341 format_3_instr($5, &$2, &$4, &$6);
1348 format_3_instr($5, &$2, &$4, &$6);
1355 format_3_instr($5, &$2, &$4, &$6);
1365 format_3_instr($3, &$2, &immed, &$4);
1372 format_3_instr($3, &allzeros, &$2, &$4);
1739 format_3_instr(int opcode, symbol_ref_t *src, in format_3_instr() function