and_op             53 arch/mips/mm/uasm-mips.c 	[insn_and]	= {M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD},
and_op            100 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op);
and_op           1858 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	int and_op;
and_op           1861 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	and_op = FALSE;
and_op           1870 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		and_op = TRUE;
and_op           1878 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	if (and_op == FALSE && (mask & value) != 0 ) {