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

  /src/sys/crypto/chacha/arch/arm/
chacha_neon_32.S 149 .long .Lconstants - .
165 /* r7 := .Lconstants - .Lconstants_addr, r6 := .Lconstants_addr */
175 add r7, r7, r6 /* r7 := .Lconstants (= v0123) */
381 /* r7 := .Lconstants - .Lconstants_addr, r6 := .Lconstants_addr */
391 add r7, r7, r6 /* r7 := .Lconstants (= v0123) */
569 .Lconstants:
chacha_neon_32.S 149 .long .Lconstants - .
165 /* r7 := .Lconstants - .Lconstants_addr, r6 := .Lconstants_addr */
175 add r7, r7, r6 /* r7 := .Lconstants (= v0123) */
381 /* r7 := .Lconstants - .Lconstants_addr, r6 := .Lconstants_addr */
391 add r7, r7, r6 /* r7 := .Lconstants (= v0123) */
569 .Lconstants:
  /src/sys/crypto/aes/arch/arm/
aes_neon_32.S 38 .long .Lconstants - .
42 .Lconstants:
223 /* ip := .Lconstants - .Lconstants_addr, r10 := .Lconstants_addr */
231 /* ip := .Lconstants */
235 add r6, ip, #(ipt - .Lconstants)
239 add r4, ip, #(sb1 - .Lconstants)
240 add r6, ip, #(sb2 - .Lconstants)
241 add r8, ip, #(.Linv_inva - .Lconstants)
247 add r4, ip, #(mc - .Lconstants)
354 add r8, ip, #(sr - .Lconstants)
    [all...]
aes_neon_32.S 38 .long .Lconstants - .
42 .Lconstants:
223 /* ip := .Lconstants - .Lconstants_addr, r10 := .Lconstants_addr */
231 /* ip := .Lconstants */
235 add r6, ip, #(ipt - .Lconstants)
239 add r4, ip, #(sb1 - .Lconstants)
240 add r6, ip, #(sb2 - .Lconstants)
241 add r8, ip, #(.Linv_inva - .Lconstants)
247 add r4, ip, #(mc - .Lconstants)
354 add r8, ip, #(sr - .Lconstants)
    [all...]

Completed in 23 milliseconds