Files
wasmtime/lib/cretonne/meta
Pat Hickey 80d2c5d9bf Implement shift-immediate encodings for x86 (#283)
* add x86 encodings for shift-immediate instructions

implements encodings for ishl_imm, sshr_imm, and ushr_imm. uses 8-bit immediates.

added tests for the encodings to intel/binary64.cton. Canonical versions
come from llvm-mc.

* translate test to use shift-immediates

* shift immediate encodings: use enc_i32_i64

and note why the regular shift encodings cant use it above

* add additional encoding tests for shift immediates

this covers 32 bit mode, and 64 bit operations in 64 bit mode.
2018-03-26 16:48:20 -07:00
..
2018-03-05 06:55:27 -08:00
2018-03-22 13:18:25 -07:00
2018-03-05 06:55:27 -08:00
2017-07-31 16:02:27 -07:00
2017-03-30 15:16:44 -07:00
2018-03-22 13:10:41 -07:00
2017-05-08 13:29:01 -07:00
2018-01-03 12:13:13 -08:00