Searched defs:low_opcode (Results  1 – 2 of 2) sorted by relevance
| /frameworks/libs/binary_translation/interpreter/riscv64/ | 
| D | interpreter_test.cc | 248         uint8_t low_opcode : 2;  in TEST_F()  member 285         uint8_t low_opcode : 2;  in TestCompressedLoadOrStore()  member 335         uint8_t low_opcode : 2;  in TEST_F()  member 371         uint8_t low_opcode : 2;  in TEST_F()  member 422         uint8_t low_opcode : 2;  in TEST_F()  member
  | 
| /frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ | 
| D | decoder.h | 666     uint8_t low_opcode = GetBits<uint8_t, 12, 3>();  in DecodeMiscMem()  local 704     uint16_t low_opcode = GetBits<uint16_t, 12, 3>();  in DecodeOp()  local 717     uint16_t low_opcode = GetBits<uint16_t, 12, 3>();  in DecodeAmo()  local 783     uint8_t low_opcode = GetBits<uint8_t, 12, 3>();  in DecodeOp()  local 864     uint8_t low_opcode = GetBits<uint8_t, 12, 2>();  in DecodeSystem()  local
  |