Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y99 static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op);
1857 int and_op; in type_check() local
1860 and_op = FALSE; in type_check()
1869 and_op = TRUE; in type_check()
1877 if (and_op == FALSE && (mask & value) != 0 ) { in type_check()
/openbmc/linux/arch/loongarch/include/asm/
H A Dinst.h140 and_op = 0x29, enumerator
693 DEF_EMIT_REG3_FORMAT(and, and_op)
/openbmc/linux/arch/mips/mm/
H A Duasm-mips.c53 [insn_and] = {M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD},
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dinst.h54 and_op, or_op, xor_op, nor_op, enumerator