Home
last modified time | relevance | path

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

/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.c504 #define OPCODE 0xfc000000 macro
619 if ((opcode & OPCODE) == LL) { in simulate_llsc()
624 if ((opcode & OPCODE) == SC) { in simulate_llsc()
674 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) { in simulate_rdhwr_normal()
701 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) { in simulate_sync()
726 int op = opcode & OPCODE; in simulate_loongson3_cpucfg()
1132 if (!(opcode & OPCODE)) in do_tr()
1138 if (!(opcode & OPCODE)) in do_tr()
/linux/kernel/bpf/
H A Dcore.c1787 #define SHT(OPCODE, OP) \ in ___bpf_prog_run()
1788 ALU64_##OPCODE##_X: \ in ___bpf_prog_run()
1791 ALU_##OPCODE##_X: \ in ___bpf_prog_run()
1794 ALU64_##OPCODE##_K: \ in ___bpf_prog_run()
1797 ALU_##OPCODE##_K: \ in ___bpf_prog_run()
1801 #define ALU(OPCODE, OP) \ in ___bpf_prog_run()
1802 ALU64_##OPCODE##_X: \ in ___bpf_prog_run()
1805 ALU_##OPCODE##_X: \ in ___bpf_prog_run()
1808 ALU64_##OPCODE##_K: \ in ___bpf_prog_run()
1811 ALU_##OPCODE##_ in ___bpf_prog_run()
1750 SHT(OPCODE,OP) ___bpf_prog_run() argument
1764 ALU(OPCODE,OP) ___bpf_prog_run() argument
2048 COND_JMP(SIGN,OPCODE,CMP_OP) ___bpf_prog_run() argument
[all...]
/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c641 /* 6*/ FLAG_ENTRY0("OpcodeErr", SEEI(OPCODE)),