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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c6429 unsigned int g_bit = 0; local
6457 g_bit |= (g_bit & 0x1) ? 0x2 : 0x1;
6469 if (g_bit == 0x1)
6483 || (g_bit & 0x2) != 0)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c6382 unsigned int g_bit = 0; local
6410 g_bit |= (g_bit & 0x1) ? 0x2 : 0x1;
6422 if (g_bit == 0x1)
6436 || (g_bit & 0x2) != 0)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c6429 unsigned int g_bit = 0; local
6457 g_bit |= (g_bit & 0x1) ? 0x2 : 0x1;
6469 if (g_bit == 0x1)
6483 || (g_bit & 0x2) != 0)

Completed in 427 milliseconds