Home
last modified time | relevance | path

Searched refs:tbit (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/bmake/
HDtarg.c572 int tbit; in Targ_PrintType() local
580 tbit = 1 << (ffs(type) - 1); in Targ_PrintType()
581 type &= ~tbit; in Targ_PrintType()
583 switch(tbit) { in Targ_PrintType()
/NextBSD/contrib/tcsh/
HDsh.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)
/NextBSD/contrib/gcc/config/ia64/
HDia64.md134 st,syst_m0, syst_m,tbit,toar_i,toar_m,tobr,tofr,topr,xmpy,xtd,nop,
150 (eq_attr "itanium_class" "frpr,topr,ishf,xtd,tbit") (const_string "I")
162 (eq_attr "itanium_class" "tbit,ishf,topr,frpr") (const_string "yes")
230 tbit.nz %0, %I0 = %1, 0
235 [(set_attr "itanium_class" "icmp,icmp,unknown,unknown,tbit,ialu,ld,st,ialu")])
1422 tbit.nz.and.orcm %0, %I0 = %2, 0
1431 [(set_attr "itanium_class" "unknown,tbit,ilog")])
1440 tbit.z.and.orcm %0, %I0 = %1, 0
1449 [(set_attr "itanium_class" "unknown,tbit,ilog")])
1458 tbit.nz.or.andcm %0, %I0 = %2, 0
[all …]
HDitanium1.md681 (eq_attr "itanium_class" "tbit"))
1587 (eq_attr "itanium_class" "tbit"))
HDitanium2.md899 (eq_attr "itanium_class" "tbit"))
1752 (eq_attr "itanium_class" "tbit"))
/NextBSD/contrib/binutils/opcodes/
HDia64-ic.tbl25 …-PSR-l, IC:mov-to-PSR-um, IC:probe-all, ptc.e, ptc.g, ptc.ga, ptc.l, ptr.i, ptr.d, setf, tbit, tnat
218 pr-gen-writers-int; cmp, cmp4, tbit, tf, tnat
223 …, shrp4, srlz.i, srlz.d, ssm, IC:st, IC:stf, sub, sum, IC:sxt, sync, tak, tbit, tf, thash, tnat, t…
/NextBSD/contrib/binutils/gas/config/
HDtc-arm.c6390 unsigned long tbit; in move_or_literal_pool() local
6393 tbit = (inst.instruction > 0xffff) ? THUMB2_LOAD_BIT : THUMB_LOAD_BIT; in move_or_literal_pool()
6395 tbit = LOAD_BIT; in move_or_literal_pool()
6397 if ((inst.instruction & tbit) == 0) in move_or_literal_pool()