Home
last modified time | relevance | path

Searched refs:o7 (Results 1 – 25 of 115) sorted by relevance

12345

/third_party/openssl/crypto/bn/asm/
Dsparcv9a-mont.pl160 rd %asi,%o7 ! save %asi
175 stx %o7,[%sp+$bias+$frame+48] ! save %asi
301 srlx %o0,16,%o7
304 add %o7,%o1,%o1
308 srlx %o1,16,%o7
311 add %o7,%o2,%o2
315 srlx %o2,16,%o7
317 add %o7,%o3,%o3 ! %o3.%o2[0..15].%o1[0..15].%o0[0..15]
325 !sllx %o3,48,%o7
328 !or %o7,%o0,%o0 ! 64-bit result
[all …]
Dsparcv9-mont.pl110 add %sp,$bias,%o7 ! real top of stack
112 sub %o7,$num,%o7
114 and %o7,-1024,%o7
116 sub %o7,$bias,%sp ! alloca
268 sub %g0,$num,%o7 ! k=-num
273 ld [$tp+%o7],%o0
274 ld [$np+%o7],%o1
276 add $rp,%o7,$i
277 add %o7,4,%o7
278 brnz %o7,.Lsub
[all …]
Dsparct4-mont.pl176 my $lo=$i<13?@A[$i+1]:"%o7";
197 my $lo=$i<13?@N[$i+1]:"%o7";
209 my $lo=$i<27?@N[$i+1]:"%o7";
221 my $lo=($i<$NUM-1)?@N[$i+1]:"%o7";
240 my $lo=$i<13?@B[$i+1]:"%o7";
252 my $lo=($i<$NUM-1)?@B[$i+1]:"%o7";
298 and $sentinel,1,%o7
301 or %o7,$sentinel,$sentinel
539 mov $pwrtbl, %o7
544 &load_ccr("%o7","%o5","%o4");
[all …]
/third_party/openssl/crypto/
Dsparc_arch.h60 jmp %o7 + 8; \
61 add %o7, reg, reg;
75 add %o7, reg, reg
81 setx SYM, %o7, reg;
106 sethi %hi(SYM), %o7; \
107 or %o7, %lo(SYM), %o7; \
108 LDPTR [reg + %o7], reg;
113 mov %o7, tmp; \
115 mov tmp, %o7;
/third_party/openssl/crypto/aes/asm/
Daesfx-sparcv9.pl56 mov %o7, %g1
60 add %o7, .Linp_align-1b, %o7
67 ldd [%o7 + $tmp], %f14 ! shift left params
104 add %o7, 64, %o7
110 ldd [%o7 + $tmp], %f14 ! shift right params
117 mov %g1, %o7
146 mov %o7, %g1
150 add %o7, .Linp_align-1b, %o7
157 ldd [%o7 + $tmp], %f14 ! shift left params
194 add %o7, 64, %o7
[all …]
/third_party/libffi/src/sparc/
Dv8.S104 0: call 1f ! load pc in %o7
106 1: add %o7, %l0, %o7 ! o7 = 0b + ret_type*16
107 jmp %o7+(2f-0b)
196 8: call 1f ! load pc in %o7
200 add %o7, %l0, %o7 ! o7 = 8b + size*20
201 jmp %o7+(2f-8b)
291 add %o7, %o0, %o7 ! o7 = 0b + o0*16
292 jmp %o7+(2f-0b)
410 .byte 0x9, 15, 31 ! DW_CFA_register, %o7, %i7
423 .byte 0x9, 15, 31 ! DW_CFA_register, %o7, %i7
[all …]
Dv9.S99 0: call 1f ! load pc in %o7
102 add %o7, %l1, %o7 ! o7 = 0b + ret_type*16
103 jmp %o7+(2f-0b)
274 0: call 1f ! load pc in %o7
277 add %o7, %o0, %o7 ! o7 = 0b + i2*16
278 jmp %o7+(2f-0b)
409 .byte 0x9, 15, 31 ! DW_CFA_register, %o7, %i7
421 .byte 0x9, 15, 31 ! DW_CFA_register, %o7, %i7
433 .byte 0x9, 15, 31 ! DW_CFA_register, %o7, %i7
/third_party/openssl/crypto/poly1305/asm/
Dpoly1305-sparcv9.pl130 add %o7,poly1305_blocks_vis3-1b,%o7
132 add %o7,poly1305_emit-poly1305_blocks_vis3,%o5
133 STPTR %o7,[%i2]
467 add %o7,.Lconsts_fma-1b,%o7
469 ldd [%o7+8*0],$two0 ! load constants
470 ldd [%o7+8*1],$two32
471 ldd [%o7+8*2],$two64
472 ldd [%o7+8*3],$two96
473 ldd [%o7+8*5],$five_two130
484 ldx [%o7+8*6],%fsr ! load new %fsr
[all …]
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/
Ddisable-renamed-output.frag-output.asm.frag11 OpEntryPoint Fragment %main "main" %o0 %o1 %o2 %o3 %o4 %o5 %o6 %o7 %oDepth %oStencil
24 OpName %o7 "o7"
34 OpDecorate %o7 Location 7
61 %o7 = OpVariable %_ptr_Output_v4float Output
79 OpStore %o7 %29
/third_party/typescript/tests/baselines/reference/
DobjectSpreadNegativeParse.symbols2 let o7 = { ...o? };
3 >o7 : Symbol(o7, Decl(objectSpreadNegativeParse.ts, 0, 3))
Demitter.asyncGenerators.objectLiteralMethods.es2018.js39 const o7 = { variable
82 const o7 = { variable
DobjectSpreadNegativeParse.js2 let o7 = { ...o? }; variable
20 var o7 = __assign({}, o ? : );
DobjectSpreadNegativeParse.types2 let o7 = { ...o? };
3 >o7 : any
Demitter.asyncGenerators.objectLiteralMethods.es2015.symbols65 const o7 = {
66 >o7 : Symbol(o7, Decl(O7.ts, 0, 5))
Demitter.asyncGenerators.objectLiteralMethods.es5.symbols65 const o7 = {
66 >o7 : Symbol(o7, Decl(O7.ts, 0, 5))
Demitter.asyncGenerators.objectLiteralMethods.es2018.symbols65 const o7 = {
66 >o7 : Symbol(o7, Decl(O7.ts, 0, 5))
/third_party/jerryscript/tests/jerry/es2015/
Dobject-prototype-proto.js78 var o7 = { __\u0070r\u006ft\u006f__: null }; variable
79 assert(o7.__proto__ === undefined);
80 assert(Object.getPrototypeOf(o7) === null);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/
Ddisable-renamed-output.frag-output.asm.frag11 float4 o7 [[color(7)]];
30 out.o7 = float4(1.0);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/frag/
Ddisable-renamed-output.frag-output.asm.frag11 float4 o7 [[color(7)]];
30 out.o7 = float4(1.0);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/
Dclearfloat11ps8.h59 dcl_output o7.xyzw
68 mov o7.xyzw, cb0[0].xyzw
Dclearsint11ps8.h59 dcl_output o7.xyzw
68 mov o7.xyzw, cb0[0].xyzw
Dclearuint11ps8.h59 dcl_output o7.xyzw
68 mov o7.xyzw, cb0[0].xyzw
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/
Dclearsint11ps8.h59 dcl_output o7.xyzw
68 mov o7.xyzw, cb0[0].xyzw
Dclearfloat11ps8.h59 dcl_output o7.xyzw
68 mov o7.xyzw, cb0[0].xyzw
Dclearuint11ps8.h59 dcl_output o7.xyzw
68 mov o7.xyzw, cb0[0].xyzw

12345