Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-h8300.c1473 char asnibbles[100]; in build_bytes() local
1474 char *p = asnibbles; in build_bytes()
1613 asnibbles[2] = high - low; in build_bytes()
1614 asnibbles[7] = high; in build_bytes()
1620 asnibbles[2] = high - low; in build_bytes()
1621 asnibbles[7] = low; in build_bytes()
1625 output[i] = (asnibbles[i * 2] << 4) | asnibbles[i * 2 + 1]; in build_bytes()