Closed ksco closed 8 months ago
Unlike RISC-V, the imm part in ANDI/ORI/XORI on LoongArch is zero-extended instead of sign-extended, thus the F_OF2 trick is unnecessary.
ANDI
ORI
XORI
cc @factfinding
Unlike RISC-V, the imm part in
ANDI
/ORI
/XORI
on LoongArch is zero-extended instead of sign-extended, thus the F_OF2 trick is unnecessary.cc @factfinding