Add NEON encoding tests for vcgt and vacgt.
[oota-llvm.git] / test / MC / ARM / simple-fp-encoding.ll
2010-10-21 Bill WendlingFix whitespace.
2010-10-21 Andrew Trickputback r116983 and fix simple-fp-encoding.ll tests
2010-10-20 Bill WendlingAdd encoding for moving a value between two ARM core...
2010-10-20 Bill WendlingAdd encodings for movement between ARM core registers...
2010-10-14 Bill WendlingAdd support for vmov.f64/.f32 encoding. There's a bit...
2010-10-14 Bill WendlingAdd encoding for 'fmstat'.
2010-10-14 Bill Wendling- Add encodings for multiply add/subtract instructions...
2010-10-13 Bill WendlingAdd MC encodings for VCVT* instrunctions.
2010-10-13 Bill WendlingAdd encodings for VNEG and VSQRT. Also add encodings...
2010-10-13 Bill WendlingAdd encodings for VCVT instructions.
2010-10-13 Bill WendlingAdd VCMPZ and VABS.
2010-10-13 Bill WendlingRefactor VCMP instructions.
2010-10-12 Bill WendlingAdd encodings for VNMUL[SD].
2010-10-12 Bill WendlingAdd encodings for VDIV and VMUL.
2010-10-12 Bill WendlingAdd encoding for VSUB and VCMP.
2010-10-12 Bill WendlingDon't need to specify calling convention. Add 'readnone...
2010-10-12 Bill WendlingEncoding for VADDD. Plus a test for the VFP instructions.