Home
last modified time | relevance | path

Searched defs:IMM2H (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.cpp160 unsigned IMM2H = (Value >> 7) & 0x3; in adjustFixupValue() local
165 unsigned IMM2H = (~Value >> 7) & 0x3; in adjustFixupValue() local