Home
last modified time | relevance | path

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

/arch/powerpc/xmon/
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 },
Dspu.h62 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
64 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
/arch/sparc/net/
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; \
/arch/mips/kernel/
Dtraps.c502 #define OPCODE 0xfc000000 macro
617 if ((opcode & OPCODE) == LL) { in simulate_llsc()
622 if ((opcode & OPCODE) == SC) { in simulate_llsc()
672 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) { in simulate_rdhwr_normal()
699 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) { in simulate_sync()
724 int op = opcode & OPCODE; in simulate_loongson3_cpucfg()
1130 if (!(opcode & OPCODE)) in do_tr()
1136 if (!(opcode & OPCODE)) in do_tr()