Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm.h88 struct instruction *seq_alloc(void);
H A Daicasm_gram.y1620 instr = seq_alloc(); in format_1_instr()
1693 instr = seq_alloc(); in format_2_instr()
1753 instr = seq_alloc(); in format_3_instr()
H A Daicasm.c732 seq_alloc(void) in seq_alloc() function