Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp100 static unsigned log2LdstWidth(unsigned Opcode) { in log2LdstWidth() function
120 return 0x1f << log2LdstWidth(Opcode); in compressedLDSTOffsetMask()
126 return log2LdstWidth(Opcode) == 2 ? isShiftedUInt<6, 2>(Offset) in compressibleSPOffset()