Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h1061 DecodeCompressedLoadStore<LoadStore::kLoad, FloatOperandType::kDouble>(); in DecodeCompressedInstruction()
1064 DecodeCompressedLoadStore<LoadStore::kLoad, LoadOperandType::k32bitSigned>(); in DecodeCompressedInstruction()
1067 DecodeCompressedLoadStore<LoadStore::kLoad, LoadOperandType::k64bit>(); in DecodeCompressedInstruction()
1070 DecodeCompressedLoadStore<LoadStore::kStore, FloatOperandType::kDouble>(); in DecodeCompressedInstruction()
1073 DecodeCompressedLoadStore<LoadStore::kStore, MemoryDataOperandType::k32bit>(); in DecodeCompressedInstruction()
1076 DecodeCompressedLoadStore<LoadStore::kStore, MemoryDataOperandType::k64bit>(); in DecodeCompressedInstruction()
1307 void DecodeCompressedLoadStore() { in DecodeCompressedLoadStore() function