LR_02_038: Add bitmanip intrinsics to the Go assembler

LR_02_038: Add bitmanip intrinsics to the Go assembler

About

This allows assembly coders to assume that certain bitmanip instructions, such as ORN, are always available regardless of the value of the GORISCV64 variable.  The assembler will either emit the bitmanip instruction or will synthesise the instruction using two or more RV64G instructions.