Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb.old/dist/sim/h8300/
H A Dwritecode.c898 int nibshift = 4; local
912 mask0[byte] |= 0x8 << nibshift;
919 mask1[byte] |= 0x8 << nibshift;
925 mask0[byte] |= ((~c) & 0xf) << nibshift;
926 mask1[byte] |= (c & 0xf) << nibshift;
935 if (nibshift == 4)
937 nibshift = 0;
942 nibshift = 4;
/netbsd-src/external/gpl3/gdb/dist/sim/h8300/
H A Dwritecode.c898 int nibshift = 4; local
912 mask0[byte] |= 0x8 << nibshift;
919 mask1[byte] |= 0x8 << nibshift;
925 mask0[byte] |= ((~c) & 0xf) << nibshift;
926 mask1[byte] |= (c & 0xf) << nibshift;
935 if (nibshift == 4)
937 nibshift = 0;
942 nibshift = 4;