| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | sh64-compact.cpu | 181 (name h-tbit) 290 (dshcop tbit "Condition code flag" () h-tbit f-nil) 343 (set flag (add-cflag rn rm tbit)) 344 (set rn (addc rn rm tbit)) 345 (set tbit flag))) 354 (set tbit t))) 381 (if (not tbit) 388 (if (not tbit) 429 (if tbit 436 (if tbit [all …]
|
| /openbsd-src/usr.bin/make/ |
| H A D | targ.c | 290 int tbit; in Targ_PrintType() local 298 tbit = 1 << (ffs(type) - 1); in Targ_PrintType() 299 type &= ~tbit; in Targ_PrintType() 301 switch (tbit) { in Targ_PrintType()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
| H A D | ia64.md | 115 syst_m,tbit,toar_i,toar_m,tobr,tofr,topr,xmpy,xtd,nop_b,nop_f, 129 (eq_attr "itanium_class" "frpr,topr,ishf,xtd,tbit") (const_string "I") 141 (eq_attr "itanium_class" "tbit,ishf,topr,frpr") (const_string "yes") 203 (define_function_unit "dummy" 6 1 (eq_attr "itanium_class" "tbit") 1 0) 255 tbit.nz %0, %I0 = %1, 0 260 [(set_attr "itanium_class" "icmp,icmp,unknown,unknown,tbit,ialu,ld,st,ialu")]) 1379 tbit.nz.and.orcm %0, %I0 = %2, 0 1388 [(set_attr "itanium_class" "unknown,tbit,ilog")]) 1397 tbit.z.and.orcm %0, %I0 = %1, 0 1406 [(set_attr "itanium_class" "unknown,tbit,ilog")]) [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/ia64/ |
| H A 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 …]
|
| H A D | itanium1.md | 681 (eq_attr "itanium_class" "tbit")) 1587 (eq_attr "itanium_class" "tbit"))
|
| H A D | itanium2.md | 899 (eq_attr "itanium_class" "tbit")) 1752 (eq_attr "itanium_class" "tbit"))
|
| /openbsd-src/sys/dev/acpi/ |
| H A D | dsdt.c | 2398 void *tbit, *vbit; in aml_rwgen() 2433 tbit = &tmp.v_integer; in aml_rwgen() 2446 tbit = tmp.v_buffer; in aml_rwgen() 2474 sz, tlen >> 3, tbit); in aml_rwgen() 2475 aml_bufcpy(vbit, 0, tbit, bpos, blen); in aml_rwgen() 2481 sz, tlen >> 3, tbit); in aml_rwgen() 2483 memset(tbit, 0xff, tmp.length); in aml_rwgen() 2486 aml_bufcpy(tbit, bpos, vbit, 0, blen); 2488 sz, tlen >> 3, tbit); in aml_rwgpio() 2707 void *tbit, *vbi in aml_rwindexfield() 2390 void *tbit, *vbit; aml_rwgen() local 2688 void *tbit, *vbit; aml_rwindexfield() local [all...] |
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A 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…
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A 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 215 pr-gen-writers-int; cmp, cmp4, tbit, tnat 220 …r, shrp, srlz.i, srlz.d, ssm, IC:st, IC:stf, sub, sum, IC:sxt, sync, tak, tbit, thash, tnat, tpa, …
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/ |
| H A D | romp.md | 83 "clobber,none,sets,change0,copy1to0,compare,tbit" 2442 (set_attr "cc" "tbit")])
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-arm.c | 4539 unsigned long tbit; in move_or_literal_pool() local 4542 tbit = (inst.instruction > 0xffff) ? THUMB2_LOAD_BIT : THUMB_LOAD_BIT; in move_or_literal_pool() 4544 tbit = LOAD_BIT; in move_or_literal_pool() 4546 if ((inst.instruction & tbit) == 0) in move_or_literal_pool()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ns32k/ |
| H A D | ns32k.md | 2115 (define_insn "*tbit"
|