Add initial integrated assembler w/ some Xmm ops.
Add a flag to use the integrated assembler.
Handle simple XMM binary op instructions as an initial example of how
instructions might be handled. This tests fixups in a very limited sense --
Track buffer locations of fixups for floating point immediates.
Patchset one shows the original dart assembler code (revision 39313), so that
it can be diffed.
BUG=none
R=stichnot@chromium.org
Review URL: https://codereview.chromium.org/574133002
Showing
src/IceFixups.h
0 → 100644
This diff is collapsed.
Click to expand it.
src/IceMemoryRegion.cpp
0 → 100644
src/IceMemoryRegion.h
0 → 100644
src/IceUtils.h
0 → 100644
src/assembler.cpp
0 → 100644
src/assembler.h
0 → 100644
src/assembler_ia32.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/assembler_ia32.h
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment