DescriptionAdd hybrid assembler concept to ARM assembler.
Adds a notion of a hybrid assembler. That is, if the integrated
assembler can lower an instruction to bytes, it does. Otherwise, it
uses the standalone assembler to generate text as the placeholder for
the instruction. This is done using a textual fixup in the assembly
buffer.
The advantage of the hybrid assembler is that one can incrementally
implement the integrated assembler and still test the generated
assembly.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4334
R=stichnot@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=2fee2a2f3379d82e2e7a5a2de1e66a5004d50f27
Patch Set 1 #Patch Set 2 : Fix nits. #
Total comments: 3
Patch Set 3 : Fix issues raised about last patch. #Patch Set 4 : Fix nits. #
Total comments: 10
Patch Set 5 : Fix nits. #
Created: 5 years, 2 months ago
Messages
Total messages: 11 (2 generated)
|