Home
last modified time | relevance | path

Searched refs:loop_length (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c7270 unsigned int loop_length, loop_length_hi, loop_length_lo; local
7301 loop_length = target - (fragP->fr_address + fragP->fr_fix);
7302 loop_length_hi = loop_length & ~0x0ff;
7303 loop_length_lo = loop_length & 0x0ff;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c9438 unsigned int loop_length, loop_length_hi, loop_length_lo; in convert_frag_immed_finish_loop() local
9484 loop_length = target - (fragP->fr_address + fragP->fr_fix); in convert_frag_immed_finish_loop()
9485 loop_length_hi = loop_length & ~0x0ff; in convert_frag_immed_finish_loop()
9486 loop_length_lo = loop_length & 0x0ff; in convert_frag_immed_finish_loop()