Home
last modified time | relevance | path

Searched refs:r0 (Results 1 - 25 of 931) sorted by relevance

12345678910>>...38

/third_party/vixl/test/aarch32/
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 s
[all...]
H A Dtest-simulator-cond-rdlow-operand-imm8-t32.cc190 const TestLoopData kTests[] = {{{eq, r0, 0},
191 "eq r0 0",
195 {{ne, r0, 0},
196 "ne r0 0",
200 {{cs, r0, 0},
201 "cs r0 0",
205 {{cc, r0, 0},
206 "cc r0 0",
210 {{mi, r0, 0},
211 "mi r0
[all...]
H A Dtest-disasm-a32.cc400 masm.Add(r0, r0, r1); in TEST_T32()
403 "add r0, r1\n"); in TEST_T32()
414 COMPARE_BOTH(Orn(r0, r1, 0), "mvn r0, #0\n"); in TEST()
415 COMPARE_BOTH(Orn(r0, r0, 0xffffffff), ""); in TEST()
420 // Use r0 as the temporary register. in TEST()
421 COMPARE_A32(Orn(r0, r1, 1), in TEST()
422 "mvn r0, # in TEST()
[all...]
H A Dtest-assembler-cond-rdlow-rnlow-rmlow-in-it-block-t32.cc95 {{{eq, r0, r0, r0}, true, eq, "eq r0 r0 r0", "eq_r0_r0_r0"},
96 {{eq, r0, r1, r0}, true, eq, "eq r0 r1 r0", "eq_r0_r1_r
[all...]
H A Dtest-assembler-cond-rd-memop-rs-a32.cc129 {{cs, r7, r0, plus, r7, Offset},
132 "cs r7 r0 plus r7 Offset",
134 {{ge, r11, r0, plus, r9, Offset},
137 "ge r11 r0 plus r9 Offset",
159 {{ge, r4, r0, plus, r4, Offset},
162 "ge r4 r0 plus r4 Offset",
169 {{cc, r9, r0, plus, r7, Offset},
172 "cc r9 r0 plus r7 Offset",
179 {{eq, r8, r0, plus, r8, Offset},
182 "eq r8 r0 plu
[all...]
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc323 const TestLoopData kTests[] = {{{eq, r0, r0, LSR, 1},
324 "eq r0 r0 LSR 1",
328 {{ne, r0, r0, LSR, 1},
329 "ne r0 r0 LSR 1",
333 {{cs, r0, r0, LS
[all...]
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc323 const TestLoopData kTests[] = {{{eq, r0, r0, LSL, 1},
324 "eq r0 r0 LSL 1",
328 {{ne, r0, r0, LSL, 1},
329 "ne r0 r0 LSL 1",
333 {{cs, r0, r0, LS
[all...]
/third_party/cups-filters/filter/
H A Dimagetoraster.c115 static void format_CMY(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1);
116 static void format_CMYK(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1);
117 static void format_K(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1);
118 static void format_KCMYcm(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1);
119 static void format_KCMY(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1);
121 static void format_RGBA(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1);
122 static void format_W(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1);
123 static void format_YMC(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1);
124 static void format_YMCK(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1);
180 *r0, /* To in main() local
1704 format_CMY(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1) format_CMY() argument
2078 format_CMYK(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1) format_CMYK() argument
2473 format_K(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1) format_K() argument
2591 format_KCMY(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1) format_KCMY() argument
3017 format_KCMYcm( cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1) format_KCMYcm() argument
3192 format_RGBA(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1) format_RGBA() argument
3592 format_W(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1) format_W() argument
3710 format_YMC(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1) format_YMC() argument
4099 format_YMCK(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1) format_YMCK() argument
[all...]
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/sha/
H A Dsha512-s390x.S53 lg %r0,S390X_KIMD(%r1) # check kimd capabilities
54 tmhh %r0,4096
56 lghi %r0,3
60 .long 0xb93e0002 # kimd %r0,%r2
68 lgr %r0,%r15
70 st %r0,0(%r15)
85 rllg %r0,%r9,23
88 xgr %r0,%r1
92 xgr %r0,%r1 # Sigma1(e)
96 algr %r14,%r0 # T
[all...]
H A Dsha256-s390x.S29 lg %r0,S390X_KIMD(%r1) # check kimd capabilities
30 tmhh %r0,8192
32 lghi %r0,2
36 .long 0xb93e0002 # kimd %r0,%r2
44 lgr %r0,%r15
46 st %r0,0(%r15)
61 rll %r0,%r9,7
64 xgr %r0,%r1
68 xgr %r0,%r1 # Sigma1(e)
72 algr %r14,%r0 # T
[all...]
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/sha/
H A Dsha512-s390x.S53 lg %r0,S390X_KIMD(%r1) # check kimd capabilities
54 tmhh %r0,4096
56 lghi %r0,3
60 .long 0xb93e0002 # kimd %r0,%r2
68 lgr %r0,%r15
70 st %r0,0(%r15)
85 rllg %r0,%r9,23
88 xgr %r0,%r1
92 xgr %r0,%r1 # Sigma1(e)
96 algr %r14,%r0 # T
[all...]
H A Dsha256-s390x.S29 lg %r0,S390X_KIMD(%r1) # check kimd capabilities
30 tmhh %r0,8192
32 lghi %r0,2
36 .long 0xb93e0002 # kimd %r0,%r2
44 lgr %r0,%r15
46 st %r0,0(%r15)
61 rll %r0,%r9,7
64 xgr %r0,%r1
68 xgr %r0,%r1 # Sigma1(e)
72 algr %r14,%r0 # T
[all...]
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/sha/
H A Dsha512-s390x.S53 lg %r0,S390X_KIMD(%r1) # check kimd capabilities
54 tmhh %r0,4096
56 lghi %r0,3
60 .long 0xb93e0002 # kimd %r0,%r2
68 lgr %r0,%r15
70 stg %r0,0(%r15)
85 rllg %r0,%r9,23
88 xgr %r0,%r1
92 xgr %r0,%r1 # Sigma1(e)
96 algr %r14,%r0 # T
[all...]
H A Dsha256-s390x.S29 lg %r0,S390X_KIMD(%r1) # check kimd capabilities
30 tmhh %r0,8192
32 lghi %r0,2
36 .long 0xb93e0002 # kimd %r0,%r2
44 lgr %r0,%r15
46 stg %r0,0(%r15)
61 rll %r0,%r9,7
64 xgr %r0,%r1
68 xgr %r0,%r1 # Sigma1(e)
72 algr %r14,%r0 # T
[all...]
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/sha/
H A Dsha512-s390x.S53 lg %r0,S390X_KIMD(%r1) # check kimd capabilities
54 tmhh %r0,4096
56 lghi %r0,3
60 .long 0xb93e0002 # kimd %r0,%r2
68 lgr %r0,%r15
70 stg %r0,0(%r15)
85 rllg %r0,%r9,23
88 xgr %r0,%r1
92 xgr %r0,%r1 # Sigma1(e)
96 algr %r14,%r0 # T
[all...]
H A Dsha256-s390x.S29 lg %r0,S390X_KIMD(%r1) # check kimd capabilities
30 tmhh %r0,8192
32 lghi %r0,2
36 .long 0xb93e0002 # kimd %r0,%r2
44 lgr %r0,%r15
46 stg %r0,0(%r15)
61 rll %r0,%r9,7
64 xgr %r0,%r1
68 xgr %r0,%r1 # Sigma1(e)
72 algr %r14,%r0 # T
[all...]
/third_party/mesa3d/src/freedreno/ir3/tests/
H A Ddelay.c50 add.f r0.x, r2.x, r2.y
51 rsq r0.x, r0.x
54 mov.f32f32 r0.x, c0.x
55 mov.f32f32 r0.y, c0.y
56 add.f r0.x, r0.x, r0.y
59 mov.f32f32 r0.x, c0.x
60 mov.f32f32 r0
[all...]
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/bn/
H A Ds390x-gf2m.s21 lghi %r0,0
23 stg %r0,96(%r15) # tab[0]=0
55 srlg %r0,%r12,2
65 xgr %r4,%r0
76 sllg %r0,%r1,4
79 xgr %r3,%r0
81 lg %r0,96(%r12,%r15)
83 sllg %r1,%r0,8
85 srlg %r0,%r0,5
[all...]
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/bn/
H A Ds390x-gf2m.s21 lghi %r0,0
23 stg %r0,96(%r15) # tab[0]=0
55 srlg %r0,%r12,2
65 xgr %r4,%r0
76 sllg %r0,%r1,4
79 xgr %r3,%r0
81 lg %r0,96(%r12,%r15)
83 sllg %r1,%r0,8
85 srlg %r0,%r0,5
[all...]
/third_party/musl/src/thread/sh/
H A Dclone.s9 mov #-16, r0
10 and r0, r5
20 mov.l @(4,r15), r0 ! r0 = tls
23 or r0, r0
24 or r0, r0
25 or r0, r0
[all...]
H A D__unmapself_mmu.s9 or r0, r0
10 or r0, r0
11 or r0, r0
12 or r0, r0
13 or r0, r0
[all...]
/third_party/musl/src/fenv/sh/
H A Dfenv.S6 sts fpscr, r0
8 and #3, r0
14 sts fpscr, r0
16 and r1, r0
17 or r4, r0
18 lds r0, fpscr
20 mov #0, r0
25 sts fpscr, r0
26 and r4, r0
28 and #0x7c, r0
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dh264dsp_neon.S112 vld1.8 {d0, d1}, [r0,:128], r1
113 vld1.8 {d2, d3}, [r0,:128], r1
114 vld1.8 {d4, d5}, [r0,:128], r1
115 sub r0, r0, r1, lsl #2
116 sub r0, r0, r1, lsl #1
117 vld1.8 {d20,d21}, [r0,:128], r1
118 vld1.8 {d18,d19}, [r0,:128], r1
119 vld1.8 {d16,d17}, [r0,
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_intrapred.asm53 sub r0, r1
55 movaps xmm0, [r0]
57 movaps [r0+r1*1], xmm0
58 movaps [r0+r1*2], xmm0
59 lea r0, [r0+r1*2]
60 movaps [r0+r1*1], xmm0
61 movaps [r0+r1*2], xmm0
62 lea r0, [r0
[all...]
/third_party/musl/src/signal/sh/
H A Drestore.s7 or r0, r0
8 or r0, r0
9 or r0, r0
10 or r0, r0
11 or r0, r0
[all...]

Completed in 9 milliseconds

12345678910>>...38