Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h612 k32bitSigned = 0b00000, enumerator
638 k32bitSigned = 0b010, enumerator
1059 DecodeCompressedLoadStore<LoadStore::kLoad, LoadOperandType::k32bitSigned>(); in DecodeCompressedInstruction()
1102 DecodeCompressedLoadsp<LoadOperandType::k32bitSigned>(); in DecodeCompressedInstruction()
Dsemantics_player.h216 case Decoder::FcvtOperandType::k32bitSigned: in FcvtloatToInteger()
254 case Decoder::FcvtOperandType::k32bitSigned: in FcvtIntegerToFloat()
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.cc678 case Decoder::LoadOperandType::k32bitSigned: in LoadWithoutRecovery()
719 case Decoder::LoadOperandType::k32bitSigned: in LoadWithoutRecovery()
Dfrontend.h124 return Decoder::LoadOperandType::k32bitSigned; in ToLoadOperandType()
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator.cc395 case Decoder::LoadOperandType::k32bitSigned: in Load()
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h239 case Decoder::LoadOperandType::k32bitSigned: in Load()