Searched refs:tbit (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/bmake/ |
| HD | targ.c | 572 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/ |
| HD | sh.exec.c | 95 # 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/ |
| HD | ia64.md | 134 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 …]
|
| HD | itanium1.md | 681 (eq_attr "itanium_class" "tbit")) 1587 (eq_attr "itanium_class" "tbit"))
|
| HD | itanium2.md | 899 (eq_attr "itanium_class" "tbit")) 1752 (eq_attr "itanium_class" "tbit"))
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | ia64-ic.tbl | 25 …-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/ |
| HD | tc-arm.c | 6390 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()
|