/third_party/optimized-routines/string/aarch64/ |
D | memcpy.S | 21 #define dstend x5 macro 63 add dstend, dstin, count 75 stp D_l, D_h, [dstend, -16] 84 str A_h, [dstend, -8] 94 str B_lw, [dstend, -4] 106 strb C_lw, [dstend, -1] 121 stp C_l, C_h, [dstend, -32] 122 stp D_l, D_h, [dstend, -16] 134 stp G_l, G_h, [dstend, -64] 135 stp H_l, H_h, [dstend, -48] [all …]
|
D | memcpy-advsimd.S | 21 #define dstend x5 macro 59 add dstend, dstin, count 71 str B_q, [dstend, -16] 80 str A_h, [dstend, -8] 90 str B_lw, [dstend, -4] 102 strb C_lw, [dstend, -1] 114 stp C_q, D_q, [dstend, -32] 124 stp G_q, H_q, [dstend, -64] 128 stp C_q, D_q, [dstend, -32] 165 stp E_q, F_q, [dstend, -64] [all …]
|
D | memset.S | 21 #define dstend x4 macro 29 add dstend, dstin, count 40 str val, [dstend, -8] 45 str valw, [dstend, -4] 50 strh valw, [dstend, -2] 57 str q0, [dstend, -16] 60 str q0, [dstend, -32] 69 stp q0, q0, [dstend, -32] 90 sub count, dstend, dst /* Count is now 64 too large. */ 99 stp q0, q0, [dstend, -64] [all …]
|
D | __mtag_tag_zero_region.S | 25 #define dstend x3 macro 33 add dstend, dstin, count 46 stzg dstin, [dstend, -16] 56 stz2g dstin, [dstend, -32] 74 sub count, dstend, dst /* Count is now 64 too large. */ 83 stz2g dstin, [dstend, -64] 84 stz2g dstin, [dstend, -32] 95 stz2g dstin, [dstend, -64] 96 stz2g dstin, [dstend, -32]
|
D | __mtag_tag_region.S | 25 #define dstend x3 macro 33 add dstend, dstin, count 46 stg dstin, [dstend, -16] 56 st2g dstin, [dstend, -32] 74 sub count, dstend, dst /* Count is now 64 too large. */ 83 st2g dstin, [dstend, -64] 84 st2g dstin, [dstend, -32] 95 st2g dstin, [dstend, -64] 96 st2g dstin, [dstend, -32]
|
/third_party/musl/src/string/aarch64/ |
D | memset.S | 19 #define dstend x4 macro 27 add dstend, dstin, count 38 str val, [dstend, -8] 43 str valw, [dstend, -4] 48 strh valw, [dstend, -2] 55 str q0, [dstend, -16] 58 str q0, [dstend, -32] 67 stp q0, q0, [dstend, -32] 88 sub count, dstend, dst /* Count is now 64 too large. */ 97 stp q0, q0, [dstend, -64] [all …]
|
D | memcpy.S | 19 #define dstend x5 macro 57 add dstend, dstin, count 69 stp D_l, D_h, [dstend, -16] 78 str A_h, [dstend, -8] 88 str B_lw, [dstend, -4] 100 strb C_lw, [dstend, -1] 115 stp C_l, C_h, [dstend, -32] 116 stp D_l, D_h, [dstend, -16] 128 stp G_l, G_h, [dstend, -64] 129 stp H_l, H_h, [dstend, -48] [all …]
|
/third_party/python/Doc/includes/ |
D | tzinfo_examples.py | 97 dststart, dstend = DSTSTART_2007, DSTEND_2007 99 dststart, dstend = DSTSTART_1987_2006, DSTEND_1987_2006 101 dststart, dstend = DSTSTART_1967_1986, DSTEND_1967_1986 106 end = first_sunday_on_or_after(dstend.replace(year=year))
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 8600 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local 8611 if (dstend - dst < 4) { in putescaped()
|