wd(
{reg: [
{name: 'OP-32', bits: 7, attr: 0b0011011},
{name: 'rd', bits: 5, attr: 'A'},
{name: 'func3', bits: 3, attr: ['ADDW', 'SUBW', 'SLLW', 'SRLW', 'SRAW']},
{name: 'rs1', bits: 5, attr: 'A'},
{name: 'rs2', bits: 5, attr: 0},
{name: 'imm', bits: 7, attr: [0, 0, 0, 32, 32]}
], config: {hspace: width}}
)