Home
last modified time | relevance | path

Searched refs:kAddi16spLow (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h1257 constexpr uint8_t kAddi16spLow[32] = {0x00, 0x08, 0x20, 0x28, 0x40, 0x48, 0x60, 0x68, in DecodeCompressedLuiAddi16sp() local
1261 int16_t imm = SignExtend<10>((high_imm << 9) + (kAddi16spLow[low_imm] << 2)); in DecodeCompressedLuiAddi16sp()