Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.cc672 case Decoder::LoadOperandType::k8bitSigned: in LoadWithoutRecovery()
711 case Decoder::LoadOperandType::k8bitSigned: in LoadWithoutRecovery()
Dfrontend.h120 return Decoder::LoadOperandType::k8bitSigned; in ToLoadOperandType()
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator.cc389 case Decoder::LoadOperandType::k8bitSigned: in Load()
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h636 k8bitSigned = 0b000, enumerator
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h235 case Decoder::LoadOperandType::k8bitSigned: in Load()