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

/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.h231 int thumb_mode; member in struct:arm_frag_type
H A Dtc-arm.c337 static int thumb_mode = 0; variable
338 /* A value distinct from the possible values for thumb_mode that we
339 can use to record whether thumb_mode has been copied into the
1840 if (thumb_mode)
2805 if (! thumb_mode)
2810 thumb_mode = 1;
2818 if (thumb_mode)
2823 thumb_mode = 0;
2877 if (! thumb_mode)
2879 thumb_mode
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c232 static int thumb_mode = 0; variable
1526 if (! thumb_mode)
1531 thumb_mode = 1;
1540 if (thumb_mode)
1545 thumb_mode = 0;
1600 if (! thumb_mode)
1602 thumb_mode = 2;
1984 ARM_SET_THUMB (pool->symbol, thumb_mode);
4448 else if (thumb_mode)
5813 if (thumb_mode)
[all...]

Completed in 149 milliseconds