The type assigned to some insn definitions was seemingly not correct: * "movi %d0, %1" was of type "fmov" * "fmov %s0, wzr" was of type "fconstd" * "mov %0, {-1,1}" were of type "csel" This patch changes their types to: * "movi %d0, %1" to type "neon_move" * "fmov %s0, wzr" to type "f_mcr" * "mov %0, {-1,1}" to type "mov_imm" Please, commit if it's alright. Thank you, -- Evandro Menezes