Searched refs:add (Results 51 - 75 of 349) sorted by relevance

1234567891011>>

/barrelfish-master/lib/compiler-rt/builtins/arm/
H A Daeabi_uldivmod.S27 add r6, sp, #8
40 add sp, sp, #16
H A Daeabi_ldivmod.S27 add r6, sp, #8
40 add sp, sp, #16
/barrelfish-master/kernel/arch/armv7/
H A Dbsp_start.S48 add r4, r5, r4 // r4 = GOT(kernel_stack)
60 add sp, sp, #KERNEL_STACK_SIZE
/barrelfish-master/usr/eclipseclp/JavaInterface/tests/
H A DEclipseMapColourer.java133 statusPanel.add(statusTextArea);
195 fileMenu.add(newMapMenuItem);
202 fileMenu.add(mapSizeMenuItem);
210 fileMenu.add(exitMenuItem);
211 menuBar.add(fileMenu);
216 menuBar.add(methodMenu);
220 methodMenu.add(solverMenu);
226 solverMenu.add(fdMenuItem);
227 solverButtonGroup.add(fdMenuItem);
232 solverMenu.add(icMenuIte
[all...]
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DSpreadSheetSelectionViewletRange.java93 index.add(new Integer(rows[r]+1)); // viewable indices count from 1
95 index.add(new Integer(columns[c]+1));
129 list.add(it.next());
162 public boolean add(Object o) { method in class:SpreadSheetSelectionViewletRange
H A DViewletPopupMenu.java57 // add all actions to the menu
63 add(currentAction);
H A DScenario.java68 public void add(Object obj, int state) { method in class:Scenario
77 "Unable to add unknown object");
80 throw new IllegalArgumentException("Scenario was unable to add an object of type "+obj.getClass());
88 eventList.add(new EventCommandList(event));
100 ((EventCommandList)(eventList.getLast())).add(command, state);
215 list.add(command);
259 public final void add(Command command, int state) { method in class:Scenario.EventCommandList
260 commandList.add(command);
261 stateList.add(new Integer(state));
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc5/asm/
H A Drc5-586.pl50 &add($A, &DWP(4+0,$S,"",0));
51 &add($B, &DWP(4+4,$S,"",0));
59 &add($A, $tmp1);
65 &add($B, $tmp1);
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha1-x86_64.pl125 add $e,$f
128 add $t0,$f
140 add $e,$f
144 add $t0,$f
164 add $e,$f
167 add $t0,$f
180 add $e,$f
182 add $t0,$f
202 add $e,$f
207 add
[all...]
H A Dsha1-thumb.pl36 $K="r8"; # "upper" registers can be used in add/sub and mov insns
46 add $e,$K @ E+=K_xx_xx
48 add $t2,$e
50 add $t2,$e @ E+=ROR(A,27)
51 add $t2,$t1 @ E+=X[i]
62 add $a,$t2,$t1 @ A=E+F_xx_xx(B,C,D)
113 add r3,pc,#1
130 add $len,$inp @ $len to point at inp end
147 add $t1,#4
218 add
[all...]
H A Dsha512-586.pl134 &add ($K512,8);
177 &add ("eax",$Hlo);
183 &add ("eax",&DWP(8*(9+15)+0,"esp"));
190 &add ("eax","ecx");
194 &add ("eax","esi");
198 &add ("eax","ecx");
242 &add ("eax",$Tlo);
253 &add ("eax","ecx");
279 &add ("eax","edi");
313 &add ("ed
[all...]
H A Dsha512-x86_64.pl113 add $h,$T1 # T1+=h
116 add $a0,$T1 # T1+=Sigma1(e)
118 add $a2,$T1 # T1+=Ch(e,f,g)
125 add ($Tbl,$round,$SZ),$T1 # T1+=K[round]
133 add $T1,$d # d+=T1
136 add $T1,$h # h+=T1
141 add $a1,$h # h+=Maj(a,b,c)
171 add $a0,$T1
173 add `$SZ*(($i+9)&0xf)`(%rsp),$T1
175 add `
[all...]
H A Dsha512-sparcv9.pl177 add $tmp31,32,$tmp0
184 add $h,$tmp2,$T1
194 add $tmp31,32,$tmp0
203 add $h,$tmp2,$T1
238 add $tmp2,$T1,$T1
241 add $tmp0,$T1,$T1
256 add $tmp2,$T1,$T1 ! +=K[$i]
257 add $tmp1,$h,$h
259 add $T1,$d,$d
260 add
[all...]
/barrelfish-master/lib/compiler-rt/builtins/riscv/
H A Dmulsi3.S21 add a0, a0, a2
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/x86/
H A Dsub.pl44 &add($a,32);
45 &add($b,32);
46 &add($r,32);
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dx86-mont.pl67 &add ("edi",2); # extra two words on top of tp
301 &add ($carry,"eax");
312 &add ("eax",$carry);
324 &add ("eax",&DWP($frame,"esp")); # +=tp[0]
336 &add ($carry,&DWP($frame,"esp",$j,4)); # +=tp[j]
339 &add ($carry,"eax");
348 &add ("eax",&DWP($frame,"esp",$num,4)); # +=tp[num-1]
352 &add ($carry,"eax");
357 &add ("edx",&DWP($frame+4,"esp",$num,4)); # carry+=tp[num]
365 &add ("ea
[all...]
H A Dx86_64-mont.pl87 add $lo0,%rax # discarded
95 add $hi0,%rax
102 add $hi1,%rax
105 add $lo0,%rax # np[j]*m1+ap[j]*bp[0]
113 add $hi0,$hi1
126 add (%rsp),%rax # ap[0]*bp[i]+tp[0]
135 add $lo0,%rax # discarded
145 add $hi0,%rax
147 add %rax,$lo0 # ap[j]*bp[i]+tp[j]
153 add
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/md5/asm/
H A Dmd5-x86_64.pl30 add %r11d, $dst /* dst += ... */
33 add $x, $dst /* dst += x */
57 add %r12d, $dst /* dst += ... */
60 add $x, $dst /* dst += x */
79 add %r11d, $dst /* dst += ... */
82 add $x, $dst /* dst += x */
102 add %r11d, $dst /* dst += ... */
107 add $x, $dst /* dst += x */
234 # add old values of A, B, C, D
235 add
[all...]
H A Dmd5-ia64.S165 #define ADDP add
283 add CTable = .md5_tbl_data_order#-.md5_block#, CTable
330 add BlockCount = -1, BlockCount
334 // Now, we add the new digest values and do some clean-up
338 add AccumA = AccumA, A_
339 add AccumB = AccumB, B_
343 add AccumC = AccumC, C_
344 add AccumD = AccumD, D_
396 add BlockCount = -1, BlockCount ; \
400 add Accum
[all...]
/barrelfish-master/lib/libc/arm/gen/
H A Dsetjmp.S59 add r2, r0, #(_JB_SIGMASK * 4) /* oset */
79 add r2, r0, #(_JB_REG_D8 * 4)
88 add r0, r0, #(_JB_REG_R4 * 4)
118 add r1, r0, #(_JB_SIGMASK * 4) /* Signal mask */
126 add ip, r0, #(_JB_REG_D8 * 4)
132 add r0, r0, #(_JB_REG_R4 * 4)
H A D_setjmp.S77 add r2, r0, #(_JB_REG_D8 * 4)
86 add r0, r0, #(_JB_REG_R4 * 4)
120 add ip, r0, #(_JB_REG_D8 * 4)
127 add r0, r0, #(_JB_REG_R4 * 4)
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEXDRInputStream.java169 // read and add the first element (there must be one)
170 list.add(readSubTerm());
175 else if (c == '[') list.add(readSubTerm());
225 if (stringList != null) stringList.add(string);
/barrelfish-master/lib/libc/aarch64/gen/
H A Dsetjmp.S42 add x2, x0, #(_JB_SIGMASK * 8) /* oset */
48 add sp, sp, #16
84 add x1, x0, #(_JB_SIGMASK * 8) /* set */
90 add sp, sp, #32
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DGraphViewerFactory.java94 //typeCollection.add(new GrappaNodeViewletType());
95 typeCollection.add(new GrappaTextViewletType(changeable,zeroOne,capacity));
96 typeCollection.add(new TextViewletType(changeable));
97 typeCollection.add(new FadeViewletType(changeable));
102 // only add Bounds Viewlet Types if the viewable is an array,
104 typeCollection.add(new BoundsViewletType(changeable));
/barrelfish-master/lib/barrelfish/arch/aarch64/
H A Dentry.S30 add sp, x0, x10

Completed in 212 milliseconds

1234567891011>>