Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y103 static int is_download_const(expression_t *immed);
941 if ($1.value == 0 && is_download_const(&$1) == 0) {
1260 && is_download_const(&$4) == 0) {
1674 if (is_download_const(immed)) in format_1_instr()
1811 if (is_download_const(immed)) in format_3_instr()
1982 is_download_const(expression_t *immed) in is_download_const() function