This is the mail archive of the binutils@sourceware.org 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]

[Patch, microblaze, gas, opcodes] Change insn type INST_TYPE_RD_R1_SPECIAL -> INST_TYPE_R1_R2_SPECIAL


Change write to data cache and write to instruction cache insns to be
of type INST_TYPE_R1_R2_SPECIAL (currently INST_TYPE_RD_R1_SPECIAL)

From MicroBlaze Processor Reference Guide;

Write to Data Cache
wdc        rA,rB
wdc.flush  rA,rB
wdc.clear  rA,rB

Write to Instruction Cache
wic        rA,rB


binutils/opcodes/Changelog

 2012-11-22  David Holsgrove  <david.holsgrove@xilinx.com>

          * microblaze-opc.h: Change insn cache type to
            INST_TYPE_R1_R2_SPECIAL
          * microblaze-dis.c (print_insn_microblaze): Swap
            case to INST_TYPE_R1_R2_SPECIAL

binutils/gas/Changelog

 2012-11-22  David Holsgrove  <david.holsgrove@xilinx.com>

          * gas/config/tc-microblaze.c: Swap case to use
            INST_TYPE_R1_R2_SPECIAL and update comments

Attachment: 0001-gas-config-tc-microblaze.c-INST_TYPE_RD_R1_SPECIAL-I.patch
Description: 0001-gas-config-tc-microblaze.c-INST_TYPE_RD_R1_SPECIAL-I.patch


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