Home
last modified time | relevance | path

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

/linux/arch/powerpc/xmon/
H A Dspu-opc.c25 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
26 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
27 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
28 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
H A Dspu.h62 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
64 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
/linux/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/arch/sparc/net/
H A Dbpf_jit_comp_32.c137 #define emit_alu_X(OPCODE) \ argument
140 *prog++ = OPCODE | RS1(r_A) | RS2(r_X) | RD(r_A); \
157 #define emit_alu_K(OPCODE, K) \ argument
159 if (K || OPCODE == AND || OPCODE == MUL) { \
160 unsigned int _insn = OPCODE; \
/linux/arch/mips/kernel/
H A Dtraps.c503 #define OPCODE 0xfc000000 macro
618 if ((opcode & OPCODE) == LL) { in simulate_llsc()
623 if ((opcode & OPCODE) == SC) { in simulate_llsc()
673 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) { in simulate_rdhwr_normal()
700 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) { in simulate_sync()
725 int op = opcode & OPCODE; in simulate_loongson3_cpucfg()
1131 if (!(opcode & OPCODE)) in do_tr()
1137 if (!(opcode & OPCODE)) in do_tr()
/linux/kernel/bpf/
H A Dcore.c1763 ALU64_##OPCODE##_X: \ in ___bpf_prog_run()
1766 ALU_##OPCODE##_X: \ in ___bpf_prog_run()
1769 ALU64_##OPCODE##_K: \ in ___bpf_prog_run()
1772 ALU_##OPCODE##_K: \ in ___bpf_prog_run()
1777 ALU64_##OPCODE##_X: \ in ___bpf_prog_run()
1780 ALU_##OPCODE##_X: \ in ___bpf_prog_run()
1783 ALU64_##OPCODE##_K: \ in ___bpf_prog_run()
1786 ALU_##OPCODE##_K: \ in ___bpf_prog_run()
2061 JMP_##OPCODE##_X: \ in ___bpf_prog_run()
2067 JMP32_##OPCODE##_X: \ in ___bpf_prog_run()
[all …]
/linux/drivers/accel/ivpu/
H A Divpu_hw_37xx.c967 ufi_log, REG_GET_FLD(VPU_37XX_BUTTRESS_UFI_ERR_LOG, OPCODE, ufi_log), in ivpu_hw_37xx_irqb_handler()
1034 ufi_log, REG_GET_FLD(VPU_37XX_BUTTRESS_UFI_ERR_LOG, OPCODE, ufi_log), in ivpu_hw_37xx_diagnose_failure()
/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c641 /* 6*/ FLAG_ENTRY0("OpcodeErr", SEEI(OPCODE)),