Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm.h90 struct instruction *seq_alloc(void);
H A Daicasm_gram.y1622 instr = seq_alloc(); in format_1_instr()
1695 instr = seq_alloc(); in format_2_instr()
1755 instr = seq_alloc(); in format_3_instr()
H A Daicasm.c734 seq_alloc(void) in seq_alloc() function