Browse Source

x64: prefix all machine instructions with `x64_` (#3947)

This change is refactoring only--it should have no logic changes. As
discussed previously, prefixing all machine code instructions with
`x64_` will make it easier to identify what parts of the ISLE code
correspond to single instructions and what parts rely on helpers that
may emit more than one instruction.
pull/3952/head
Andrew Brown 3 years ago
committed by GitHub
parent
commit
3bfbb3226e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 653
      cranelift/codegen/src/isa/x64/inst.isle
  2. 756
      cranelift/codegen/src/isa/x64/lower.isle
  3. 4
      cranelift/codegen/src/isa/x64/lower/isle/generated_code.manifest
  4. 1846
      cranelift/codegen/src/isa/x64/lower/isle/generated_code.rs

653
cranelift/codegen/src/isa/x64/inst.isle

File diff suppressed because it is too large

756
cranelift/codegen/src/isa/x64/lower.isle

File diff suppressed because it is too large

4
cranelift/codegen/src/isa/x64/lower/isle/generated_code.manifest

@ -1,4 +1,4 @@
src/clif.isle 9ea75a6f790b5c03
src/prelude.isle b2bc986bcbbbb77
src/isa/x64/inst.isle 5644ccb29bff0b51
src/isa/x64/lower.isle 4c4b772e7f9e958a
src/isa/x64/inst.isle bfb0fb7143d8dc34
src/isa/x64/lower.isle ed84d285e0789fca

1846
cranelift/codegen/src/isa/x64/lower/isle/generated_code.rs

File diff suppressed because it is too large
Loading…
Cancel
Save