Lines Matching defs:Imm
78 auto Imm = OffsetOp.getImm();79 if (Imm >= 0)80 O << " + " << formatImm(Imm);82 O << " - " << formatImm(-Imm);104 int32_t Imm = Op.getImm();105 O << ((Imm >= 0) ? "+" : "") << formatImm(Imm);107 int16_t Imm = Op.getImm();108 O << ((Imm >= 0) ? "+" : "") << formatImm(Imm);