Searched refs:UIMM (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/mips/mm/ |
D | uasm-micromips.c | 46 [insn_andi] = {M(mm_andi32_op, 0, 0, 0, 0, 0), RT | RS | UIMM}, 95 [insn_ori] = {M(mm_ori32_op, 0, 0, 0, 0, 0), RT | RS | UIMM}, 121 [insn_xori] = {M(mm_xori32_op, 0, 0, 0, 0, 0), RT | RS | UIMM}, 191 if (ip->fields & UIMM) in build_insn()
|
D | uasm-mips.c | 54 [insn_andi] = {M(andi_op, 0, 0, 0, 0, 0), RS | RT | UIMM}, 163 [insn_ori] = {M(ori_op, 0, 0, 0, 0, 0), RS | RT | UIMM}, 204 [insn_xori] = {M(xori_op, 0, 0, 0, 0, 0), RS | RT | UIMM}, 257 if (ip->fields & UIMM) in build_insn()
|
D | uasm.c | 22 UIMM = 0x020, enumerator
|
/linux-5.19.10/arch/powerpc/xmon/ |
D | ppc-opc.c | 751 #define UIMM SIMM + 1 macro 752 #define DCTL UIMM 756 #define UIMM3 UIMM + 1 3263 {"evaddiw", VX (4, 514), VX_MASK, PPCSPE, 0, {RS, RB, UIMM}}, 3268 {"evsubifw", VX (4, 518), VX_MASK, PPCSPE, 0, {RS, UIMM, RB}}, 3269 {"evsubiw", VX (4, 518), VX_MASK, PPCSPE, 0, {RS, RB, UIMM}}, 3438 {"vcfux", VX (4, 778), VX_MASK, PPCVEC, 0, {VD, VB, UIMM}}, 3439 {"vcuxwfp", VX (4, 778), VX_MASK, PPCVEC, 0, {VD, VB, UIMM}}, 3481 {"vcfsx", VX (4, 842), VX_MASK, PPCVEC, 0, {VD, VB, UIMM}}, 3482 {"vcsxwfp", VX (4, 842), VX_MASK, PPCVEC, 0, {VD, VB, UIMM}}, [all …]
|