Searched refs:OP_MASK (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dppc-opc.c1526 #define OP_MASK OP (0x3f)
1532 #define OPTO_MASK (OP_MASK | TO_MASK)
1597 #define DRA_MASK (OP_MASK | RA_MASK)
1643 #define SC_MASK (OP_MASK | (((unsigned long)0x3ff) << 16) | (((unsigned long)1) << 1) | 1)
1954 { "tdi", OP(2), OP_MASK, PPC64, { TO, RA, SI } },
1984 { "twi", OP(3), OP_MASK, PPCCOM, { TO, RA, SI } },
1985 { "ti", OP(3), OP_MASK, PWRCOM, { TO, RA, SI } },
2512 { "mulli", OP(7), OP_MASK, PPCCOM, { RT, RA, SI } },
2513 { "muli", OP(7), OP_MASK, PWRCOM, { RT, RA, SI } },
2515 { "subfic", OP(8), OP_MASK, PPCCO
1523 #define OP_MASK macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dptrace.c279 #define OP_MASK 0x01e00000 macro
322 switch (insn & OP_MASK) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Duasm.c38 #define OP_MASK 0x3f macro

Completed in 79 milliseconds