Searched refs:AIC_OP_AND (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/dev/aic7xxx/aicasm/ |
| HD | aicasm_insformat.h | 112 #define AIC_OP_AND 0x1 macro
|
| HD | aicasm_gram.y | 1140 T_AND { $$ = AIC_OP_AND; } 1264 format_1_instr(AIC_OP_AND, &$2, &immed, &allzeros, $3); 1274 format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, $2); 1284 format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, TRUE); 1650 case AIC_OP_AND: in format_1_instr() 1821 if (opcode == AIC_OP_AND in type_check()
|
| /freebsd-13-stable/sys/dev/aic7xxx/ |
| HD | aic7xxx.c | 6589 case AIC_OP_AND: in ahc_download_instr() 6610 fmt1_ins->opcode = AIC_OP_AND; in ahc_download_instr()
|
| HD | aic79xx.c | 8818 case AIC_OP_AND: in ahd_download_instr()
|