Searched refs:kBLow (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ |
D | decoder.h | 1362 constexpr uint8_t kBLow[32] = {0x00, 0x20, 0x02, 0x22, 0x04, 0x24, 0x06, 0x26, 0x40, 0x60, 0x42, in DecodeCompressedBeqzBnez() local 1373 .offset = static_cast<int16_t>(SignExtend<9>(kBHigh[high_imm] + kBLow[low_imm])), in DecodeCompressedBeqzBnez()
|