Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.cc660 case Decoder::LoadOperandType::k8bitUnsigned: in LoadWithoutRecovery()
695 case Decoder::LoadOperandType::k8bitUnsigned: in LoadWithoutRecovery()
Dfrontend.h128 return Decoder::LoadOperandType::k8bitUnsigned; in ToLoadOperandType()
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator.cc377 case Decoder::LoadOperandType::k8bitUnsigned: in Load()
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h640 k8bitUnsigned = 0b100, enumerator
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h227 case Decoder::LoadOperandType::k8bitUnsigned: in Load()