Searched refs:newval2 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c28432 offsetT newval2;
28441 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
28443 newval2 &= ~T2I1I2MASK;
28444 newval2 |= (((I1 ^ S) << 13) | ((I2 ^ S) << 11) | lo) ^ T2I1I2MASK;
28446 md_number_to_chars (buf + THUMB_SIZE, newval2, THUMB_SIZE);
29150 offsetT newval2;
29160 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
29162 newval2 |= (J1 << 13) | (J2 << 11) | lo;
29164 md_number_to_chars (buf + THUMB_SIZE, newval2, THUMB_SIZE);
29991 offsetT newval2;
28422 offsetT newval2; local
29140 offsetT newval2; local
29981 offsetT newval2; local
30014 offsetT newval2; local
30047 offsetT newval2; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c28308 offsetT newval2;
28317 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
28319 newval2 &= ~T2I1I2MASK;
28320 newval2 |= (((I1 ^ S) << 13) | ((I2 ^ S) << 11) | lo) ^ T2I1I2MASK;
28322 md_number_to_chars (buf + THUMB_SIZE, newval2, THUMB_SIZE);
29026 offsetT newval2;
29036 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
29038 newval2 |= (J1 << 13) | (J2 << 11) | lo;
29040 md_number_to_chars (buf + THUMB_SIZE, newval2, THUMB_SIZE);
29867 offsetT newval2;
28298 offsetT newval2; local
29016 offsetT newval2; local
29857 offsetT newval2; local
29890 offsetT newval2; local
29923 offsetT newval2; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c28432 offsetT newval2;
28441 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
28443 newval2 &= ~T2I1I2MASK;
28444 newval2 |= (((I1 ^ S) << 13) | ((I2 ^ S) << 11) | lo) ^ T2I1I2MASK;
28446 md_number_to_chars (buf + THUMB_SIZE, newval2, THUMB_SIZE);
29150 offsetT newval2;
29160 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
29162 newval2 |= (J1 << 13) | (J2 << 11) | lo;
29164 md_number_to_chars (buf + THUMB_SIZE, newval2, THUMB_SIZE);
29991 offsetT newval2;
28422 offsetT newval2; local
29140 offsetT newval2; local
29981 offsetT newval2; local
30014 offsetT newval2; local
30047 offsetT newval2; local
[all...]

Completed in 523 milliseconds