Searched refs:LowerImm (Results 1 – 2 of 2) sorted by relevance
544 uint64_t LowerImm = Value & 0xfffULL; in adjustFixupValue() local545 return UpperImm | ((LowerImm << 20) << 32); in adjustFixupValue()
1231 uint32_t LowerImm = Imm & 0xfff; in applyITypeImmRISCV() local1233 Instr = (Instr & 0xfffff) | (LowerImm << 20); in applyITypeImmRISCV()