Searched refs:add (Results 451 - 475 of 1352) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/
H A DClient.pm165 $md5->add(join(":", $user, $auth_param->{realm}, $pass));
175 $md5->add(join(":", 'GET', $path));
179 $md5->add(join(":", @digest));
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp754 // TODO: add support for non-SDWA instructions as OtherInst.
898 .add(*TII->getNamedOperand(MI, AMDGPU::OpName::vdst))
899 .add(*TII->getNamedOperand(MI, AMDGPU::OpName::src0))
900 .add(*TII->getNamedOperand(MI, AMDGPU::OpName::src1))
1000 SDWAInst.add(*Dst);
1003 SDWAInst.add(*Dst);
1018 SDWAInst.add(*Src0);
1029 SDWAInst.add(*Src1);
1039 SDWAInst.add(*Src2);
1046 SDWAInst.add(*Clam
[all...]
H A DSILoadStoreOptimizer.cpp55 // offsets, but are close enough to fit in the 8 bits, we can add to the base
1220 .add(*Dest0) // Copy to same destination including flags and sub reg.
1223 .add(*Dest1)
1301 .add(*Data0) // data0
1302 .add(*Data1) // data1
1334 MIB.add((*CI.I).getOperand(I));
1353 .add(*Dest0) // Copy to same destination including flags and sub reg.
1356 .add(*Dest1)
1383 .add(*TII->getNamedOperand(*CI.I, AMDGPU::OpName::sbase));
1385 New.add(*TI
[all...]
H A DSILowerControlFlow.cpp246 .add(Cond);
276 .add(MI.getOperand(2));
298 // hard to add another def here but I'm not sure how to correctly update the
320 .add(MI.getOperand(1)); // Saved EXEC
395 .add(MI.getOperand(1));
400 .add(MI.getOperand(2));
405 .add(MI.getOperand(1))
406 .add(MI.getOperand(2));
429 .add(MI.getOperand(0));
434 .add(M
[all...]
/openbsd-current/sys/arch/amd64/stand/cdbr/
H A Dcdbr.S181 add $SECTOR_SIZE-1, %eax /* Convert length to sectors */
265 add %edx, %eax /* Skip extended attributes */
331 add DIR_LEN(%bx), %bl /* Next record */
346 add $2, %sp /* Discard saved %si */
465 add $'0', %al
/openbsd-current/sys/arch/i386/stand/cdbr/
H A Dcdbr.S184 add $SECTOR_SIZE-1, %eax /* Convert length to sectors */
268 add %edx, %eax /* Skip extended attributes */
334 add DIR_LEN(%bx), %bl /* Next record */
349 add $2, %sp /* Discard saved %si */
468 add $'0', %al
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h39 add enumerator in enum:llvm::ARM_AM::AddrOpc
423 return ((AM2Opc >> 12) & 1) ? sub : add;
452 return ((AM3Opc >> 8) & 1) ? sub : add;
486 // operation (add or subtract) in bit 8 and the immediate in bits 0-7.
495 return ((AM5Opc >> 8) & 1) ? sub : add;
507 // operation (add or subtract) in bit 8 and the immediate in bits 0-7.
518 return ((AM5Opc >> 8) & 1) ? sub : add;
/openbsd-current/usr.sbin/hostapd/
H A Dprivsep.c175 hostapd_fatal("failed to add priv event");
289 /* Try to add/delete a station from the APME */
358 int add)
370 if (add)
382 add ? "added" : "removed",
432 int add)
443 if (add)
357 hostapd_priv_apme_setnode(struct hostapd_apme *apme, struct hostapd_node *node, int add) argument
431 hostapd_priv_roaming(struct hostapd_apme *apme, struct hostapd_node *node, int add) argument
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dcrt1.asm534 add.l r15, r63, r14
538 add.l r14, r63, r15
728 add #4,r0
964 ! add #4, r5 ! r5 now has address of address
967 add #8, r2
1011 add #0x7f, r0 ! 0x7f
1012 add #0x7f, r0 ! 0xfe
1013 add #0x2, r0 ! add 0x100 without corrupting another register
1030 add #
[all...]
H A Dlib1funcs.asm256 add r5,r0
406 add r5,r0
565 add r5,r0
713 add #-64,r6
721 add #64,r5
723 add #64,r4
728 add r6,r0
885 add #-4,r4
897 add #16,r4
957 add r
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1747 address = if add then (base + imm32) else (base - imm32);
1776 bool add; // +imm32 or -imm32? local
1784 add = true;
1789 add = BitIsSet(opcode, 23);
1798 if (add)
1825 // An add operation to adjust the SP.
1936 // An add operation to adjust the SP.
2464 offset_addr = if add then (R[n] + imm32) else (R[n] - imm32);
2483 bool add; local
2495 add
4434 bool add, index, wback; local
5137 bool add; local
5311 bool add; local
5488 bool add; local
5628 bool add; local
5952 bool add; local
6352 bool add; local
6492 bool add; local
6686 bool add; local
6830 bool add; local
6915 bool add; local
7080 bool add; local
7224 bool add; local
7332 bool add; local
7503 bool add; local
7649 bool add; local
7741 bool add; local
7904 bool add; local
8060 bool add; local
8165 bool add; local
10445 bool add; local
10538 bool add; local
10649 bool add; local
10795 bool add; local
10920 bool add; local
11073 bool add; local
11211 bool add; local
11405 bool add; local
11608 bool add; local
11734 bool add; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dieee754-sf.S136 add a2, a2, a3
138 /* Check if the add overflowed into the exponent. */
160 add a2, a2, a3
189 add a2, a2, a3
191 /* Check if the add overflowed into the exponent. */
235 add a2, a2, a8
453 add a2, a2, a8
478 will be zero. Do not add 1 to a6 in this case, because: (1)
600 add a8, a8, a9
707 add a
[all...]
H A Dlib1funcs.asm51 add \dst, \tmp, \at
60 add \dst, \tmp, \at
69 add \dst, \tmp, \at
114 add a7, a7, a6
116 add a2, a7, a4
125 add a2, a4, a5
170 add a7, a4, a2
222 add \tmp, \tmp, \a
224 add \cnt, \cnt, \tmp
/openbsd-current/lib/libcrypto/aes/asm/
H A Dvpaes-x86_64.pl100 add \$16, %r9
122 add \$16, %r9 # next key
125 add \$16, %r11 # next mc
196 add \$16, %r9
197 add %r10, %r11
211 add \$16, %r9 # next round key
433 add \$32, %rdx
436 add \$-16, %rdx
552 # add in smeared stuff
616 add \
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Di386-dis.c3835 int add = 0;
3839 add += 8;
3852 oappend (names8rex[rm + add]);
3854 oappend (names8[rm + add]);
3857 oappend (names16[rm + add]);
3860 oappend (names32[rm + add]);
3863 oappend (names64[rm + add]);
3867 oappend (names64[rm + add]);
3869 oappend (names32[rm + add]);
3874 oappend (names64[rm + add]);
3834 int add = 0; local
4111 int add = 0; local
4243 int add = 0; local
4679 int add = 0; local
4697 int add = 0; local
4730 int add = 0; local
4744 int add = 0; local
4772 int add = 0; local
4787 int add = 0; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dmilli64.S319 addi,>= 0,arg0,retreg /* if numerator is negative, add the */
320 add arg0,temp,retreg /* (denominaotr -1) to correct for shifts */
352 add,>= 0,arg0,retreg /* move dividend, if retreg < 0, */
359 add retreg,retreg,retreg /* shift msb bit into carry */
463 add,>= 0,arg0,retreg
467 add,>= 0,arg0,retreg
570 add arg0,arg0,retreg /* shift msb bit into carry */
785 add,>= 0,arg0,retreg /* move dividend, if retreg < 0, */
792 add retreg,retreg,retreg /* shift msb bit into carry */
860 add,< arg
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dmilli64.S300 addi,>= 0,arg0,retreg /* if numerator is negative, add the */
301 add arg0,temp,retreg /* (denominaotr -1) to correct for shifts */
333 add,>= 0,arg0,retreg /* move dividend, if retreg < 0, */
340 add retreg,retreg,retreg /* shift msb bit into carry */
444 add,>= 0,arg0,retreg
448 add,>= 0,arg0,retreg
551 add arg0,arg0,retreg /* shift msb bit into carry */
766 add,>= 0,arg0,retreg /* move dividend, if retreg < 0, */
773 add retreg,retreg,retreg /* shift msb bit into carry */
841 add,< arg
[all...]
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DLiveVariables.cpp93 A = A.add(*it);
214 Set = F.add(Set, LookThroughExpr(E));
249 val.liveDecls = LV.DSetFact.add(val.liveDecls,
271 val.liveExprs = LV.ESetFact.add(val.liveExprs, child);
376 val.liveDecls = LV.DSetFact.add(val.liveDecls, VD);
386 val.liveDecls = LV.DSetFact.add(val.liveDecls, HV);
388 val.liveBindings = LV.BSetFact.add(val.liveBindings, BD);
392 val.liveDecls = LV.DSetFact.add(val.liveDecls, VD);
448 val.liveExprs = LV.ESetFact.add(val.liveExprs, subEx->IgnoreParens());
496 val.liveDecls = DSetFact.add(va
[all...]
/openbsd-current/gnu/llvm/lld/COFF/
H A DDriverUtils.cpp53 void add(StringRef s) { args.push_back(saver().save(s)); } function in class:lld::coff::__anon1205::Executor
54 void add(std::string &s) { args.push_back(saver().save(s)); } function in class:lld::coff::__anon1205::Executor
55 void add(Twine s) { args.push_back(saver().save(s)); } function in class:lld::coff::__anon1205::Executor
56 void add(const char *s) { args.push_back(saver().save(s)); } function in class:lld::coff::__anon1205::Executor
445 e.add("/manifest");
446 e.add(Default.path);
448 e.add("/manifest");
449 e.add(filename);
451 // Manually add the file to the /reproduce: tar if needed.
456 e.add("/nolog
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp40 /// args i32 4 and i16 12345, this function will add:
259 InitSymbols[&JD].add(InitSym, SymbolLookupFlags::WeaklyReferencedSymbol);
268 InitSymbols[&JD].add(KV.first,
270 InitFunctions[&JD].add(KV.first);
272 DeInitFunctions[&JD].add(KV.first);
322 InitFunctions[&JD].add(InitName);
328 [&]() { DeInitFunctions[&JD].add(DeInitName); });
408 JDLookupSymbols.add(LLJITRunAtExits,
751 assert(TSM && "Can not add null module");
757 return InitHelperTransformLayer->add(st
[all...]
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPkgCreate.pm448 my $o = $class->add($plist);
597 my $e = OpenBSD::PackingElement::File->add($plist,
654 OpenBSD::PackingElement::Dir->add($plist, dirname($dest));
656 my $e = OpenBSD::PackingElement::Manpage->add($plist, $dest);
1188 # add a file name to uncommitted cvs tags so
1219 my $o = OpenBSD::PackingElement::FDESC->add($plist, $name);
1284 OpenBSD::PackingElement::ExtraInfo->add($plist,
1297 OpenBSD::PackingElement::Dependency->add($plist, $d);
1301 OpenBSD::PackingElement::Wantlib->add($plist, $w);
1304 OpenBSD::PackingElement::Libset->add(
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Digest-SHA/lib/Digest/
H A DSHA.pm102 $self->add($buf);
291 $sha->add($data); # feed data into stream
355 for (@frags) { $state->add($_) }
384 print Digest::SHA->new->add("Shaw" x 1962)->getstate;
571 =item B<add($data, ...)>
577 $sha->add("a"); $sha->add("b"); $sha->add("c");
578 $sha->add("a")->add("
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp100 Args.add(RValue::get(BitCast), ArgQT);
112 Args.add(RValue::get(Cast), EncodingQT);
114 Args.add(EmitAnyExpr(SubExpr), ArgQT);
208 Args.add(RValue::get(Objects.getPointer()), ArgQT);
212 Args.add(RValue::get(Keys.getPointer()), ArgQT);
218 Args.add(RValue::get(Count), ArgQT);
511 // add it here and so we skip over it.
832 args.add(RValue::get(dest), Context.VoidPtrTy);
835 args.add(RValue::get(src), Context.VoidPtrTy);
838 args.add(RValu
[all...]
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dsol2-c1.asm63 add %sp, (17 * CPTRSIZE) + STACK_BIAS, %l1 ! argv
101 add %o2, CPTRSIZE, %o2
102 add %l1, %o2, %o2 ! env
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dh8300s.s75 add.b #0x12,r0l
76 add.b r1l,r1h
77 add.w #0x1234,r2
78 add.w r3,r4
79 add.l #0x12345678,er5
80 add.l er6,er7

Completed in 329 milliseconds

<<11121314151617181920>>