Home
last modified time | relevance | path

Searched defs:IMM5L (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp158 unsigned IMM5L = (Value >> 2) & 0x1f; in adjustFixupValue() local
163 unsigned IMM5L = (~Value >> 2) & 0x1f; in adjustFixupValue() local