Home | History | Annotate | Download | only in opcodes

Lines Matching refs:dxd

350 #define DXD DUIS + 1
356 #define NDXD DXD + 1
1396 unsigned long dxd = (insn & 0xffc1) | ((insn >> 15) & 0x3e);
1397 return (dxd ^ 0x8000) - 0x8000;
4209 {"addpcis", DX(19,2), DX_MASK, POWER9, PPCVLE, {RT, DXD}},