Skip to content
  • Mihai Popa's avatar
    Fix ARM vcvt encoding when the number of fractional bits is zero. · 5500c0ff
    Mihai Popa authored
    The instruction to convert between floating point and fixed point representations
    takes an immediate operand for the number of fractional bits of the fixed point
    value. ARMARM specifies that when that number of bits is zero, the assembler
    should encode floating point/integer conversion instructions. 
    
    This patch adds the necessary instruction aliases to achieve this behaviour.
    
    llvm-svn: 189009
    5500c0ff
Loading