Searched refs:OPCODE (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/powerpc/xmon/ |
| D | spu-opc.c | 25 #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 },
|
| D | spu.h | 62 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 64 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
|
| /Linux-v5.4/arch/sparc/net/ |
| D | bpf_jit_comp_32.c | 137 #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-v5.4/kernel/bpf/ |
| D | core.c | 1325 #define ALU(OPCODE, OP) \ in ___bpf_prog_run() argument 1326 ALU64_##OPCODE##_X: \ in ___bpf_prog_run() 1329 ALU_##OPCODE##_X: \ in ___bpf_prog_run() 1332 ALU64_##OPCODE##_K: \ in ___bpf_prog_run() 1335 ALU_##OPCODE##_K: \ in ___bpf_prog_run() 1491 #define COND_JMP(SIGN, OPCODE, CMP_OP) \ in ___bpf_prog_run() argument 1492 JMP_##OPCODE##_X: \ in ___bpf_prog_run() 1498 JMP32_##OPCODE##_X: \ in ___bpf_prog_run() 1504 JMP_##OPCODE##_K: \ in ___bpf_prog_run() 1510 JMP32_##OPCODE##_K: \ in ___bpf_prog_run()
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | traps.c | 495 #define OPCODE 0xfc000000 macro 610 if ((opcode & OPCODE) == LL) { in simulate_llsc() 615 if ((opcode & OPCODE) == SC) { in simulate_llsc() 665 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) { in simulate_rdhwr_normal() 692 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) { in simulate_sync() 1090 if (!(opcode & OPCODE)) in do_tr() 1096 if (!(opcode & OPCODE)) in do_tr()
|
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | chip.c | 664 /* 6*/ FLAG_ENTRY0("OpcodeErr", SEEI(OPCODE)),
|