Lines Matching defs:LO
57 int LO;
325 without the register and with %hi/%lo modifier? */
604 the_insn.HI = the_insn.LO = 0;
606 /* Search for %hi and %lo, make a mark and skip it. */
614 if (strncmp (s, "%lo", 3) == 0)
617 the_insn.LO = 1;
620 the_insn.LO = 0;
623 if (the_insn.HI || the_insn.LO)
626 as_bad (_("Expression Error for operand modifier %%hi/%%lo\n"));
752 /* Clean up the HI and LO mark. */
754 the_insn.LO = 0;
759 the_insn.LO = 0;
796 if (the_insn.HI && the_insn.LO)
797 as_bad (_("Both the_insn.HI and the_insn.LO are set : %s"), s);
801 the_insn.LO = 0;
807 : (the_insn.LO ? RELOC_DLX_LO16 : RELOC_DLX_16);
813 the_insn.LO = 0;