Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.cc675 case Decoder::LoadOperandType::k16bitSigned: in LoadWithoutRecovery()
715 case Decoder::LoadOperandType::k16bitSigned: in LoadWithoutRecovery()
Dfrontend.h122 return Decoder::LoadOperandType::k16bitSigned; in ToLoadOperandType()
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator.cc392 case Decoder::LoadOperandType::k16bitSigned: in Load()
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h637 k16bitSigned = 0b001, enumerator
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h237 case Decoder::LoadOperandType::k16bitSigned: in Load()