shithub: plan9front

Download patch

ref: 12fc1c7d3e04649fb7d213d16f9da597726dd7b6
parent: d8d4802f80b40bc9a43031e3d6484aa237e7d444
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Apr 8 10:12:01 EDT 2019

7l: fix bitcon instruction selection and encoding

the possible bitmasks generated depend on the data width
of the instruction, so we introduce C_BITCON32 and C_BITCON64
operand types to keep them apart.

the encoding of the bitcon operation was wrong.