Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-sh.c3485 int lowbyte = target_big_endian ? 1 : 0; in md_convert_frag() local
3510 buffer[lowbyte + 2] = 0; in md_convert_frag()
3523 buffer[lowbyte + 4] = 0x9; in md_convert_frag()
3800 int lowbyte = target_big_endian ? 1 : 0; in md_apply_fix() local
3885 buf[lowbyte] = val & 0xff; in md_apply_fix()
3891 buf[lowbyte] = (val >> 1) & 0xff; in md_apply_fix()
3897 buf[lowbyte] = (val >> 2) & 0xff; in md_apply_fix()
3903 buf[lowbyte] = (val >> 3) & 0xff; in md_apply_fix()
3983 buf[lowbyte] = val; in md_apply_fix()
3990 buf[lowbyte] = val; in md_apply_fix()
[all …]