Searched refs:UIMM (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Duasm.c30 UIMM = 0x020, enumerator in enum:fields
95 { insn_andi, M(andi_op, 0, 0, 0, 0, 0), RS | RT | UIMM },
131 { insn_ori, M(ori_op, 0, 0, 0, 0, 0), RS | RT | UIMM },
148 { insn_xori, M(xori_op, 0, 0, 0, 0, 0), RS | RT | UIMM },
276 if (ip->fields & UIMM)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dppc-opc.c538 /* The UIMM field in a VX form instruction. */
539 #define UIMM SIMM + 1
543 #define SHB UIMM + 1
546 /* The other UIMM field in a EVX form instruction. */
550 /* The other UIMM field in a half word EVX form instruction. */
554 /* The other UIMM field in a word EVX form instruction. */
558 /* The other UIMM field in a double EVX form instruction. */
2127 { "vcfsx", VX(4, 842), VX_MASK, PPCVEC, { VD, VB, UIMM } },
2128 { "vcfux", VX(4, 778), VX_MASK, PPCVEC, { VD, VB, UIMM } },
2155 { "vctsxs", VX(4, 970), VX_MASK, PPCVEC, { VD, VB, UIMM } },
537 #define UIMM macro
[all...]

Completed in 78 milliseconds