Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h117 #define AIC_OP_BMOV 0x6 macro
H A Daicasm_gram.y1214 format_1_instr(AIC_OP_BMOV, &$2, &$6, &$4, $7);
1224 format_1_instr(AIC_OP_BMOV, &$2, &immed, &$4, $5);
1241 format_1_instr(AIC_OP_BMOV, &$2, &immed, &allzeros, $5);
1662 case AIC_OP_BMOV: in format_1_instr()
1822 || opcode == AIC_OP_BMOV in type_check()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c6571 case AIC_OP_BMOV: in ahc_download_instr()
6577 && opcode == AIC_OP_BMOV) { in ahc_download_instr()
H A Daic79xx.c8797 case AIC_OP_BMOV: in ahd_download_instr()