Searched refs:DecodeCompressedLoadStore (Results 1 – 1 of 1) sorted by relevance
1061 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