Home
last modified time | relevance | path

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

/openbsd/sys/dev/microcode/aic7xxx/
H A Daicasm_insformat.h114 #define AIC_OP_XOR 0x2 macro
H A Daicasm_gram.y1145 | T_XOR { $$ = AIC_OP_XOR; }
1258 format_1_instr(AIC_OP_XOR, &$2, &immed, &$3, $4);
1658 case AIC_OP_XOR: in format_1_instr()
/openbsd/sys/dev/ic/
H A Daic7xxx.c6304 case AIC_OP_XOR: in ahc_download_instr()
H A Daic79xx.c8545 case AIC_OP_XOR: in ahd_download_instr()