Home
last modified time | relevance | path

Searched refs:sp (Results 1 - 25 of 1014) sorted by relevance

12345678910>>...41

/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-sp-sp-operand-imm7-t32.cc97 {{{al, sp, sp, 0x0}, false, al, "al sp sp 0x0", "al_sp_sp_0x0"},
98 {{al, sp, sp, 0x4}, false, al, "al sp sp 0x4", "al_sp_sp_0x4"},
99 {{al, sp, sp,
[all...]
H A Dtest-assembler-cond-rd-sp-operand-imm8-t32.cc95 {{{al, r0, sp, 0x0}, false, al, "al r0 sp 0x0", "al_r0_sp_0x0"},
96 {{al, r0, sp, 0x4}, false, al, "al r0 sp 0x4", "al_r0_sp_0x4"},
97 {{al, r0, sp, 0x8}, false, al, "al r0 sp 0x8", "al_r0_sp_0x8"},
98 {{al, r0, sp, 0xc}, false, al, "al r0 sp 0xc", "al_r0_sp_0xc"},
99 {{al, r0, sp, 0x10}, false, al, "al r0 sp
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_surface.c37 struct softpipe_context *sp = softpipe_context(pipe); in sp_blit() local
39 if (info->render_condition_enable && !softpipe_check_render_cond(sp)) in sp_blit()
50 if (util_try_blit_via_copy_region(pipe, info, sp->render_cond_query != NULL)) { in sp_blit()
54 if (!util_blitter_is_blit_supported(sp->blitter, info)) { in sp_blit()
63 util_blitter_save_vertex_buffer_slot(sp->blitter, sp->vertex_buffer); in sp_blit()
64 util_blitter_save_vertex_elements(sp->blitter, sp->velems); in sp_blit()
65 util_blitter_save_vertex_shader(sp->blitter, sp in sp_blit()
135 sp_init_surface_functions(struct softpipe_context *sp) sp_init_surface_functions() argument
[all...]
H A Dsp_quad_pipe.c35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad) in insert_stage_at_head() argument
37 quad->next = sp->quad.first; in insert_stage_at_head()
38 sp->quad.first = quad; in insert_stage_at_head()
43 sp_build_quad_pipeline(struct softpipe_context *sp) in sp_build_quad_pipeline() argument
46 (sp->depth_stencil->depth_enabled && in sp_build_quad_pipeline()
47 sp->framebuffer.zsbuf && in sp_build_quad_pipeline()
48 !sp->depth_stencil->alpha_enabled && in sp_build_quad_pipeline()
49 !sp->fs_variant->info.uses_kill && in sp_build_quad_pipeline()
50 !sp->fs_variant->info.writes_z && in sp_build_quad_pipeline()
51 !sp in sp_build_quad_pipeline()
[all...]
H A Dsp_draw_arrays.c76 struct softpipe_context *sp = softpipe_context(pipe); in softpipe_draw_vbo() local
77 struct draw_context *draw = sp->draw; in softpipe_draw_vbo()
81 if (!softpipe_check_render_cond(sp)) in softpipe_draw_vbo()
89 sp->reduced_api_prim = u_reduced_prim(info->mode); in softpipe_draw_vbo()
91 if (sp->dirty) { in softpipe_draw_vbo()
92 softpipe_update_derived(sp, sp->reduced_api_prim); in softpipe_draw_vbo()
96 for (i = 0; i < sp->num_vertex_buffers; i++) { in softpipe_draw_vbo()
97 const void *buf = sp->vertex_buffer[i].is_user_buffer ? in softpipe_draw_vbo()
98 sp in softpipe_draw_vbo()
[all...]
H A Dsp_state_surface.c51 struct softpipe_context *sp = softpipe_context(pipe); in softpipe_set_framebuffer_state() local
54 draw_flush(sp->draw); in softpipe_set_framebuffer_state()
60 if (sp->framebuffer.cbufs[i] != cb) { in softpipe_set_framebuffer_state()
62 sp_flush_tile_cache(sp->cbuf_cache[i]); in softpipe_set_framebuffer_state()
65 pipe_surface_reference(&sp->framebuffer.cbufs[i], cb); in softpipe_set_framebuffer_state()
68 sp_tile_cache_set_surface(sp->cbuf_cache[i], cb); in softpipe_set_framebuffer_state()
72 sp->framebuffer.nr_cbufs = fb->nr_cbufs; in softpipe_set_framebuffer_state()
75 if (sp->framebuffer.zsbuf != fb->zsbuf) { in softpipe_set_framebuffer_state()
77 sp_flush_tile_cache(sp->zsbuf_cache); in softpipe_set_framebuffer_state()
80 pipe_surface_reference(&sp in softpipe_set_framebuffer_state()
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpngrtran.c2165 png_bytep sp = row + (size_t)((row_width - 1) >> 3); in png_do_unpack() local
2170 *dp = (png_byte)((*sp >> shift) & 0x01); in png_do_unpack()
2175 sp--; in png_do_unpack()
2189 png_bytep sp = row + (size_t)((row_width - 1) >> 2); in png_do_unpack() local
2194 *dp = (png_byte)((*sp >> shift) & 0x03); in png_do_unpack()
2199 sp--; in png_do_unpack()
2212 png_bytep sp = row + (size_t)((row_width - 1) >> 1); in png_do_unpack() local
2217 *dp = (png_byte)((*sp >> shift) & 0x0f); in png_do_unpack()
2222 sp--; in png_do_unpack()
2395 png_bytep sp in png_do_scale_16_to_8() local
2456 png_bytep sp = row; /* source */ png_do_chop() local
2486 png_bytep sp = row + row_info->rowbytes; png_do_read_swap_alpha() local
2505 png_bytep sp = row + row_info->rowbytes; png_do_read_swap_alpha() local
2532 png_bytep sp = row + row_info->rowbytes; png_do_read_swap_alpha() local
2549 png_bytep sp = row + row_info->rowbytes; png_do_read_swap_alpha() local
2582 png_bytep sp = row + row_info->rowbytes; png_do_read_invert_alpha() local
2605 png_bytep sp = row + row_info->rowbytes; png_do_read_invert_alpha() local
2634 png_bytep sp = row + row_info->rowbytes; png_do_read_invert_alpha() local
2649 png_bytep sp = row + row_info->rowbytes; png_do_read_invert_alpha() local
2694 png_bytep sp = row + (size_t)row_width; png_do_read_filler() local
2710 png_bytep sp = row + (size_t)row_width; png_do_read_filler() local
2729 png_bytep sp = row + (size_t)row_width * 2; png_do_read_filler() local
2748 png_bytep sp = row + (size_t)row_width * 2; png_do_read_filler() local
2771 png_bytep sp = row + (size_t)row_width * 3; png_do_read_filler() local
2789 png_bytep sp = row + (size_t)row_width * 3; png_do_read_filler() local
2810 png_bytep sp = row + (size_t)row_width * 6; png_do_read_filler() local
2833 png_bytep sp = row + (size_t)row_width * 6; png_do_read_filler() local
2875 png_bytep sp = row + (size_t)row_width - 1; png_do_gray_to_rgb() local
2888 png_bytep sp = row + (size_t)row_width * 2 - 1; png_do_gray_to_rgb() local
2907 png_bytep sp = row + (size_t)row_width * 2 - 1; png_do_gray_to_rgb() local
2921 png_bytep sp = row + (size_t)row_width * 4 - 1; png_do_gray_to_rgb() local
3024 png_bytep sp = row; png_do_rgb_to_gray() local
3063 png_bytep sp = row; png_do_rgb_to_gray() local
3096 png_bytep sp = row; png_do_rgb_to_gray() local
3148 png_bytep sp = row; png_do_rgb_to_gray() local
3213 png_bytep sp; png_do_compose() local
3950 png_bytep sp; png_do_gamma() local
4214 png_bytep sp, dp; png_do_expand_palette() local
4387 png_bytep sp, dp; png_do_expand() local
4627 png_byte *sp = row + row_info->rowbytes; /* source, last byte + 1 */ png_do_expand_16() local
4646 png_bytep sp, dp; png_do_quantize() local
[all...]
H A Dpngwtran.c36 png_bytep sp, dp; in png_do_pack() local
41 sp = row; in png_do_pack()
48 if (*sp != 0) in png_do_pack()
51 sp++; in png_do_pack()
73 png_bytep sp, dp; in png_do_pack() local
79 sp = row; in png_do_pack()
88 value = (png_byte)(*sp & 0x03); in png_do_pack()
102 sp++; in png_do_pack()
113 png_bytep sp, dp; in png_do_pack() local
119 sp in png_do_pack()
320 png_bytep sp, dp; png_do_write_swap_alpha() local
338 png_bytep sp, dp; png_do_write_swap_alpha() local
365 png_bytep sp, dp; png_do_write_swap_alpha() local
381 png_bytep sp, dp; png_do_write_swap_alpha() local
414 png_bytep sp, dp; png_do_write_invert_alpha() local
434 png_bytep sp, dp; png_do_write_invert_alpha() local
461 png_bytep sp, dp; png_do_write_invert_alpha() local
476 png_bytep sp, dp; png_do_write_invert_alpha() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-ppc64.pl42 my $sp="r1";
108 stdu $sp,-128($sp)
110 std r22,48($sp)
111 std r23,56($sp)
112 std r24,64($sp)
113 std r25,72($sp)
114 std r26,80($sp)
115 std r27,88($sp)
116 std r28,96($sp)
[all...]
H A Decp_nistz256-armv4.pl151 stmdb sp!,{r4-r12,lr}
154 ldmia sp!,{r4-r12,pc}
156 ldmia sp!,{r4-r12,lr}
192 stmdb sp!,{r4-r12,lr}
195 ldmia sp!,{r4-r12,pc}
197 ldmia sp!,{r4-r12,lr}
205 str lr,[sp,#-4]! @ push lr
233 ldr lr,[sp],#4 @ pop lr
282 stmdb sp!,{r4-r12,lr}
285 ldmia sp!,{r
1080 sub sp,ip,#40+16 global() subroutine
1288 sub sp,sp,#32*5 global() subroutine
1410 sub sp,sp,#32*18+16 global() subroutine
1660 sub sp,sp,#32*15 global() subroutine
[all...]
H A Decp_nistz256-sparcv9.pl120 save %sp,-STACK_FRAME,%sp
135 save %sp,-STACK_FRAME,%sp
151 save %sp,-STACK_FRAME,%sp
164 save %sp,-STACK_FRAME,%sp
378 save %sp,-STACK_FRAME,%sp
[all...]
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-ppc64.pl42 my $sp="r1";
108 stdu $sp,-128($sp)
110 std r22,48($sp)
111 std r23,56($sp)
112 std r24,64($sp)
113 std r25,72($sp)
114 std r26,80($sp)
115 std r27,88($sp)
116 std r28,96($sp)
[all...]
H A Decp_nistz256-armv4.pl151 stmdb sp!,{r4-r12,lr}
154 ldmia sp!,{r4-r12,pc}
156 ldmia sp!,{r4-r12,lr}
192 stmdb sp!,{r4-r12,lr}
195 ldmia sp!,{r4-r12,pc}
197 ldmia sp!,{r4-r12,lr}
205 str lr,[sp,#-4]! @ push lr
233 ldr lr,[sp],#4 @ pop lr
282 stmdb sp!,{r4-r12,lr}
285 ldmia sp!,{r
1080 sub sp,ip,#40+16 global() subroutine
1288 sub sp,sp,#32*5 global() subroutine
1410 sub sp,sp,#32*18+16 global() subroutine
1660 sub sp,sp,#32*15 global() subroutine
[all...]
H A Decp_nistz256-sparcv9.pl120 save %sp,-STACK_FRAME,%sp
135 save %sp,-STACK_FRAME,%sp
151 save %sp,-STACK_FRAME,%sp
164 save %sp,-STACK_FRAME,%sp
378 save %sp,-STACK_FRAME,%sp
[all...]
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c64 #define CLR(opt) (sp->fts_options &= ~(opt))
65 #define ISSET(opt) (sp->fts_options & (opt))
66 #define SET(opt) (sp->fts_options |= (opt))
68 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
119 FTS *sp; in fts_open() local
139 sp = &priv->ftsp_fts; in fts_open()
140 sp->fts_compar = compar; in fts_open()
141 sp->fts_options = options; in fts_open()
151 if (fts_palloc(sp, MAX(fts_maxarglen(argv), MAXPATHLEN))) in fts_open()
155 if ((parent = fts_alloc(sp, "", in fts_open()
227 fts_load(FTS *sp, FTSENT *p) fts_load() argument
251 fts_close(FTS *sp) fts_close() argument
305 fts_read(FTS *sp) fts_read() argument
503 fts_set(FTS *sp, FTSENT *p, int instr) fts_set() argument
515 fts_children(FTS *sp, int instr) fts_children() argument
590 fts_get_clientptr(FTS *sp) fts_get_clientptr() argument
607 fts_set_clientptr(FTS *sp, void *clientptr) fts_set_clientptr() argument
628 fts_build(FTS *sp, int type) fts_build() argument
876 fts_stat(FTS *sp, FTSENT *p, int follow, int dfd) fts_stat() argument
978 fts_sort(FTS *sp, FTSENT *head, size_t nitems) fts_sort() argument
1007 fts_alloc(FTS *sp, char *name, size_t namelen) fts_alloc() argument
1072 fts_palloc(FTS *sp, size_t more) fts_palloc() argument
1085 fts_padjust(FTS *sp, FTSENT *head) fts_padjust() argument
1125 fts_safe_changedir(FTS *sp, FTSENT *p, int fd, char *path) fts_safe_changedir() argument
1158 fts_ufslinks(FTS *sp, const FTSENT *ent) fts_ufslinks() argument
[all...]
/third_party/tzdata/
H A Dlocaltime.c225 ttunspecified(struct state const *sp, int i) in ttunspecified() argument
227 char const *abbr = &sp->chars[sp->ttis[i].tt_desigidx]; in ttunspecified()
279 update_tzname_etc(struct state const *sp, struct ttinfo const *ttisp) in update_tzname_etc() argument
282 tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_desigidx]; in update_tzname_etc()
299 may_update_tzname_etc(int stddst_mask, struct state *sp, int type) in may_update_tzname_etc() argument
301 struct ttinfo *ttisp = &sp->ttis[type]; in may_update_tzname_etc()
304 update_tzname_etc(sp, ttisp); in may_update_tzname_etc()
305 if (!ttunspecified(sp, type)) in may_update_tzname_etc()
314 register struct state * const sp in settzname() local
352 scrub_abbrs(struct state *sp) scrub_abbrs() argument
410 tzloadbody(char const *name, struct state *sp, bool doextend, union local_storage *lsp) tzloadbody() argument
771 tzload(char const *name, struct state *sp, bool doextend) tzload() argument
1088 tzparse(const char *name, struct state *sp, struct state const *basep) tzparse() argument
1359 gmtload(struct state *const sp) gmtload() argument
1368 zoneinit(struct state *sp, char const *name) zoneinit() argument
1397 struct state *sp = lclptr; tzset_unlocked() local
1448 timezone_t sp = malloc(sizeof *sp); tzalloc() local
1462 tzfree(timezone_t sp) tzfree() argument
1496 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, struct tm *const tmp) localsub() argument
1592 localtime_rz(struct state *restrict sp, time_t const *restrict timep, struct tm *restrict tmp) localtime_rz() argument
1635 gmtsub(ATTRIBUTE_MAYBE_UNUSED struct state const *sp, time_t const *timep, int_fast32_t offset, struct tm *tmp) gmtsub() argument
1711 timesub(const time_t *timep, int_fast32_t offset, const struct state *sp, struct tm *tmp) timesub() argument
1956 time2sub(struct tm *const tmp, struct tm *(*funcp)(struct state const *, time_t const *, int_fast32_t, struct tm *), struct state const *sp, const int_fast32_t offset, bool *okayp, bool do_norm_secs) time2sub() argument
2161 time2(struct tm * const tmp, struct tm *(*funcp)(struct state const *, time_t const *, int_fast32_t, struct tm *), struct state const *sp, const int_fast32_t offset, bool *okayp) time2() argument
2180 time1(struct tm *const tmp, struct tm *(*funcp)(struct state const *, time_t const *, int_fast32_t, struct tm *), struct state const *sp, const int_fast32_t offset) time1() argument
2252 mktime_tzname(struct state *sp, struct tm *tmp, bool setname) mktime_tzname() argument
2265 mktime_z(struct state *restrict sp, struct tm *restrict tmp) mktime_z() argument
2331 leapcorr(struct state const *sp, time_t t) leapcorr() argument
2368 time2posix_z(struct state *sp, time_t t) time2posix_z() argument
2390 posix2time_z(struct state *sp, time_t t) posix2time_z() argument
[all...]
/third_party/backends/backend/
H A Dcanon_pp-dev.c141 static int scanner_setup_params(unsigned char *buf, scanner_parameters *sp,
268 int sanei_canon_pp_init_scan(scanner_parameters *sp, scan_parameters *scanp) in sanei_canon_pp_init_scan() argument
288 scanner_setup_params(command_b+10, sp, scanp); in sanei_canon_pp_init_scan()
293 if (send_command(sp->port, command_b, 56, 50000, 1000000)) in sanei_canon_pp_init_scan()
297 if (send_command(sp->port, cmd_buf_status, 10, 50000, 1000000)) in sanei_canon_pp_init_scan()
301 sanei_canon_pp_read(sp->port, 6, buffer_info_block); in sanei_canon_pp_init_scan()
349 /* Wake the scanner, detect it, and fill sp with stuff */
350 int sanei_canon_pp_initialise(scanner_parameters *sp, int mode) in sanei_canon_pp_initialise() argument
357 if (sanei_canon_pp_wake_scanner(sp->port, mode)) in sanei_canon_pp_initialise()
365 if (sanei_canon_pp_scanner_init(sp in sanei_canon_pp_initialise()
438 sanei_canon_pp_close_scanner(scanner_parameters *sp) sanei_canon_pp_close_scanner() argument
469 sanei_canon_pp_load_weights(const char *filename, scanner_parameters *sp) sanei_canon_pp_load_weights() argument
599 sanei_canon_pp_read_segment(image_segment **dest, scanner_parameters *sp, scan_parameters *scanp, int scanline_number, int do_adjust, int scanlines_left) sanei_canon_pp_read_segment() argument
928 sanei_canon_pp_calibrate(scanner_parameters *sp, char *cal_file) sanei_canon_pp_calibrate() argument
1192 scanner_setup_params(unsigned char *buf, scanner_parameters *sp, scan_parameters *scanp) scanner_setup_params() argument
1265 sanei_canon_pp_abort_scan(scanner_parameters *sp) sanei_canon_pp_abort_scan() argument
1274 sanei_canon_pp_adjust_gamma(scanner_parameters *sp) sanei_canon_pp_adjust_gamma() argument
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c146 static void gmtload(struct state * sp);
173 const struct state * sp, struct tm * tmp);
179 static int typesequiv(const struct state * sp, int a, int b);
180 static int tzload(const char * name, struct state * sp,
182 static int tzparse(const char * name, struct state * sp,
256 register struct state * const sp = lclptr; in settzname() local
267 if (sp == NULL) { in settzname()
274 for (i = 0; i < sp->typecnt; ++i) { in settzname()
275 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname()
277 tzname[ttisp->tt_isdst] = &sp in settzname()
326 tzload(register const char *name, register struct state *const sp, register const int doextend) tzload() argument
614 typesequiv(const struct state *const sp, const int a, const int b) typesequiv() argument
924 tzparse(const char *name, register struct state *const sp, const int lastditch) tzparse() argument
1170 gmtload(struct state *const sp) gmtload() argument
1261 register struct state * sp; localsub() local
1419 timesub(const time_t *const timep, const int_fast32_t offset, register const struct state *const sp, register struct tm *const tmp) timesub() argument
1675 register const struct state * sp; time2sub() local
1867 register const struct state * sp; time1() local
2004 register struct state * sp; leapcorr() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c144 static void gmtload(struct state * sp);
171 const struct state * sp, struct tm * tmp);
177 static int typesequiv(const struct state * sp, int a, int b);
178 static int tzload(const char * name, struct state * sp,
180 static int tzparse(const char * name, struct state * sp,
254 register struct state * const sp = lclptr; in settzname() local
265 if (sp == NULL) { in settzname()
272 for (i = 0; i < sp->typecnt; ++i) { in settzname()
273 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname()
275 tzname[ttisp->tt_isdst] = &sp in settzname()
324 tzload(register const char *name, register struct state *const sp, register const int doextend) tzload() argument
612 typesequiv(const struct state *const sp, const int a, const int b) typesequiv() argument
922 tzparse(const char *name, register struct state *const sp, const int lastditch) tzparse() argument
1168 gmtload(struct state *const sp) gmtload() argument
1259 register struct state * sp; localsub() local
1417 timesub(const time_t *const timep, const int_fast32_t offset, register const struct state *const sp, register struct tm *const tmp) timesub() argument
1673 register const struct state * sp; time2sub() local
1865 register const struct state * sp; time1() local
2002 register struct state * sp; leapcorr() local
[all...]
/third_party/node/test/parallel/
H A Dtest-whatwg-url-custom-searchparams.js20 const sp = m.searchParams;
23 assert(sp);
24 assert.strictEqual(sp.toString(), '');
27 assert(!sp.has('a'));
28 values.forEach((i) => sp.set('a', i));
29 assert(sp.has('a'));
30 assert.strictEqual(sp.get('a'), '[object Object]');
31 sp.delete('a');
32 assert(!sp.has('a'));
35 assert.strictEqual(sp
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp295 StringPiece sp(abcd, -1); in TestStringPiece()
296 if(sp.empty() || sp.data()!=abcdefg_chars || sp.length()!=4 || sp.size()!=4) { in TestStringPiece()
299 sp=StringPiece(abcd, 5); in TestStringPiece()
300 if(!sp.empty() || sp.length()!=0 || sp.size()!=0) { in TestStringPiece()
303 sp in TestStringPiece()
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
H A Dkeccak1600-armv4.S44 add r9,sp,#176
45 add r12,sp,#0
46 add r10,sp,#40
49 str lr,[sp,#440]
51 str r11,[sp,#444]
62 ldrd r10,r11,[sp,#56]
64 ldrd r12,r14,[sp,#64]
68 ldrd r10,r11,[sp,#72]
70 ldrd r12,r14,[sp,#80]
74 ldrd r10,r11,[sp,#8
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/
H A Dkeccak1600-armv4.S44 add r9,sp,#176
45 add r12,sp,#0
46 add r10,sp,#40
49 str lr,[sp,#440]
51 str r11,[sp,#444]
62 ldrd r10,r11,[sp,#56]
64 ldrd r12,r14,[sp,#64]
68 ldrd r10,r11,[sp,#72]
70 ldrd r12,r14,[sp,#80]
74 ldrd r10,r11,[sp,#8
[all...]
/third_party/ffmpeg/tests/checkasm/aarch64/
H A Dcheckasm.S60 mov x3, sp
63 stp x0, x1, [sp, #-16]!
66 mov sp, x3
74 stp x29, x30, [sp, #-16]!
75 mov x29, sp
76 stp x19, x20, [sp, #-16]!
77 stp x21, x22, [sp, #-16]!
78 stp x23, x24, [sp, #-16]!
79 stp x25, x26, [sp, #-16]!
80 stp x27, x28, [sp, #
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dkeccak1600-ppc64.pl66 my $sp ="r1";
92 std $A[0][4],`$TEMP+0`($sp)
94 std $A[1][4],`$TEMP+8`($sp)
96 std $A[2][4],`$TEMP+16`($sp)
98 std $A[3][4],`$TEMP+24`($sp)
156 ld $A[0][4],`$TEMP+0`($sp)
158 ld $A[1][4],`$TEMP+8`($sp)
160 ld $A[2][4],`$TEMP+16`($sp)
162 ld $A[3][4],`$TEMP+24`($sp)
213 ld $C[1],`$LOCALS+4*$SIZE_T`($sp)
[all...]

Completed in 19 milliseconds

12345678910>>...41