Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/mm/
Duasm-micromips.c46 [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},
120 [insn_xori] = {M(mm_xori32_op, 0, 0, 0, 0, 0), RT | RS | UIMM},
190 if (ip->fields & UIMM) in build_insn()
Duasm-mips.c54 [insn_andi] = {M(andi_op, 0, 0, 0, 0, 0), RS | RT | UIMM},
149 [insn_ori] = {M(ori_op, 0, 0, 0, 0, 0), RS | RT | UIMM},
187 [insn_xori] = {M(xori_op, 0, 0, 0, 0, 0), RS | RT | UIMM},
240 if (ip->fields & UIMM) in build_insn()
Duasm.c22 UIMM = 0x020, enumerator
/Linux-v4.19/arch/powerpc/xmon/
Dppc-opc.c763 #define UIMM SIMM + 1 macro
764 #define DCTL UIMM
768 #define UIMM3 UIMM + 1
3275 {"evaddiw", VX (4, 514), VX_MASK, PPCSPE, 0, {RS, RB, UIMM}},
3280 {"evsubifw", VX (4, 518), VX_MASK, PPCSPE, 0, {RS, UIMM, RB}},
3281 {"evsubiw", VX (4, 518), VX_MASK, PPCSPE, 0, {RS, RB, UIMM}},
3450 {"vcfux", VX (4, 778), VX_MASK, PPCVEC, 0, {VD, VB, UIMM}},
3451 {"vcuxwfp", VX (4, 778), VX_MASK, PPCVEC, 0, {VD, VB, UIMM}},
3493 {"vcfsx", VX (4, 842), VX_MASK, PPCVEC, 0, {VD, VB, UIMM}},
3494 {"vcsxwfp", VX (4, 842), VX_MASK, PPCVEC, 0, {VD, VB, UIMM}},
[all …]