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

  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 4155 #define A_MASK A (0x3f, 0x1f, 1)
4157 /* An A_MASK with the FRB field fixed. */
4158 #define AFRB_MASK (A_MASK | FRB_MASK)
4160 /* An A_MASK with the FRC field fixed. */
4161 #define AFRC_MASK (A_MASK | FRC_MASK)
4163 /* An A_MASK with the FRA and FRC fields fixed. */
4164 #define AFRAFRC_MASK (A_MASK | FRA_MASK | FRC_MASK)
5255 {"ps_sum0", A (4, 10,0), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}},
5256 {"ps_sum0.", A (4, 10,1), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}},
5258 {"ps_sum1", A (4, 11,0), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}}
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 4154 #define A_MASK A (0x3f, 0x1f, 1)
4156 /* An A_MASK with the FRB field fixed. */
4157 #define AFRB_MASK (A_MASK | FRB_MASK)
4159 /* An A_MASK with the FRC field fixed. */
4160 #define AFRC_MASK (A_MASK | FRC_MASK)
4162 /* An A_MASK with the FRA and FRC fields fixed. */
4163 #define AFRAFRC_MASK (A_MASK | FRA_MASK | FRC_MASK)
5238 {"ps_sum0", A (4, 10,0), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}},
5239 {"ps_sum0.", A (4, 10,1), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}},
5241 {"ps_sum1", A (4, 11,0), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}}
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 4064 #define A_MASK A (0x3f, 0x1f, 1)
4066 /* An A_MASK with the FRB field fixed. */
4067 #define AFRB_MASK (A_MASK | FRB_MASK)
4069 /* An A_MASK with the FRC field fixed. */
4070 #define AFRC_MASK (A_MASK | FRC_MASK)
4072 /* An A_MASK with the FRA and FRC fields fixed. */
4073 #define AFRAFRC_MASK (A_MASK | FRA_MASK | FRC_MASK)
5119 {"ps_sum0", A (4, 10,0), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}},
5120 {"ps_sum0.", A (4, 10,1), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}},
5122 {"ps_sum1", A (4, 11,0), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}}
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 4064 #define A_MASK A (0x3f, 0x1f, 1)
4066 /* An A_MASK with the FRB field fixed. */
4067 #define AFRB_MASK (A_MASK | FRB_MASK)
4069 /* An A_MASK with the FRC field fixed. */
4070 #define AFRC_MASK (A_MASK | FRC_MASK)
4072 /* An A_MASK with the FRA and FRC fields fixed. */
4073 #define AFRAFRC_MASK (A_MASK | FRA_MASK | FRC_MASK)
5119 {"ps_sum0", A (4, 10,0), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}},
5120 {"ps_sum0.", A (4, 10,1), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}},
5122 {"ps_sum1", A (4, 11,0), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}}
    [all...]

Completed in 43 milliseconds