Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-8064

Assembler accepts but mistranslates BLLT in v7 thumb mode

    XMLWordPrintable

Details

    • Bug
    • Status: New
    • Medium
    • Resolution: Unresolved
    • Code Generation Tools
    • CODEGEN-967
    • SDSCM00051086
    • Hide
      ARM_15.12.0.LTS
      ARM_18.1.0.LTS
      ARM_16.9.0.LTS
      ARM_18.12.0.LTS
      ARM_20.2.0.LTS
      Show
      ARM_15.12.0.LTS ARM_18.1.0.LTS ARM_16.9.0.LTS ARM_18.12.0.LTS ARM_20.2.0.LTS

    Description

      For v7 thumb 2 mode, the assembler should accept conditional instructions and automatically generate the appropriate IT instruction preceding it.

      For v7 thumb mode, the assembler should accept the BLLT instruction, which is BL conditioned with LT, and turn it into "IT LT" followed by "BL LT." However, it accepts the instruction and turns it into "BL", which is wrong.

      Attachments

        Activity

          People

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: