Which MIPS store instructions should be generated for byte and halfword arithmetic operations?

For byte arithmetic operations, the MIPS store instructions should be SB (Store Byte) and SH (Store Halfword). For halfword arithmetic operations, the MIPS store instructions should be SW (Store Word).