Searched refs:tbit (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/lib/libc/ia64/string/ |
| D | bzero.S | 51 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/ |
| D | targ.c | 570 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/ |
| D | 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)
|
| /freebsd-10-stable/sys/ia64/ia64/ |
| D | syscall.S | 404 tbit.z p15,p0=r14,0 453 tbit.z p14,p15=r26,34 // p14=ia64, p15=ia32
|
| D | exception.S | 362 tbit.nz p11,p10=r23,14 // p11=interrupts enabled
|
| /freebsd-10-stable/contrib/gcc/config/ia64/ |
| D | 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 …]
|
| D | itanium1.md | 681 (eq_attr "itanium_class" "tbit")) 1587 (eq_attr "itanium_class" "tbit"))
|
| D | itanium2.md | 899 (eq_attr "itanium_class" "tbit")) 1752 (eq_attr "itanium_class" "tbit"))
|
| /freebsd-10-stable/contrib/binutils/opcodes/ |
| D | 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…
|
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | tc-arm.c | 6405 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()
|