Searched refs:OPCODE (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/powerpc/xmon/
H A Dspu-opc.c26 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
27 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
28 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
29 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
H A Dspu.h62 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
64 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dpush507c.h10 PUSH_DATA__((p), NVDEF(NV507C, DMA, OPCODE, METHOD) | \
21 PUSH_DATA__((p), NVDEF(NV507C, DMA, OPCODE, JUMP) | \
H A Dpushc37b.h10 PUSH_DATA__((p), NVDEF(NVC37B, DMA, OPCODE, METHOD) | \
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_32.c137 #define emit_alu_X(OPCODE) \
140 *prog++ = OPCODE | RS1(r_A) | RS2(r_X) | RD(r_A); \
157 #define emit_alu_K(OPCODE, K) \
159 if (K || OPCODE == AND || OPCODE == MUL) { \
160 unsigned int _insn = OPCODE; \
/linux-master/kernel/bpf/
H A Dcore.c1747 #define SHT(OPCODE, OP) \
1748 ALU64_##OPCODE##_X: \
1751 ALU_##OPCODE##_X: \
1754 ALU64_##OPCODE##_K: \
1757 ALU_##OPCODE##_K: \
1761 #define ALU(OPCODE, OP) \
1762 ALU64_##OPCODE##_X: \
1765 ALU_##OPCODE##_X: \
1768 ALU64_##OPCODE##_K: \
1771 ALU_##OPCODE##_
[all...]
/linux-master/arch/mips/kernel/
H A Dtraps.c503 #define OPCODE 0xfc000000 macro
618 if ((opcode & OPCODE) == LL) {
623 if ((opcode & OPCODE) == SC) {
673 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) {
700 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) {
725 int op = opcode & OPCODE;
1131 if (!(opcode & OPCODE))
1137 if (!(opcode & OPCODE))
/linux-master/drivers/accel/ivpu/
H A Divpu_hw_37xx.c967 ufi_log, REG_GET_FLD(VPU_37XX_BUTTRESS_UFI_ERR_LOG, OPCODE, ufi_log),
1034 ufi_log, REG_GET_FLD(VPU_37XX_BUTTRESS_UFI_ERR_LOG, OPCODE, ufi_log),
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c641 /* 6*/ FLAG_ENTRY0("OpcodeErr", SEEI(OPCODE)),

Completed in 202 milliseconds