Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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