tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] [PATCH 0/4] Implement ARM VFP arithmetic instructions in


From: Danny Milosavljevic
Subject: [Tinycc-devel] [PATCH 0/4] Implement ARM VFP arithmetic instructions in ARM inline assembler
Date: Sat, 23 Jan 2021 15:41:46 +0100

This patchset adds VFP arithmetic instructions, including vmov.

Because of the fact that vmov also allows combinations of a floating
point and an integer register, move floating point register reference
parsing to parse_operand.

Danny Milosavljevic (4):
  arm-asm: Add vmla, vmls, vnmls, vnmla, vmul, vnmul, vadd, vsub, vdiv,
    vneg, vabs, vsqrt, vcmp, vcmpe
  arm-asm: Add vmov
  arm-asm: Mostly factor out VFP register reference parsing to
    parse_operand
  arm-asm: Implement "vmov.f32 Sn, Rd", "vmov.f32 Rd, Sn", "vmov.f64 Dm,
    Rd, Rn", "vmov.f64 Rd, Rn, Dm"

 arm-asm.c                  | 541 +++++++++++++++++++++++++++++++++++--
 arm-tok.h                  |  39 +++
 tests/arm-asm-testsuite.sh |  28 +-
 3 files changed, 584 insertions(+), 24 deletions(-)

-- 
2.29.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]