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.c495 #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()