Searched refs:DecodeCompressedLoadStore (Results 1 – 1 of 1) sorted by relevance
1056 DecodeCompressedLoadStore<LoadStore::kLoad, FloatOperandType::kDouble>(); in DecodeCompressedInstruction()1059 DecodeCompressedLoadStore<LoadStore::kLoad, LoadOperandType::k32bitSigned>(); in DecodeCompressedInstruction()1062 DecodeCompressedLoadStore<LoadStore::kLoad, LoadOperandType::k64bit>(); in DecodeCompressedInstruction()1065 DecodeCompressedLoadStore<LoadStore::kStore, FloatOperandType::kDouble>(); in DecodeCompressedInstruction()1068 DecodeCompressedLoadStore<LoadStore::kStore, MemoryDataOperandType::k32bit>(); in DecodeCompressedInstruction()1071 DecodeCompressedLoadStore<LoadStore::kStore, MemoryDataOperandType::k64bit>(); in DecodeCompressedInstruction()1274 void DecodeCompressedLoadStore() { in DecodeCompressedLoadStore() function