HomeSort by: relevance | last modified time | path
    Searched defs:v0123 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/crypto/chacha/arch/arm/
chacha_neon_32.S 175 add r7, r7, r6 /* r7 := .Lconstants (= v0123) */
391 add r7, r7, r6 /* r7 := .Lconstants (= v0123) */
571 .type v0123,%object
572 v0123: label
574 END(v0123)
chacha_neon_64.S 158 adrl x9, v0123 /* x9 := &v0123 */
164 ld1 {v26.4s-v27.4s}, [x9] /* v26 := v0123, v27 := rot8 */
297 adrl x9, v0123 /* x9 := &v0123 */
303 ld1 {v26.4s-v27.4s}, [x9] /* v26 := v0123, v27 := rot8 */
467 .type v0123,@object
468 v0123: label
470 END(v0123)
473 * Must be immediately after v0123 -- we load them in a singl
    [all...]

Completed in 12 milliseconds