HomeSort by relevance Sort by last modified time
    Searched refs:ANDL (Results 1 - 25 of 72) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/runtime/
memmove_amd64p32.s 21 ANDL $3, BX
39 ANDL $3, BX
memmove_plan9_386.s 61 ANDL $3, BX
87 ANDL $3, BX
memclr_plan9_386.s 29 ANDL $3, BX
memmove_386.s 92 ANDL $3, BX
118 ANDL $3, BX
  /prebuilts/go/linux-x86/src/runtime/
memmove_amd64p32.s 21 ANDL $3, BX
39 ANDL $3, BX
memmove_plan9_386.s 61 ANDL $3, BX
87 ANDL $3, BX
memclr_plan9_386.s 29 ANDL $3, BX
memmove_386.s 92 ANDL $3, BX
118 ANDL $3, BX
  /prebuilts/go/darwin-x86/src/math/
hypot_386.s 11 ANDL $0x7ff00000, AX
15 ANDL $0x7ff00000, AX
45 ANDL $0x7fffffff, AX
50 ANDL $0x7fffffff, AX
exp2_386.s 11 ANDL $0x7ff00000, AX
expm1_386.s 24 ANDL $0x7ff00000, AX
  /prebuilts/go/linux-x86/src/math/
hypot_386.s 11 ANDL $0x7ff00000, AX
15 ANDL $0x7ff00000, AX
45 ANDL $0x7fffffff, AX
50 ANDL $0x7fffffff, AX
exp2_386.s 11 ANDL $0x7ff00000, AX
expm1_386.s 24 ANDL $0x7ff00000, AX
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_amd64.s 105 ANDL f, CX; \
110 ANDL g, AX; \
123 ANDL b, BX; \
126 ANDL c, CX; \
132 ANDL a, CX; \
239 ANDL e, y2; \ // y2 = (f^g)&e // CH
244 ANDL b, y3; \ // y3 = (a|c)&b // MAJA
253 ANDL c, T1; \ // T1 = a&c // MAJB
285 ANDL e, y2; \ // y2 = (f^g)&e // CH
289 ANDL b, y3; \ // y3 = (a|c)&b // MAJ
    [all...]
sha256block_386.s 93 ANDL (f*4)(DI), CX; \
98 ANDL (g*4)(DI), AX; \
111 ANDL (b*4)(DI), BX; \
114 ANDL (c*4)(DI), CX; \
120 ANDL (a*4)(DI), CX; \
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_amd64.s 105 ANDL f, CX; \
110 ANDL g, AX; \
123 ANDL b, BX; \
126 ANDL c, CX; \
132 ANDL a, CX; \
239 ANDL e, y2; \ // y2 = (f^g)&e // CH
244 ANDL b, y3; \ // y3 = (a|c)&b // MAJA
253 ANDL c, T1; \ // T1 = a&c // MAJB
285 ANDL e, y2; \ // y2 = (f^g)&e // CH
289 ANDL b, y3; \ // y3 = (a|c)&b // MAJ
    [all...]
sha256block_386.s 93 ANDL (f*4)(DI), CX; \
98 ANDL (g*4)(DI), AX; \
111 ANDL (b*4)(DI), BX; \
114 ANDL (c*4)(DI), CX; \
120 ANDL (a*4)(DI), CX; \
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5block_386.s 20 ANDL b, BP; \
31 ANDL b, DI; \
34 ANDL c, BP; \
md5block_amd64.s 44 ANDL b, R9; \
76 ANDL b, R10; \
77 ANDL c, R9; \
md5block_amd64p32.s 48 ANDL b, R9; \
80 ANDL b, R10; \
81 ANDL c, R9; \
  /prebuilts/go/linux-x86/src/crypto/md5/
md5block_386.s 20 ANDL b, BP; \
31 ANDL b, DI; \
34 ANDL c, BP; \
md5block_amd64.s 44 ANDL b, R9; \
76 ANDL b, R10; \
77 ANDL c, R9; \
md5block_amd64p32.s 48 ANDL b, R9; \
80 ANDL b, R10; \
81 ANDL c, R9; \
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_386.s 51 ANDL b, DI; \
62 ANDL d, SI; \
64 ANDL c, DI; \

Completed in 773 milliseconds

1 2 3