Searched refs:top_overflow (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/bn/asm/ |
D | pa-risc2W.s | 64 top_overflow .reg %r29 label 136 DEPDI,Z 1,31,1,top_overflow ; top_overflow = 1 << 32 195 ADD,L ht_0,top_overflow,ht_0 ; ht[0] += (1<<32) 198 ADD,L ht_1,top_overflow,ht_1 ; ht[1] += (1<<32) 255 ADD,L ht_0,top_overflow,ht_0 ; ht += (1<<32) 304 DEPDI,Z 1,31,1,top_overflow ; top_overflow = 1 << 32 360 ADD,L ht_0,top_overflow,ht_0 ; ht += (1<<32) 362 ADD,L ht_1,top_overflow,ht_1 ; ht += (1<<32) 414 ADD,L ht_0,top_overflow,ht_0 ; ht += (1<<32)
|
D | pa-risc2.s | 72 top_overflow .reg %r23 label 145 DEPDI,Z 1,31,1,top_overflow ; top_overflow = 1 << 32 203 ADD,L ht_0,top_overflow,ht_0 ; ht[0] += (1<<32) 206 ADD,L ht_1,top_overflow,ht_1 ; ht[1] += (1<<32) 263 ADD,L ht_0,top_overflow,ht_0 ; ht += (1<<32) 315 DEPDI,Z 1,31,1,top_overflow ; top_overflow = 1 << 32 370 ADD,L ht_0,top_overflow,ht_0 ; ht += (1<<32) 372 ADD,L ht_1,top_overflow,ht_1 ; ht += (1<<32) 424 ADD,L ht_0,top_overflow,ht_0 ; ht += (1<<32)
|