Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp159 unsigned IMM2H = (Value >> 7) & 0x3; in adjustFixupValue() local
161 Value = (1 << 12) | (IMM2H << 8) | IMM5L; in adjustFixupValue()
164 unsigned IMM2H = (~Value >> 7) & 0x3; in adjustFixupValue() local
166 Value = (IMM2H << 8) | IMM5L; in adjustFixupValue()