HomeSort by: relevance | last modified time | path
    Searched defs:VX_MASK (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 4010 #define VX_MASK_DDD (VX_MASK & ~0x1)
4419 #define VX_MASK VX(0x3f, 0x7ff)
4488 /* A VX_MASK with the VA field fixed. */
4489 #define VXVA_MASK (VX_MASK | (0x1f << 16))
4491 /* A VX_MASK with the VB field fixed. */
4492 #define VXVB_MASK (VX_MASK | (0x1f << 11))
4494 /* A VX_MASK with the VA and VB fields fixed. */
4495 #define VXVAVB_MASK (VX_MASK | (0x1f << 16) | (0x1f << 11))
4497 /* A VX_MASK with the VD and VA fields fixed. */
4498 #define VXVDVA_MASK (VX_MASK | (0x1f << 21) | (0x1f << 16)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 4009 #define VX_MASK_DDD (VX_MASK & ~0x1)
4412 #define VX_MASK VX(0x3f, 0x7ff)
4481 /* A VX_MASK with the VA field fixed. */
4482 #define VXVA_MASK (VX_MASK | (0x1f << 16))
4484 /* A VX_MASK with the VB field fixed. */
4485 #define VXVB_MASK (VX_MASK | (0x1f << 11))
4487 /* A VX_MASK with the VA and VB fields fixed. */
4488 #define VXVAVB_MASK (VX_MASK | (0x1f << 16) | (0x1f << 11))
4490 /* A VX_MASK with the VD and VA fields fixed. */
4491 #define VXVDVA_MASK (VX_MASK | (0x1f << 21) | (0x1f << 16)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 3927 #define VX_MASK_DDD (VX_MASK & ~0x1)
4322 #define VX_MASK VX(0x3f, 0x7ff)
4391 /* A VX_MASK with the VA field fixed. */
4392 #define VXVA_MASK (VX_MASK | (0x1f << 16))
4394 /* A VX_MASK with the VB field fixed. */
4395 #define VXVB_MASK (VX_MASK | (0x1f << 11))
4397 /* A VX_MASK with the VA and VB fields fixed. */
4398 #define VXVAVB_MASK (VX_MASK | (0x1f << 16) | (0x1f << 11))
4400 /* A VX_MASK with the VD and VA fields fixed. */
4401 #define VXVDVA_MASK (VX_MASK | (0x1f << 21) | (0x1f << 16)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 3927 #define VX_MASK_DDD (VX_MASK & ~0x1)
4322 #define VX_MASK VX(0x3f, 0x7ff)
4391 /* A VX_MASK with the VA field fixed. */
4392 #define VXVA_MASK (VX_MASK | (0x1f << 16))
4394 /* A VX_MASK with the VB field fixed. */
4395 #define VXVB_MASK (VX_MASK | (0x1f << 11))
4397 /* A VX_MASK with the VA and VB fields fixed. */
4398 #define VXVAVB_MASK (VX_MASK | (0x1f << 16) | (0x1f << 11))
4400 /* A VX_MASK with the VD and VA fields fixed. */
4401 #define VXVDVA_MASK (VX_MASK | (0x1f << 21) | (0x1f << 16)
    [all...]

Completed in 42 milliseconds