OPCODE            610 arch/mips/kernel/traps.c 	if ((opcode & OPCODE) == LL) {
OPCODE            615 arch/mips/kernel/traps.c 	if ((opcode & OPCODE) == SC) {
OPCODE            665 arch/mips/kernel/traps.c 	if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) {
OPCODE            692 arch/mips/kernel/traps.c 	if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) {
OPCODE           1090 arch/mips/kernel/traps.c 		if (!(opcode & OPCODE))
OPCODE           1096 arch/mips/kernel/traps.c 		if (!(opcode & OPCODE))
OPCODE             25 arch/powerpc/xmon/spu-opc.c #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
OPCODE             26 arch/powerpc/xmon/spu-opc.c 	{ MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
OPCODE             27 arch/powerpc/xmon/spu-opc.c #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
OPCODE             28 arch/powerpc/xmon/spu-opc.c 	{ MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
OPCODE            137 arch/sparc/net/bpf_jit_comp_32.c #define emit_alu_X(OPCODE)					\
OPCODE            140 arch/sparc/net/bpf_jit_comp_32.c 	*prog++ = OPCODE | RS1(r_A) | RS2(r_X) | RD(r_A);	\
OPCODE            157 arch/sparc/net/bpf_jit_comp_32.c #define emit_alu_K(OPCODE, K)					\
OPCODE            159 arch/sparc/net/bpf_jit_comp_32.c 	if (K || OPCODE == AND || OPCODE == MUL) {		\
OPCODE            160 arch/sparc/net/bpf_jit_comp_32.c 		unsigned int _insn = OPCODE;			\
OPCODE            664 drivers/infiniband/hw/hfi1/chip.c /* 6*/	FLAG_ENTRY0("OpcodeErr", SEEI(OPCODE)),
OPCODE           1325 kernel/bpf/core.c #define ALU(OPCODE, OP)			\
OPCODE           1326 kernel/bpf/core.c 	ALU64_##OPCODE##_X:		\
OPCODE           1329 kernel/bpf/core.c 	ALU_##OPCODE##_X:		\
OPCODE           1332 kernel/bpf/core.c 	ALU64_##OPCODE##_K:		\
OPCODE           1335 kernel/bpf/core.c 	ALU_##OPCODE##_K:		\
OPCODE           1491 kernel/bpf/core.c #define COND_JMP(SIGN, OPCODE, CMP_OP)				\
OPCODE           1492 kernel/bpf/core.c 	JMP_##OPCODE##_X:					\
OPCODE           1498 kernel/bpf/core.c 	JMP32_##OPCODE##_X:					\
OPCODE           1504 kernel/bpf/core.c 	JMP_##OPCODE##_K:					\
OPCODE           1510 kernel/bpf/core.c 	JMP32_##OPCODE##_K:					\