Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 2745) sorted by relevance

12345678910>>...110

/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
Dt03_add.s8 add.b #0x12:8,r1h ;8112
9 add.b #0x12:8,@er1 ;7d108012
10 add.b #0x12:8,@(0x3:2,er1) ;017768188012
11 add.b #0x12:8,@er1+ ;01746c188012
12 add.b #0x12:8,@-er1 ;01776c188012
13 add.b #0x12:8,@+er1 ;01756c188012
14 add.b #0x12:8,@er1- ;01766c188012
15 add.b #0x12:8,@(0x1234:16,er1) ;01746e1812348012
16 add.b #0x12:8,@(0x12345678:32,er1) ;78146a28123456788012
17 add.b #0x12:8,@(0x1234:16,r2l.b) ;01756e2812348012
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp74 PM.add(createTypeBasedAAWrapperPass()); in addInitialAliasAnalysisPasses()
75 PM.add(createScopedNoAliasAAWrapperPass()); in addInitialAliasAnalysisPasses()
82 FPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateFunctionPassManager()
90 FPM.add(createLowerExpectIntrinsicPass()); in populateFunctionPassManager()
91 FPM.add(createCFGSimplificationPass()); in populateFunctionPassManager()
92 FPM.add(createSROAPass()); in populateFunctionPassManager()
93 FPM.add(createEarlyCSEPass()); in populateFunctionPassManager()
101 MPM.add(createSROAPass()); in addFunctionSimplificationPasses()
102 MPM.add(createEarlyCSEPass(true /* Enable mem-ssa. */)); // Catch trivial redundancies in addFunctionSimplificationPasses()
106 MPM.add(createSpeculativeExecutionIfHasBranchDivergencePass()); in addFunctionSimplificationPasses()
[all …]
DIPO.cpp65 unwrap(PM)->add(createCalledValuePropagationPass()); in LLVMAddCalledValuePropagationPass()
69 unwrap(PM)->add(createConstantMergePass()); in LLVMAddConstantMergePass()
73 unwrap(PM)->add(createDeadArgEliminationPass()); in LLVMAddDeadArgEliminationPass()
77 unwrap(PM)->add(createPostOrderFunctionAttrsLegacyPass()); in LLVMAddFunctionAttrsPass()
81 unwrap(PM)->add(createFunctionInliningPass()); in LLVMAddFunctionInliningPass()
85 unwrap(PM)->add(llvm::createAlwaysInlinerLegacyPass()); in LLVMAddAlwaysInlinerPass()
89 unwrap(PM)->add(createGlobalDCEPass()); in LLVMAddGlobalDCEPass()
93 unwrap(PM)->add(createGlobalOptimizerPass()); in LLVMAddGlobalOptimizerPass()
97 unwrap(PM)->add(createIPSCCPPass()); in LLVMAddIPSCCPPass()
101 unwrap(PM)->add(createMergeFunctionsPass()); in LLVMAddMergeFunctionsPass()
[all …]
/openbsd/src/regress/sbin/route/
DMakefile35 .for cmd in add delete
45 ${RCMD} add 10/8 192.0.2.1
46 ${RCMD} add 10.0/16 192.0.2.4
47 ${RCMD} add 10.0/10 192.0.2.4
48 ${RCMD} add 10.8/16 192.0.2.3
49 ${RCMD} add 10.8.0/24 192.0.2.1
50 ${RCMD} add 10.8.1/24 192.0.2.2
51 ${RCMD} add 10.8.3/24 192.0.2.3
52 ${RCMD} add 10.8.4/24 192.0.2.4
60 ${RCMD} add -mpath 10.8.1/24 192.0.2.3
[all …]
/openbsd/src/gnu/llvm/lld/MinGW/
DDriver.cpp200 auto add = [&](const Twine &s) { linkArgs.push_back(s.str()); }; in link() local
202 add("lld-link"); in link()
203 add("-lldmingw"); in link()
208 add("-entry:" + s.substr(1)); in link()
210 add("-entry:" + s); in link()
244 add("-osversion:" + majOSVer + "." + minOSVer); in link()
245 add("-subsystem:" + subSysName + "," + majSubSysVer + "." + minSubSysVer); in link()
251 add("-subsystem:" + subSysName + sep + subSysVer); in link()
255 add("-implib:" + StringRef(a->getValue())); in link()
257 add("-stack:" + StringRef(a->getValue())); in link()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DScalar.cpp115 unwrap(PM)->add(createLoopSimplifyCFGPass()); in LLVMAddLoopSimplifyCFGPass()
123 unwrap(PM)->add(createAggressiveDCEPass()); in LLVMAddAggressiveDCEPass()
127 unwrap(PM)->add(createDeadCodeEliminationPass()); in LLVMAddDCEPass()
131 unwrap(PM)->add(createBitTrackingDCEPass()); in LLVMAddBitTrackingDCEPass()
135 unwrap(PM)->add(createAlignmentFromAssumptionsPass()); in LLVMAddAlignmentFromAssumptionsPass()
139 unwrap(PM)->add(createCFGSimplificationPass()); in LLVMAddCFGSimplificationPass()
143 unwrap(PM)->add(createDeadStoreEliminationPass()); in LLVMAddDeadStoreEliminationPass()
147 unwrap(PM)->add(createScalarizerPass()); in LLVMAddScalarizerPass()
151 unwrap(PM)->add(createGVNPass()); in LLVMAddGVNPass()
155 unwrap(PM)->add(createNewGVNPass()); in LLVMAddNewGVNPass()
[all …]
/openbsd/src/usr.bin/hexdump/
Dhexsyntax.c58 add("\"%07.7_Ax\n\""); in newsyntax()
59 add("\"%07.7_ax \" 16/1 \"%03o \" \"\\n\""); in newsyntax()
62 add("\"%07.7_Ax\n\""); in newsyntax()
63 add("\"%07.7_ax \" 16/1 \"%3_c \" \"\\n\""); in newsyntax()
66 add("\"%08.8_Ax\n\""); in newsyntax()
67 add("\"%08.8_ax \" 8/1 \"%02x \" \" \" 8/1 \"%02x \" "); in newsyntax()
68 add("\" |\" 16/1 \"%_p\" \"|\\n\""); in newsyntax()
71 add("\"%07.7_Ax\n\""); in newsyntax()
72 add("\"%07.7_ax \" 8/2 \" %05u \" \"\\n\""); in newsyntax()
75 add(optarg); in newsyntax()
[all …]
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h65 atomic_uintptr_t add; member
127 if (AddBucket *add = in ForEach() local
128 (AddBucket *)atomic_load(&bucket->add, memory_order_acquire)) { in ForEach()
129 for (uptr i = 0; i < add->size; i++) { in ForEach()
130 Cell *c = &add->cells[i]; in ForEach()
234 if (atomic_load(&b->add, memory_order_relaxed)) { in acquire()
236 AddBucket *add = (AddBucket*)atomic_load(&b->add, memory_order_relaxed); in acquire() local
237 for (uptr i = 0; i < add->size; i++) { in acquire()
238 Cell *c = &add->cells[i]; in acquire()
267 AddBucket *add = (AddBucket*)atomic_load(&b->add, memory_order_relaxed); in acquire() local
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mn10200/
Dlib1funcs.asm39 add -8,a3
111 add 8,a3
132 add -4,a3
135 add d2,d0 define
139 add 4,a3
150 add -4,a3
157 add 4,a3
168 add -4,a3
186 add d1,a1 define
194 add a1,d1
[all …]
/openbsd/src/gnu/llvm/lldb/examples/summaries/
Dlldb1 type summary add -w lldb lldb_private::Error -s "Type: ${var.m_ty…
2 type summary add -w lldb lldb_private::ConstString -s "${var.m_string}"
3 type summary add -w lldb lldb_private::Language -s "${var.m_language…
4 type summary add -w lldb lldb_private::RegularExpression -s "${var.m_re}"
5 type summary add -w lldb lldb_private::UserID -s "UserID(${var.m_u…
6 type summary add -w lldb lldb_private::ValueObject -s "${var.m_name}"
7 type summary add -w lldb lldb_private::ValueObjectSP -s "${var.ptr_.m_nam…
8 type summary add -w lldb lldb_private::ValueObjectRegister -s "${var.m_reg_info…
9 type summary add -w lldb lldb_private::ClangExpression -s "{${var.m_expr_te…
10 type summary add -w lldb lldb_private::CommandObject -s "Command name: ${…
[all …]
/openbsd/src/lib/libcrypto/sha/asm/
Dsha256-586.pl51 &add ($T,"edi") if ($in_16_63); # T += sigma1(X[-2])
60 &add ($T,"ecx"); # T += Sigma1(e)
69 &add ($T,"esi"); # T += Ch(e,f,g)
72 &add ($T,$Hoff); # T += h
78 &add ($E,$T); # d += T
81 &add ($T,"ecx"); # T += Sigma0(a)
92 &add ($K256,4);
93 &add ($A,$T); # h += T
95 &add ($E,"esi"); # d += K256[i]
96 &add ($A,"esi"); # h += K256[i]
[all …]
/openbsd/src/lib/libc/arch/sh/string/
Dbcopy.S59 add #-1,REG_LEN
61 add #1,REG_DST
72 add #-2,REG_LEN /* len -= 2; */
74 add #2,REG_DST /* } */
84 add #-4,REG_LEN /* len -= 4; */
88 add #4,REG_DST /* } */
106 add #-1,REG_LEN
108 add #1,REG_DST
118 add #-2,REG_LEN /* len -= 2; */
122 add #2,REG_DST /* } */
[all …]
Dmemmove.S61 add #-1,REG_LEN
63 add #1,REG_DST
74 add #-2,REG_LEN /* len -= 2; */
76 add #2,REG_DST /* } */
86 add #-4,REG_LEN /* len -= 4; */
90 add #4,REG_DST /* } */
108 add #-1,REG_LEN
110 add #1,REG_DST
120 add #-2,REG_LEN /* len -= 2; */
124 add #2,REG_DST /* } */
[all …]
Dmemcpy.S60 add #-1,REG_LEN
62 add #1,REG_DST
73 add #-2,REG_LEN /* len -= 2; */
75 add #2,REG_DST /* } */
85 add #-4,REG_LEN /* len -= 4; */
89 add #4,REG_DST /* } */
107 add #-1,REG_LEN
109 add #1,REG_DST
119 add #-2,REG_LEN /* len -= 2; */
123 add #2,REG_DST /* } */
[all …]
/openbsd/src/sys/lib/libkern/arch/sh/
Dmemmove.S68 add #-1,REG_LEN
70 add #1,REG_DST
80 add #-2,REG_LEN /* len -= 2; */
82 add #2,REG_DST /* } */
92 add #-4,REG_LEN /* len -= 4; */
96 add #4,REG_DST /* } */
114 add #-1,REG_LEN
116 add #1,REG_DST
126 add #-2,REG_LEN /* len -= 2; */
130 add #2,REG_DST /* } */
[all …]
/openbsd/src/sys/arch/hppa/spmath/
Dimpyu.S71 add op2,gr0,saveop2 ; save op2 in saveop2
102 ; ---- bits = 0001 ---- add op1, then shift 4 bits
104 addb,tr op1,pu,sh4n+4 ; add op1 to product, to shift
107 ; ---- bits = 0010 ---- add op1, add op1, then shift 4 bits
109 addb,tr op1,pu,sh4n ; add 2*op1, to shift
112 ; ---- bits = 0011 ---- add op1, add 2*op1, shift 4 bits
114 addb,tr op1,pu,sh4n-4 ; add op1 & 2*op1, shift
117 ; ---- bits = 0100 ---- shift 2, add op1, shift 2
122 ; ---- bits = 0101 ---- add op1, shift 2, add op1, and shift 2 again
124 addb,tr op1,pu,sh2us ; add op1 to product
[all …]
Dimpys.S91 ; ---- bits = 0001 ---- add op1, then shift 4 bits
93 addb,tr op1,pu,sh4n+4 ; add op1 to product, to shift
96 ; ---- bits = 0010 ---- add op1, add op1, then shift 4 bits
98 addb,tr op1,pu,sh4n ; add 2*op1, to shift
101 ; ---- bits = 0011 ---- add op1, add 2*op1, shift 4 bits
103 addb,tr op1,pu,sh4n-4 ; add op1 & 2*op1, shift
106 ; ---- bits = 0100 ---- shift 2, add op1, shift 2
111 ; ---- bits = 0101 ---- add op1, shift 2, add op1, and shift 2 again
113 addb,tr op1,pu,sh2us ; add op1 to product
116 ; ---- bits = 0110 ---- add op1, add op1, shift 2, add op1, and shift 2 again
[all …]
/openbsd/src/regress/usr.sbin/bgpd/integrationtests/
Dmaxattr.sh92 route -T ${RDOMAIN2} exec bgpctl network add 10.12.60.0/24
93 route -T ${RDOMAIN2} exec bgpctl network add 10.12.61.0/24 community 0:1
94 route -T ${RDOMAIN2} exec bgpctl network add 10.12.62.0/24 community 0:1
95 route -T ${RDOMAIN2} exec bgpctl network add 10.12.63.0/24 community 0:1
96 route -T ${RDOMAIN2} exec bgpctl network add 10.12.64.0/24 community 0:1
97 route -T ${RDOMAIN2} exec bgpctl network add 10.12.65.0/24 community 0:1
98 route -T ${RDOMAIN2} exec bgpctl network add 10.12.66.0/24 community 0:1
99 route -T ${RDOMAIN2} exec bgpctl network add 2001:db8:60::/48
100 route -T ${RDOMAIN2} exec bgpctl network add 2001:db8:61::/48 community 0:2
101 route -T ${RDOMAIN2} exec bgpctl network add 2001:db8:62::/48 community 0:2
[all …]
/openbsd/src/regress/lib/libfuse/
DMakefile3 REGRESS_TARGETS= run-fuse-opt-add-opt
4 REGRESS_TARGETS+= run-fuse-opt-add-opt-escaped
5 REGRESS_TARGETS+= run-fuse-opt-add-arg
16 CLEANFILES= fuse-opt-add-opt
17 CLEANFILES+=fuse-opt-add-opt-escaped
18 CLEANFILES+=fuse-opt-add-arg
28 run-fuse-opt-add-opt: fuse-opt-add-opt
29 ./fuse-opt-add-opt
30 run-fuse-opt-add-opt-escaped: fuse-opt-add-opt-escaped
31 ./fuse-opt-add-opt-escaped
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.td39 def !interleave(!foreach(cur, Indexes<Size>.slice, "sub"#!add(cur, Index)),
44 !cast<SubRegIndex>(sub#!add(cur, Index)));
105 int next = !add(start, stride);
106 int end_reg = !add(start, size, -1);
119 !sub(!add(last_reg, 2), size),
120 !add(last_reg, 1)));
123 !listconcat([(add (decimate (shl trunc_rc, start), stride))],
124 RegSeqDags<RC, last_reg, stride, size, !add(start, 1)>.ret),
260 // FIXME: We shouldn't need to define subregisters for these (nor add them to any 16 bit
321 defm TTMP#Index#_vi : SIRegLoHi16<"ttmp"#Index, !add(112, Index)>;
[all …]
DR600RegisterInfo.td89 def KC0_#Index#_#Chan : R600RegWithChan <"KC0["#!add(Index,-128)#"]."#Chan, Index, Chan>;
92 def KC0_#Index#_XYZW : R600Reg_128 <"KC0["#!add(Index, -128)#"].XYZW",
104 def KC1_#Index#_#Chan : R600RegWithChan <"KC1["#!add(Index,-160)#"]."#Chan, Index, Chan>;
107 def KC1_#Index#_XYZW : R600Reg_128 <"KC1["#!add(Index, -160)#"].XYZW",
153 (add (sequence "ArrayBase%u", 448, 480))> {
165 def R600_Addr : RegisterClass <"AMDGPU", [i32], 32, (add (sequence "Addr%u_X", 0, 127))>;
168 // FIXME if we add more vertical vector registers we will need to ad more
170 def R600_Addr_Y : RegisterClass <"AMDGPU", [i32], 32, (add Addr0_Y)>;
171 def R600_Addr_Z : RegisterClass <"AMDGPU", [i32], 32, (add Addr0_Z)>;
172 def R600_Addr_W : RegisterClass <"AMDGPU", [i32], 32, (add Addr0_W)>;
[all …]
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/hexagon/
Dfastmath2_ldlib_asm.S74 if ( ce.new) exp = add(expa, #1)
75 if (!ce.new) exp = add(expb, #1)
86 if (!ce) expa = add(expd, #1)
87 if ( ce) expb = add(expd, #1)
92 lmant = add(lmanta, lmantb)
98 exp -= add(k, #-1) //exp = exp - (k-1)
99 k = add(k, #-1)
173 if ( ce.new) exp = add(expa, #1)
174 if (!ce.new) exp = add(expb, #1)
185 if (!ce) expa = add(expd, #1)
[all …]
Dfastmath2_dlib_asm.S83 if ( ce.new) exp = add(expa, #1)
84 if (!ce.new) exp = add(expb, #1)
91 if (!ce) expa = add(expd, #1)
92 if ( ce) expb = add(expd, #1)
99 lmant = add(lmanta, lmantb)
105 k = add(k, #-1)
184 if ( ce.new) exp = add(expa, #1)
185 if (!ce.new) exp = add(expb, #1)
192 if (!ce) expa = add(expd, #1)
193 if ( ce) expb = add(expd, #1)
[all …]
/openbsd/src/sys/arch/arm/arm/
Dbus_space_asm_generic.S82 add r0, r1, r2
96 add r0, r1, r2
110 add r0, r1, r2
128 add r0, r1, r2
142 add r0, r1, r2
156 add r0, r1, r2
174 add r0, r1, r2
188 add r0, r1, r2
202 add r0, r1, r2
220 add r0, r1, r2
[all …]
/openbsd/src/lib/libcrypto/rc4/asm/
Drc4-586.pl77 &add (&LB($yy),&LB($tx));
81 &add ($ty,$tx);
105 &add (&LB($yy),&LB($tx));
115 &add (&LB($ty),&LB($tx));
131 &add (&LB($yy),&LB($tx));
137 &add ($ty,$tx);
171 &add ($dat,8);
254 &add (&LB($yy),&LB($tx));
258 &add ($ty,$tx);
276 &add (&LB($yy),&LB($tx));
[all …]

12345678910>>...110