Searched defs:low_imm (Results 1 – 1 of 1) sorted by relevance
| /frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ |
| D | decoder.h | 483 uint8_t low_imm = GetBits<uint8_t, 5, 2>(); in DecodeCompressedLoadStore() local 515 uint8_t low_imm = GetBits<uint8_t, 2, 5>(); in DecodeCAddi() local 769 uint16_t low_imm = GetBits<uint16_t, 7, 5>(); in DecodeStore() local 814 auto low_imm = GetBits<uint16_t, 8, 4>(); in DecodeBranch() local 833 auto low_imm = GetBits<uint32_t, 21, 10>(); in DecodeJumpAndLink() local
|