Home
last modified time | relevance | path

Searched refs:k32bitUnsigned (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.cc666 case Decoder::LoadOperandType::k32bitUnsigned: in LoadWithoutRecovery()
703 case Decoder::LoadOperandType::k32bitUnsigned: in LoadWithoutRecovery()
Dfrontend.h132 return Decoder::LoadOperandType::k32bitUnsigned; in ToLoadOperandType()
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator.cc383 case Decoder::LoadOperandType::k32bitUnsigned: in Load()
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Dsemantics_player.h219 case Decoder::FcvtOperandType::k32bitUnsigned: in FcvtloatToInteger()
257 case Decoder::FcvtOperandType::k32bitUnsigned: in FcvtIntegerToFloat()
Ddecoder.h613 k32bitUnsigned = 0b00001, enumerator
642 k32bitUnsigned = 0b110, enumerator
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h231 case Decoder::LoadOperandType::k32bitUnsigned: in Load()