Searched refs:UpperImm (Results 1 – 2 of 2) sorted by relevance
543 uint64_t UpperImm = (Value + 0x800ULL) & 0xfffff000ULL; in adjustFixupValue() local545 return UpperImm | ((LowerImm << 20) << 32); in adjustFixupValue()
1225 uint32_t UpperImm = (Imm + 0x800) & 0xfffff000; in applyUTypeImmRISCV() local1227 Instr = (Instr & 0xfff) | UpperImm; in applyUTypeImmRISCV()