index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
MC
/
ARM
/
neon-vld-encoding.s
Age
Commit message (
Expand
)
Author
2013-02-22
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2013-02-14
Make ARMAsmParser accept the correct alignment specifier syntax in instructions.
Kristof Beyls
2012-01-25
NEON VLD4(all lanes) assembly parsing and encoding.
Jim Grosbach
2012-01-24
NEON VLD3(all lanes) assembly parsing and encoding.
Jim Grosbach
2012-01-24
NEON VLD4(one lane) assembly parsing and encoding.
Jim Grosbach
2012-01-24
NEON VLD4(multiple 4 element structures) assembly parsing.
Jim Grosbach
2012-01-23
NEON VLD3(multiple 3-element structures) assembly parsing.
Jim Grosbach
2011-12-21
ARM NEON assmebly parsing for VLD2 to all lanes instructions.
Jim Grosbach
2011-12-21
ARM NEON VLD2 assembly parsing for structure to all lanes, non-writeback.
Jim Grosbach
2011-12-20
ARM assembly parsing and encoding for VLD2 single-element, double spaced.
Jim Grosbach
2011-12-19
ARM NEON relax parse time diagnostics for alignment specifiers.
Jim Grosbach
2011-12-14
ARM NEON VLD2/VST2 lane indexed assembly parsing and encoding.
Jim Grosbach
2011-12-09
ARM assembly parsing and encoding for VLD2 with writeback.
Jim Grosbach
2011-12-02
ARM tests for VLD1 single lane w/ writeback.
Jim Grosbach
2011-12-02
Clean up aliases for ARM VLD1 single-lane assembly parsing a bit.
Jim Grosbach
2011-11-30
Add some tests for all-lanes VLD1 parsing.
Jim Grosbach
2011-11-15
ARM assembly parsing for register range syntax for VLD/VST register lists.
Jim Grosbach
2011-11-14
ARM parsing datatype suffix variants for non-writeback VLD1 instructions.
Jim Grosbach
2011-10-28
ARM Allow 'q' registers in VLD/VST vector lists.
Jim Grosbach
2011-10-25
ARM assembly parsing and encoding for VLD1 with writeback.
Jim Grosbach
2011-10-24
ARM assembly parsing and encoding for VLD1 w/ writeback.
Jim Grosbach
2011-10-24
ARM assembly parsing and encoding for VLD1 w/ writeback.
Jim Grosbach
2011-10-21
Assembly parsing for 4-register sequential variant of VLD2.
Jim Grosbach
2011-10-21
Assembly parsing for 2-register sequential variant of VLD2.
Jim Grosbach
2011-10-21
Assembly parsing for 4-register variant of VLD1.
Jim Grosbach
2011-10-21
Assembly parsing for 3-register variant of VLD1.
Jim Grosbach
2011-10-21
ARM VLD parsing and encoding.
Jim Grosbach
2011-10-20
ARM VLD1/VST1 (one register, no writeback) assembly parsing and encoding.
Jim Grosbach
2011-10-04
Tidy up formatting.
Jim Grosbach
2010-11-02
Add correct encodings for the rest of the vld instructions that we generate.
Owen Anderson
2010-11-02
Add correct NEON encodings for vld2, vld3, and vld4 basic variants.
Owen Anderson
2010-11-02
Add correct NEON encodings for the "multiple single elements" form of vld.
Owen Anderson