This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: add MDMX support to binutils.



> @@ -7584,11 +7596,17 @@ validate_mips_insn (opc)
>        case 'L': break;
>        case 'M':	USE_BITS (OP_MASK_CCC,		OP_SH_CCC);	break;
>        case 'N':	USE_BITS (OP_MASK_BCC,		OP_SH_BCC);	break;
> +      case 'O':	USE_BITS (OP_MASK_ALN,		OP_SH_ALN);	break;
> +      case 'Q':	USE_BITS (OP_MASK_VSEL,		OP_SH_VSEL);
> +		USE_BITS (OP_MASK_FT,		OP_SH_FT);	break;

Formatting. :)


> +      case 'X':	USE_BITS (OP_MASK_FD,		OP_SH_FD);	break;
> +      case 'Y':	USE_BITS (OP_MASK_FS,		OP_SH_FS);	break;
> +      case 'Z':	USE_BITS (OP_MASK_FT,		OP_SH_FT);	break;

Do you need to use these or can you reuse?

Otherwise good and OK provided your co-author has submitted the proper
forms :)

Can you submit a quick patch to gcc that adds the command line option
and passes it to the assembler?

Thanks.

-eric

-- 
I will not carve gods


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]