Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h113 #define AIC_OP_XOR 0x2 macro
H A Daicasm_gram.y1141 | T_XOR { $$ = AIC_OP_XOR; }
1254 format_1_instr(AIC_OP_XOR, &$2, &immed, &$3, $4);
1653 case AIC_OP_XOR: in format_1_instr()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c8793 case AIC_OP_XOR: in ahd_download_instr()