Home
last modified time | relevance | path

Searched refs:umul (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dsparcv8.S62 umul %o3,%g2,%g2
72 umul %o3,%g3,%g3
83 umul %o3,%g2,%g2
93 umul %o3,%g3,%g3
115 umul %o3,%g2,%g2
127 umul %o3,%g2,%g2
139 umul %o3,%g2,%g2
174 umul %o3,%g2,%g2
181 umul %o3,%g3,%g3
189 umul
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dsparcv8.S62 umul %o3,%g2,%g2
72 umul %o3,%g3,%g3
83 umul %o3,%g2,%g2
93 umul %o3,%g3,%g3
115 umul %o3,%g2,%g2
127 umul %o3,%g2,%g2
139 umul %o3,%g2,%g2
174 umul %o3,%g2,%g2
181 umul %o3,%g3,%g3
189 umul
[all...]
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl203 umul $r0,$h0,$d0
204 umul $r1,$h0,$d1
205 umul $r2,$h0,$d2
206 umul $r3,$h0,$d3
210 umul $s3,$h1,$t0
211 umul $r0,$h1,$t1
212 umul $r1,$h1,$t2
215 umul $r2,$h1,$t0
219 umul $s2,$h2,$t1
220 umul
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl203 umul $r0,$h0,$d0
204 umul $r1,$h0,$d1
205 umul $r2,$h0,$d2
206 umul $r3,$h0,$d3
210 umul $s3,$h1,$t0
211 umul $r0,$h1,$t1
212 umul $r1,$h1,$t2
215 umul $r2,$h1,$t0
219 umul $s2,$h2,$t1
220 umul
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Darithmetic-ops.c46 static unsigned int umul(unsigned int x, unsigned int y) in umul() function
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_alu.c667 nir_ssa_def *umul = nir_umul_2x32_64(&b->nb, src[0], src[1]); in vtn_handle_alu() local
668 dest->elems[0]->def = nir_unpack_64_2x32_split_x(&b->nb, umul); in vtn_handle_alu()
669 dest->elems[1]->def = nir_unpack_64_2x32_split_y(&b->nb, umul); in vtn_handle_alu()
680 nir_ssa_def *umul = nir_imul_2x32_64(&b->nb, src[0], src[1]); in vtn_handle_alu() local
681 dest->elems[0]->def = nir_unpack_64_2x32_split_x(&b->nb, umul); in vtn_handle_alu()
682 dest->elems[1]->def = nir_unpack_64_2x32_split_y(&b->nb, umul); in vtn_handle_alu()

Completed in 4 milliseconds