Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h461 DecodeCompressedLoadStore<LoadFpOpcode::kFld>(); in DecodeCompressedInstruction()
464 DecodeCompressedLoadStore<LoadOpcode::kLw>(); in DecodeCompressedInstruction()
467 DecodeCompressedLoadStore<LoadOpcode::kLd>(); in DecodeCompressedInstruction()
470 DecodeCompressedLoadStore<StoreFpOpcode::kFsd>(); in DecodeCompressedInstruction()
473 DecodeCompressedLoadStore<StoreOpcode::kSd>(); in DecodeCompressedInstruction()
482 void DecodeCompressedLoadStore() { in DecodeCompressedLoadStore() function