See C.LBU.
See C.LBU.
- Synopsis
-
Load (C.LH, C.LHU, C.LBU), 16-bit encodings
- {cheri_cap_mode_name} Mnemonics
-
c.lh rd', offset(cs1')
c.lhu rd', offset(cs1')
c.lbu rd', offset(cs1')
- {cheri_cap_mode_name} Expansions
-
lh rd, offset(cs1)
lhu rd, offset(cs1)
lbu rd, offset(cs1)
- {cheri_int_mode_name} Mnemonics
-
c.lh rd', offset(rs1')
c.lhu rd', offset(rs1')
c.lbu rd', offset(rs1')
- {cheri_int_mode_name} Expansions
-
lh rd, offset(rs1)
lhu rd, offset(rs1)
lbu rd, offset(rs1)
- Encoding
- {cheri_cap_mode_name} Description
-
Subword load instructions, authorized by the capability in
cs1
. - {cheri_int_mode_name} Description
-
Subword load instructions, authorized by the capability in [ddc].