Home
last modified time | relevance | path

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

/arch/mips/mm/
Duasm.c30 UIMM = 0x020, enumerator
94 { insn_andi, M(andi_op, 0, 0, 0, 0, 0), RS | RT | UIMM },
127 { insn_ori, M(ori_op, 0, 0, 0, 0, 0), RS | RT | UIMM },
144 { insn_xori, M(xori_op, 0, 0, 0, 0, 0), RS | RT | UIMM },
272 if (ip->fields & UIMM) in build_insn()
/arch/powerpc/xmon/
Dppc-opc.c538 #define UIMM SIMM + 1 macro
542 #define SHB UIMM + 1
2123 { "vcfsx", VX(4, 842), VX_MASK, PPCVEC, { VD, VB, UIMM } },
2124 { "vcfux", VX(4, 778), VX_MASK, PPCVEC, { VD, VB, UIMM } },
2151 { "vctsxs", VX(4, 970), VX_MASK, PPCVEC, { VD, VB, UIMM } },
2152 { "vctuxs", VX(4, 906), VX_MASK, PPCVEC, { VD, VB, UIMM } },
2222 { "vspltb", VX(4, 524), VX_MASK, PPCVEC, { VD, VB, UIMM } },
2223 { "vsplth", VX(4, 588), VX_MASK, PPCVEC, { VD, VB, UIMM } },
2227 { "vspltw", VX(4, 652), VX_MASK, PPCVEC, { VD, VB, UIMM } },
2261 { "evaddiw", VX(4, 514), VX_MASK, PPCSPE, { RS, RB, UIMM } },
[all …]