Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.cc663 case Decoder::LoadOperandType::k16bitUnsigned: in LoadWithoutRecovery()
699 case Decoder::LoadOperandType::k16bitUnsigned: in LoadWithoutRecovery()
Dfrontend.h130 return Decoder::LoadOperandType::k16bitUnsigned; in ToLoadOperandType()
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator.cc380 case Decoder::LoadOperandType::k16bitUnsigned: in Load()
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h641 k16bitUnsigned = 0b101, enumerator
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h229 case Decoder::LoadOperandType::k16bitUnsigned: in Load()