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

/freebsd-9.3-release/lib/libc/ia64/string/
H A Dbzero.S51 3: tbit.nz p6,p0=in0,0 ;;
55 tbit.nz p6,p0=in0,1 ;;
59 tbit.nz p6,p0=in0,2 ;;
/freebsd-9.3-release/contrib/bmake/
H A Dtarg.c572 int tbit; local
580 tbit = 1 << (ffs(type) - 1);
581 type &= ~tbit;
583 switch(tbit) {
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exec.c95 # define tbit(f, i, t) (((t *) xhash)[(f)] & \ macro
99 # define cbit(f, i) tbit(f, i, unsigned char)
101 # define sbit(f, i) tbit(f, i, unsigned short)
103 # define ibit(f, i) tbit(f, i, unsigned int)
105 # define lbit(f, i) tbit(f, i, unsigned long)
/freebsd-9.3-release/sys/ia64/ia64/
H A Dsyscall.S404 tbit.z p15,p0=r14,0
453 tbit.z p14,p15=r26,34 // p14=ia64, p15=ia32
H A Dexception.S240 tbit.nz p11,p10=r23,14 // p11=interrupts enabled
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c6372 unsigned long tbit;
6375 tbit = (inst.instruction > 0xffff) ? THUMB2_LOAD_BIT : THUMB_LOAD_BIT;
6377 tbit = LOAD_BIT;
6379 if ((inst.instruction & tbit) == 0)
6368 unsigned long tbit; local

Completed in 105 milliseconds