Searched refs:and_op (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 100 static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op); 1858 int and_op; 1861 and_op = FALSE; 1870 and_op = TRUE; 1878 if (and_op == FALSE && (mask & value) != 0 ) {
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 99 static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op); 1857 int and_op; 1860 and_op = FALSE; 1869 and_op = TRUE; 1877 if (and_op == FALSE && (mask & value) != 0 ) {
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | inst.h | 140 and_op = 0x29, enumerator 693 DEF_EMIT_REG3_FORMAT(and, and_op)
|
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/ |
H A D | inst.h | 148 nor_op, and_op, or_op, xor_op, orn_op, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/ |
H A D | inst.h | 160 nor_op, and_op, or_op, xor_op, orn_op, enumerator
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | uasm-mips.c | 53 [insn_and] = {M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD},
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | uasm-mips.c | 53 [insn_and] = {M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD},
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | inst.h | 54 and_op, or_op, xor_op, nor_op, enumerator
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | inst.h | 54 and_op, or_op, xor_op, nor_op, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | inst.h | 132 and_op, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | inst.h | 132 and_op, enumerator
|
/kernel/linux/linux-5.10/arch/loongarch/net/ |
H A D | ebpf_jit.h | 303 insn->reg3_format.opcode = and_op; in emit_and()
|
Completed in 21 milliseconds