Searched refs:loop_length_lo (Results 1 – 2 of 2) sorted by relevance
7270 unsigned int loop_length, loop_length_hi, loop_length_lo; local7303 loop_length_lo = loop_length & 0x0ff;7304 if (loop_length_lo >= 128)7306 loop_length_lo -= 256;7322 set_expr_const (&addi_insn.tok[2], loop_length_lo);
9438 unsigned int loop_length, loop_length_hi, loop_length_lo; in convert_frag_immed_finish_loop() local9486 loop_length_lo = loop_length & 0x0ff; in convert_frag_immed_finish_loop()9487 if (loop_length_lo >= 128) in convert_frag_immed_finish_loop()9489 loop_length_lo -= 256; in convert_frag_immed_finish_loop()9505 set_expr_const (&addi_insn.tok[2], loop_length_lo); in convert_frag_immed_finish_loop()