Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sh.c3484 int lowbyte = target_big_endian ? 1 : 0; in md_convert_frag() local
3504 buffer[lowbyte + 2] = 0; in md_convert_frag()
3517 buffer[lowbyte + 4] = 0x9; in md_convert_frag()
3858 buf[lowbyte] = val & 0xff; in md_apply_fix()
3864 buf[lowbyte] = (val >> 1) & 0xff; in md_apply_fix()
3870 buf[lowbyte] = (val >> 2) & 0xff; in md_apply_fix()
3876 buf[lowbyte] = (val >> 3) & 0xff; in md_apply_fix()
3956 buf[lowbyte] = val; in md_apply_fix()
3963 buf[lowbyte] = val; in md_apply_fix()
3970 buf[lowbyte] = val; in md_apply_fix()
[all …]
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-sh.c3273 int lowbyte = target_big_endian ? 1 : 0; in md_convert_frag() local
3298 buffer[lowbyte + 2] = 0; in md_convert_frag()
3311 buffer[lowbyte + 4] = 0x9; in md_convert_frag()
3605 int lowbyte = target_big_endian ? 1 : 0; in md_apply_fix3() local
3737 buf[lowbyte] = val; in md_apply_fix3()
3744 buf[lowbyte] = val; in md_apply_fix3()
3751 buf[lowbyte] = val; in md_apply_fix3()
3758 buf[lowbyte] = val & 0xff; in md_apply_fix3()