Home
last modified time | relevance | path

Searched refs:bset (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/usr.sbin/nsd/
H A Dbitset.c28 assert(bset != NULL); in nsd_bitset_zero()
30 sz = nsd_bitset_size(bset->size) - sizeof(bset->size); in nsd_bitset_zero()
32 memset(bset->bits, 0, sz); in nsd_bitset_zero()
37 assert(bset != NULL); in nsd_bitset_init()
41 bset->size = bits; in nsd_bitset_init()
42 nsd_bitset_zero(bset); in nsd_bitset_init()
47 assert(bset != NULL); in nsd_bitset_isset()
48 if(bit >= bset->size) in nsd_bitset_isset()
56 assert(bset != NULL); in nsd_bitset_set()
57 assert(bset->size > bit); in nsd_bitset_set()
[all …]
H A Dbitset.h25 void nsd_bitset_zero(struct nsd_bitset *bset);
27 void nsd_bitset_init(struct nsd_bitset *bset, size_t bits);
29 int nsd_bitset_isset(struct nsd_bitset *bset, size_t bit);
31 void nsd_bitset_set(struct nsd_bitset *bset, size_t bit);
33 void nsd_bitset_unset(struct nsd_bitset *bset, size_t bit);
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dt12_bit.s8 bset #0x7,r1h ;7071
9 bset #0x7,@er1 ;7d107070
10 bset #0x7,@0xffffff12:8 ;7f127070
11 bset #0x7,@0x1234:16 ;6a1812347070
14 bset r3h,r1h ;6031
15 bset r3h,@er1 ;7d106030
16 bset r3h,@0xffffff12:8 ;7f126030
20 bset/eq #0x7,@er1 ;7d107077
25 bset/eq r3h,@er1 ;7d106037
30 bset/ne #0x7,@er1 ;7d107076
[all …]
H A Dh8300s.s203 bset #0x7,r0l
204 bset #0x6,@er1
205 bset #0x5,@0x12:8
206 bset #0x4,@0x1234:16
207 bset #0x3,@0x12345678:32
208 bset r7l,r0h
209 bset r6l,@er1
210 bset r5l,@0x12:8
211 bset r4l,@0x1234:16
212 bset r3l,@0x12345678:32
H A Dmn10300.s65 bset d1,(a2) define
66 bset 64,(8,a1)
67 bset 64,(0x1ffff)
H A Dmn10200.s74 bset d1,(a2) define
/openbsd/gnu/gcc/gcc/config/m32c/
H A Dbitops.md49 "bset\t%0[%1]"
59 "bset\t%0[%1]"
151 bset\t%B2,%0
152 bset\t%B2,%h0
166 bset %B2,%0
167 bset\t%B2-8,1+%0
168 bset\t%B2,%0
218 bset\t%B2,%0
232 bset\t%B2,%0
234 bset\t%B2,%h0
[all …]
/openbsd/usr.bin/rsync/
H A Dblocks.c89 blkhash_set(struct blktab *p, const struct blkset *bset) in blkhash_set() argument
93 if (bset == NULL) in blkhash_set()
103 p->blks = reallocarray(p->blks, bset->blksz, sizeof(struct blkhash)); in blkhash_set()
108 for (i = 0; i < bset->blksz; i++) { in blkhash_set()
109 p->blks[i].blk = &bset->blks[i]; in blkhash_set()
110 idx = bset->blks[i].chksum_short % p->qsz; in blkhash_set()
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-h8300.texi227 * beq pcrel:16 bset #imm,rd
228 bvc pcrel:8 bset #imm,@@rd
229 * bvc pcrel:16 bset #imm,@@abs:8
230 bvs pcrel:8 bset rs,rd
231 * bvs pcrel:16 bset rs,@@rd
232 bpl pcrel:8 bset rs,@@abs:8
H A Dc-m68hc11.texi145 bset 2,x #4
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-h8300.texi226 * beq pcrel:16 bset #imm,rd
227 bvc pcrel:8 bset #imm,@@rd
228 * bvc pcrel:16 bset #imm,@@abs:8
229 bvs pcrel:8 bset rs,rd
230 * bvs pcrel:16 bset rs,@@rd
231 bpl pcrel:8 bset rs,@@abs:8
H A Dc-h8500.texi231 bset sz imm4,ea_noimm orc[.w] imm16,sr
232 bset sz rs,ea_noimm pjmp abs24
H A Dc-m68hc11.texi145 bset 2,x #4
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm851 bset IMM (31),d7
855 bset IMM (31),d6
859 bset IMM (31),d5
950 bset IMM (31),d3
954 bset IMM (31),d2
958 bset IMM (31),d1
1076 bset IMM (31),d3
1080 bset IMM (31),d2
1905 1: bset d5,d3
1912 2: bset d5,d2
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm780 bset IMM (31),d7
784 bset IMM (31),d6
788 bset IMM (31),d5
879 bset IMM (31),d3
883 bset IMM (31),d2
887 bset IMM (31),d1
1005 bset IMM (31),d3
1009 bset IMM (31),d2
1829 1: bset d5,d3
1836 2: bset d5,d2
[all …]
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Davr.h131 AVR_INSN (bset, "S", "100101000SSS1000", 1, AVR_ISA_1200, 0x9408)
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Davr.h137 AVR_INSN (bset, "S", "100101000SSS1000", 1, AVR_ISA_1200, 0x9408)
/openbsd/gnu/usr.bin/gcc/gcc/config/mn10300/
H A Dmn10300.md1283 bset 255,%A0
1316 bset %U1,%A0
1338 bset %U2,%A0
1339 bset %2,%0
1353 bset %U2,%A0
1354 bset %2,%0
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrAliases.td456 // bset reg_or_imm, rd -> or rd,reg_or_imm,rd
457 def : InstAlias<"bset $rs2, $rd", (ORrr IntRegs:$rd, IntRegs:$rd, IntRegs:$rs2), 0>;
458 def : InstAlias<"bset $simm13, $rd", (ORri IntRegs:$rd, IntRegs:$rd, i32imm:$simm13), 0>;
/openbsd/gnu/gcc/gcc/config/mn10300/
H A Dmn10300.md1428 bset 255,%A0
1461 bset %U1,%A0
1483 bset %U2,%A0
1484 bset %2,%0
1498 bset %U2,%A0
1499 bset %2,%0
/openbsd/gnu/gcc/gcc/config/m68hc11/
H A Dm68hc11.md71 ;; bset/bclr instructions together with linker relaxation. The
3406 output_asm_insn (\"bset\\t1,%2, %b1\", operands);
3409 output_asm_insn (\"bset\\t0,%2, %h1\", operands);
3416 output_asm_insn (\"bset\\t%b0, %b1\", operands);
3419 output_asm_insn (\"bset\\t%h0, %h1\", operands);
3445 output_asm_insn (\"bset\\t%b0, %b2\", operands);
3453 output_asm_insn (\"bset\\t%h0, %h2\", operands);
3507 output_asm_insn (\"bset\\t0,%2, %1\", operands);
3512 return \"bset\\t%b0, %1\";
3534 return \"bset\\t%b0, %2\";
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11.md70 ;; bset/bclr instructions together with linker relaxation. The
3382 output_asm_insn (\"bset\\t1,%2, %b1\", operands);
3385 output_asm_insn (\"bset\\t0,%2, %h1\", operands);
3392 output_asm_insn (\"bset\\t%b0, %b1\", operands);
3395 output_asm_insn (\"bset\\t%h0, %h1\", operands);
3421 output_asm_insn (\"bset\\t%b0, %b2\", operands);
3429 output_asm_insn (\"bset\\t%h0, %h2\", operands);
3483 output_asm_insn (\"bset\\t0,%2, %1\", operands);
3488 return \"bset\\t%b0, %1\";
3510 return \"bset\\t%b0, %2\";
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZb.td365 def BSET : ALU_rr<0b0010100, 0b001, "bset">,
510 def : InstAlias<"bset $rd, $rs1, $shamt",
/openbsd/gnu/usr.bin/binutils-2.17/cpu/
H A Dm32r.cpu2396 ; bset
2397 (dni bset "bset"
2399 "bset $uimm3,@($slo16,$sr)"
/openbsd/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.md702 bset %1,%0
713 bset %1,%0

12