Searched refs:bit1 (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20040307-1.c7 unsigned int bit1:1; member in struct:__anon6980
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp170 bool bit1 = (byte & 2) == 2; local
179 (bit2 ? '1' : '0'), (bit1 ? '1' : '0'), (bit0 ? '1' : '0'));
186 bool bit1 = (byte & 2) == 2; local
218 stream.Printf("%c", bit1 ? '1' : '0');
/openbsd-current/gnu/gcc/gcc/config/arc/
H A Dlib1funcs.asm125 ; r6.bit1 = sign of numerator, r6.bit0 = sign of result
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arc/
H A Dlib1funcs.asm121 ; r6.bit1 = sign of numerator, r6.bit0 = sign of result
/openbsd-current/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c288 int bit0, bit1; local
305 bit1 = exact_log2 (INTVAL (op2));
307 if (bit0 != -1 && bit1 != -1)
308 return bit0 > bit1 ? CCT1mode : CCT2mode;
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Ds390.c480 int bit0, bit1; local
502 bit1 = exact_log2 (INTVAL (op2));
504 if (bit0 != -1 && bit1 != -1)
505 return bit0 > bit1 ? CCT1mode : CCT2mode;
/openbsd-current/sys/lib/libkern/arch/hppa/
H A Dmilli.S418 bit1: .equ 1 label

Completed in 241 milliseconds