Files
wasmtime/cranelift/codegen/src/isa
Andrew Brown 2767b2efc6 machinst x64: add Inst::[move|load|store] for choosing the correct x86 instruction
This change primarily adds the ability to lower packed `[move|load|store]` instructions (the vector types were previously unimplemented), but with the addition of the utility `Inst::[move|load|store]` functions it became possible to remove duplicated code (e.g. `stack_load` and `stack_store`) and use these utility functions elsewhere (though not exhaustively).
2020-08-20 12:37:22 -07:00
..
2020-07-06 19:02:52 -07:00
2020-07-30 10:32:00 +02:00
2020-08-07 10:08:44 -07:00