Home
last modified time | relevance | path

Searched refs:r23 (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/skia/tests/sksl/runtime/
DLoopInt.skvm79 23 r23 = index
90 34 trace_var r10 $10 = r23 (F32)
93 37 r23 = min_f32 r23 r8
94 38 r23 = max_f32 r6 r23
95 39 r23 = trunc r23
96 40 r23 = mul_i32 r23 r12
97 41 trace_var r10 $12 = r23 (I32)
100 44 trace_var r10 $13 = r23 (I32)
103 47 r24 = eq_i32 r9 r23
109 53 r26 = eq_i32 r13 r23
[all …]
/third_party/libffi/src/microblaze/
Dsysv.S51 swi r23, r1, 16 /* save for locals */
65 addik r23, r10, 0 /* save function address into r23 (callee-saved) */
94 brald r15, r23
115 lwi r23, r1, 52 /* get return size (20 for locals + 32 for arg[7]) */
122 rsubi r11, r23, 1
126 rsubi r11, r23, 2
130 rsubi r11, r23, 4
134 rsubi r11, r23, 8
171 lwi r23, r1, 16
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.cpp104 float r23 = 0.f; in Rotate() local
111 return Mat4(r00, r01, r02, r03, r10, r11, r12, r13, r20, r21, r22, r23, r30, r31, r32, r33); in Rotate()
130 float r23 = 0.f; in Translate() local
137 return Mat4(r00, r01, r02, r03, r10, r11, r12, r13, r20, r21, r22, r23, r30, r31, r32, r33); in Translate()
156 float r23 = 0.f; in Scale() local
163 return Mat4(r00, r01, r02, r03, r10, r11, r12, r13, r20, r21, r22, r23, r30, r31, r32, r33); in Scale()
190 float r23 = -1.f; in Frustum() local
197 return Mat4(r00, r01, r02, r03, r10, r11, r12, r13, r20, r21, r22, r23, r30, r31, r32, r33); in Frustum()
231 float r23 = 0.f; in Ortho() local
238 return Mat4(r00, r01, r02, r03, r10, r11, r12, r13, r20, r21, r22, r23, r30, r31, r32, r33); in Ortho()
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
Dpoly1305-ia64.S67 ld1 r23=[r11],4
74 and r23=15,r23 };;
89 dep r22=r23,r22,8,8 };;
217 getf.sig r23=f33
232 add r23=r23,r25
239 add r23=r23,r30 };;
240 { .mmi; (p6) add r23=1,r23
243 { .mmi; add h1=h1,r23;;
244 cmp.ltu p6,p7=h1,r23
252 shr.u r23=h2,2 };;
[all …]
/third_party/openssl/crypto/poly1305/asm/
Dpoly1305-ia64.S67 ld1 r23=[r11],4
74 and r23=15,r23 };;
89 dep r22=r23,r22,8,8 };;
217 getf.sig r23=f33
232 add r23=r23,r25
239 add r23=r23,r30 };;
240 { .mmi; (p6) add r23=1,r23
243 { .mmi; add h1=h1,r23;;
244 cmp.ltu p6,p7=h1,r23
252 shr.u r23=h2,2 };;
[all …]
/third_party/libunwind/src/ia64/
DGinstall_cursor.S91 ld8 r23 = [r2], 2*LOC_SIZE // r23 = loc[IA64_REG_FR23]
102 and r23 = -4, r23
106 ldf.fill f23 = [r23] // f23 restored (don't touch no more)
184 ld8 r23 = [r3], (UNAT_LOC_OFF - F4_LOC_OFF) // r22 = f4_loc
198 and r23 = -4, r23
207 ldf.fill f4 = [r23] // f4 restored (don't touch no more)
Ducontext_i.h60 #define rB0 r23
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
Drc4-parisc.pl85 $out="%r23";
274 sub %r0,$len,%r23 ; inverse index
281 ldbx %r23($inp),@TX[1]
282 addi,nuv 1,%r23,%r23 ; increment and conditional
283 sub %r0,$len,%r23 ; inverse index
/third_party/openssl/crypto/rc4/asm/
Drc4-parisc.pl85 $out="%r23";
274 sub %r0,$len,%r23 ; inverse index
281 ldbx %r23($inp),@TX[1]
282 addi,nuv 1,%r23,%r23 ; increment and conditional
283 sub %r0,$len,%r23 ; inverse index
/third_party/typescript/tests/baselines/reference/
DcontextualSignatureInstantiation2.js6 var r23 = dot(id)(id); variable
13 var r23 = dot(id)(id);
DcontextualSignatureInstantiation2.symbols48 var r23 = dot(id)(id);
49 >r23 : Symbol(r23, Decl(contextualSignatureInstantiation2.ts, 4, 3))
DcontextualSignatureInstantiation2.types33 var r23 = dot(id)(id);
34 >r23 : <T>(_: T) => unknown
/third_party/glslang/Test/
Dhlsl.matType.int.frag38 int3x4 r23 = transpose(i4x3);
82 uint3x4 r23 = transpose(u4x3);
Dhlsl.promotions.frag67 uint3 r23 = d3; // valid, but loss of precision on downconversion.
93 r23 *= d3; // valid, but loss of precision on downconversion.
116 r23 *= ds; // valid, but loss of precision on downconversion.
Dhlsl.comparison.vec.frag21 bool4 r23 = v01 > a;
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dosfiber_asm_aarch64.h69 uintptr_t r23; member
110 static_assert(offsetof(marl_fiber_context, r23) == MARL_REG_r23,
Dosfiber_asm_ppc64.h83 uintptr_t r23; member
150 static_assert(offsetof(marl_fiber_context, r23) == MARL_REG_R23,
/third_party/glslang/Test/baseResults/
Dremap.hlsl.templatetypes.none.frag.out26 Name 56 "r23"
193 56(r23): 55(ptr) Variable Function
221 Store 56(r23) 58
Dhlsl.matType.int.frag.out65 0:38 'r23' ( temp 3X4 matrix of int)
148 0:82 'r23' ( temp 3X4 matrix of uint)
266 0:38 'r23' ( temp 3X4 matrix of int)
349 0:82 'r23' ( temp 3X4 matrix of uint)
439 Name 93 "r23"
471 Name 194 "r23"
602 93(r23): 92(ptr) Variable Function
647 Store 93(r23) 98
686 194(r23): 193(ptr) Variable Function
731 Store 194(r23) 199
/third_party/elfutils/tests/
Drun-readelf-frames.sh143 offset r23 (x23) at cfa-16
148 restore r23 (x23)
/third_party/node/deps/openssl/openssl/crypto/
Dpariscid.pl75 xor %r0,%r0,%r23
176 my ($tick,$lasttick)=("%r23","%r22");
/third_party/openssl/crypto/
Dpariscid.pl75 xor %r0,%r0,%r23
176 my ($tick,$lasttick)=("%r23","%r22");
/third_party/libffi/src/sh64/
Dsysv.S89 movi -1, r23
167 bge/l r23, r63, tr2
168 add r1, r63, r23
175 addi r23, 1, r21
176 movi -1, r23
/third_party/typescript/tests/cases/compiler/
DcontextualSignatureInstantiation2.ts5 var r23 = dot(id)(id); variable
/third_party/node/deps/v8/src/codegen/ppc/
Dregister-ppc.h17 V(r16) V(r17) V(r18) V(r19) V(r20) V(r21) V(r22) V(r23) \
24 V(r16) V(r17) V(r18) V(r19) V(r20) V(r21) V(r22) V(r23) \
30 V(r16) V(r17) V(r18) V(r19) V(r20) V(r21) V(r22) V(r23) \

1234