Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp159 unsigned IMM5L = (Value >> 2) & 0x1f; in adjustFixupValue() local
164 unsigned IMM5L = (~Value >> 2) & 0x1f; in adjustFixupValue() local