Searched refs:CODE16 (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dwhite.s15 .CODE16
H A Dwhite.l18 15 .CODE16
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dwhite.s15 .CODE16
H A Dwhite.l18 15 .CODE16
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-i386.c352 #define CODE16 1 macro
354 #define SMALL16 (SMALL | CODE16)
356 #define BIG16 (BIG | CODE16)
3273 code16 = CODE16;
3280 code16 ^= CODE16;
3369 code16 = CODE16;
3375 code16 ^= CODE16;
3415 code16 = CODE16;
3422 code16 ^= CODE16;
4810 int size = (fragP->fr_subtype & CODE16)
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-i386.c676 #define CODE16 1 macro
678 #define SMALL16 (SMALL | CODE16)
680 #define BIG16 (BIG | CODE16)
6880 code16 = flag_code == CODE_16BIT ? CODE16 : 0;
6888 code16 ^= CODE16;
6984 code16 = CODE16;
6990 code16 ^= CODE16;
7047 code16 = CODE16;
7054 code16 ^= CODE16;
9221 int size = (fragP->fr_subtype & CODE16)
[all...]

Completed in 166 milliseconds