conditional infixes are deprecated in unified syntax

2

how to rework the "conditional infixes" for the ARM Thumb assembler?

the error "conditional infixes are deprecated in unified syntax" has happened as an output of the GNU Tools ARM (thumb) assembler on the following directives set:

    IT PL
    MOVPL   r14,#0x80000000     @ r14=0x80000000

or

    IT VS
    MOVVSS  r7,r14              @ DiffR=SAT(R-RightDC)

or

    IT VS
    MOVVSS  r6,r14              @ DiffL=SAT(L-LeftDC)
assembly
arm
conditional
predicate
gas
asked on Stack Overflow Aug 29, 2018 by Oleg Kokorin • edited Aug 29, 2018 by Peter Cordes

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0