Searched refs:Hi8 (Results 1 – 2 of 2) sorted by relevance
254 unsigned Hi8 = (Value >> 12) & 0xff; in adjustFixupValue() local261 Value = (Sbit << 19) | (Lo10 << 9) | (Mid1 << 8) | Hi8; in adjustFixupValue()
230 unsigned Hi8 = (Imm >> 8) & 0xff; in expandLogicImm() local243 if (!isLogicImmOpRedundant(Op, Hi8)) { in expandLogicImm()247 .addImm(Hi8); in expandLogicImm()334 unsigned Hi8 = (Imm >> 8) & 0xff; in expand() local350 .addImm(Hi8); in expand()