Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y104 static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op);
1862 int and_op; in type_check() local
1865 and_op = FALSE; in type_check()
1874 and_op = TRUE; in type_check()
1882 if (and_op == FALSE && (mask & value) != 0 ) { in type_check()
/linux-3.4.99/arch/mips/include/asm/
Dinst.h49 and_op, or_op, xor_op, nor_op, enumerator
/linux-3.4.99/arch/mips/mm/
Duasm.c93 { insn_and, M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD },