orc: Make orc_*_emit_invariants() generic
authorDoug Nazar <nazard@nazar.ca>
Sun, 25 Aug 2019 18:50:11 +0000 (14:50 -0400)
committerSebastian Dröge <slomo@coaxion.net>
Sun, 8 Sep 2019 07:58:54 +0000 (07:58 +0000)
commit643130c3a5620052a482925e8aa0356a5034908b
tree9974010df2391c5e1b24674d11f91b472d48077c
parentff9190b1850720a3f4cf72a038b28bcd4c9487cf
orc: Make orc_*_emit_invariants() generic

Move mmx/sse emit invariant function to orcompiler so it can
be used on other architectures.
orc/orccompiler.c
orc/orcinternal.h
orc/orcprogram-mips.c
orc/orcprogram-mmx.c
orc/orcprogram-neon.c
orc/orcprogram-sse.c