Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/ia64/string/
Dbzero.S51 3: tbit.nz p6,p0=in0,0 ;;
55 tbit.nz p6,p0=in0,1 ;;
59 tbit.nz p6,p0=in0,2 ;;
/freebsd-10-stable/contrib/bmake/
Dtarg.c570 int tbit; in Targ_PrintType() local
578 tbit = 1 << (ffs(type) - 1); in Targ_PrintType()
579 type &= ~tbit; in Targ_PrintType()
581 switch(tbit) { in Targ_PrintType()
/freebsd-10-stable/contrib/tcsh/
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-10-stable/sys/ia64/ia64/
Dsyscall.S404 tbit.z p15,p0=r14,0
453 tbit.z p14,p15=r26,34 // p14=ia64, p15=ia32
Dexception.S362 tbit.nz p11,p10=r23,14 // p11=interrupts enabled
/freebsd-10-stable/contrib/gcc/config/ia64/
Dia64.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 …]
Ditanium1.md681 (eq_attr "itanium_class" "tbit"))
1587 (eq_attr "itanium_class" "tbit"))
Ditanium2.md899 (eq_attr "itanium_class" "tbit"))
1752 (eq_attr "itanium_class" "tbit"))
/freebsd-10-stable/contrib/binutils/opcodes/
Dia64-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…
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-arm.c6405 unsigned long tbit; in move_or_literal_pool() local
6408 tbit = (inst.instruction > 0xffff) ? THUMB2_LOAD_BIT : THUMB_LOAD_BIT; in move_or_literal_pool()
6410 tbit = LOAD_BIT; in move_or_literal_pool()
6412 if ((inst.instruction & tbit) == 0) in move_or_literal_pool()