Home
last modified time | relevance | path

Searched defs:high_opcode (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc254 uint8_t high_opcode : 3; in TEST_F() member
290 uint8_t high_opcode : 3; in TestCompressedLoadOrStore() member
339 uint8_t high_opcode : 3; in TEST_F() member
381 uint8_t high_opcode : 3; in TEST_F() member
434 uint8_t high_opcode : 3; in TEST_F() member
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h669 uint8_t high_opcode = GetBits<uint8_t, 28, 4>(); in DecodeMiscMem() local
705 uint16_t high_opcode = GetBits<uint16_t, 25, 7>(); in DecodeOp() local
718 uint16_t high_opcode = GetBits<uint16_t, 27, 5>(); in DecodeAmo() local
797 uint16_t high_opcode = GetBits<uint16_t, 20 + kShiftFieldSize, 12 - kShiftFieldSize>(); in DecodeOp() local