Searched refs:A10 (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dunwind-3.s29 stw .d2t1 A10, *+B15(12)
30 .cfi_offset A10, -4
H A Dunwind-3.d18 0x80 0x21 pop {A10, B3}
H A Dunwind-1.d16 0x80 0x03 pop {A10, A11}
21 0x88 0x63 pop {A10, A11, B3, B10, B15}
49 Registers restored: \(compact\) A10, A11, B3, B10
55 Registers restored: \(compact\) A10, A12, A13, B3
H A Dunwind-2.d16 0x80 0x03 pop {A10, A11}
21 0x88 0x63 pop {A10, A11, B3, B10, B15}
49 Registers restored: \(compact\) A10, A11, B3, B10
55 Registers restored: \(compact\) A10, A12, A13, B3
H A Dunwind-1.s23 stw .d2t1 A10, *+B15(4)
41 stdw .d2t1 A11:A10, *+B15(8)
117 stdw .d2t1 A11:A10, *B15--(8)
136 stw .d2t1 A10, *B15--(8)
H A Dunwind-2.s23 stw .d2t1 A10, *+B15(4)
41 stdw .d2t1 A11:A10, *+B15(8)
117 stdw .d2t1 A11:A10, *B15--(8)
136 stw .d2t1 A10, *B15--(8)
H A Dunwind-bad-2.s14 stw .d2t1 A10, *+B15(4)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dkeccak1600-avx512.pl110 $A10, # [1][4] [1][3] [1][2] [1][1] [1][0]
148 vpternlogq \$0x96,$A20,$A10,$A00 # and use it as "C00"
156 vpternlogq \$0x96,$A00,$D00,$A10
163 vprolvq @Rhotate0[1],$A10,$A10
170 vpermq $A10,@Pi0[1],$A10
177 vmovdqa64 $A10,@T[1]
178 vpternlogq \$0xD2,$A20,$A10,$A00
179 vpternlogq \$0xD2,$A30,$A20,$A10
[all...]
H A Dkeccak1600-c64x.pl72 # | A10 | A11 |
412 || STDW A11:A10,*FP[-5]
540 || LDDW *FP[-5],A11:A10
561 || STDW A11:A10,*FP[-5]
736 || LDDW *FP[-5],A11:A10
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dkeccak1600-avx512.pl110 $A10, # [1][4] [1][3] [1][2] [1][1] [1][0]
148 vpternlogq \$0x96,$A20,$A10,$A00 # and use it as "C00"
156 vpternlogq \$0x96,$A00,$D00,$A10
163 vprolvq @Rhotate0[1],$A10,$A10
170 vpermq $A10,@Pi0[1],$A10
177 vmovdqa64 $A10,@T[1]
178 vpternlogq \$0xD2,$A20,$A10,$A00
179 vpternlogq \$0xD2,$A30,$A20,$A10
[all...]
H A Dkeccak1600-c64x.pl72 # | A10 | A11 |
412 || STDW A11:A10,*FP[-5]
540 || LDDW *FP[-5],A11:A10
561 || STDW A11:A10,*FP[-5]
736 || LDDW *FP[-5],A11:A10
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_sqrt.c68 UINT64 Q, Q2, A10, C4, R, R2, QE, res; local
129 A10 = coefficient_x;
131 A10 = (A10 << 2) + A10;
132 A10 += A10;
135 dqe = sqrt ((double) A10);
137 if (QE * QE == A10) {
216 UINT128 CX, CX2, A10, S
[all...]
H A Dbid128_sqrt.c36 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res;
98 A10 = CX;
100 A10.w[1] = (CX.w[1] << 3) | (CX.w[0] >> 61);
101 A10.w[0] = CX.w[0] << 3;
104 __add_128_128 (A10, A10, CX2);
107 CS.w[0] = short_sqrt128 (A10);
110 if (CS.w[0] * CS.w[0] == A10.w[0]) {
112 if (S2.w[1] == A10.w[1]) // && S2.w[0]==A10
[all...]
H A Dbid_sqrt_macros.h35 short_sqrt128 (UINT128 A10) { argument
42 lx = (BINARY80) A10.w[1] * l64 + (BINARY80) A10.w[0];
136 short_sqrt128 (UINT128 A10) { argument
147 lx = (double) A10.w[1] * l64 + (double) A10.w[0];
153 // A10*RS^2
154 __mul_64x128_to_192 (ARS0, MY, A10);
256 // A10*RS^2, scaled by 2^(2*ey+104)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_sqrt.c68 UINT64 Q, Q2, A10, C4, R, R2, QE, res; local
129 A10 = coefficient_x;
131 A10 = (A10 << 2) + A10;
132 A10 += A10;
135 dqe = sqrt ((double) A10);
137 if (QE * QE == A10) {
216 UINT128 CX, CX2, A10, S
[all...]
H A Dbid128_sqrt.c36 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res;
98 A10 = CX;
100 A10.w[1] = (CX.w[1] << 3) | (CX.w[0] >> 61);
101 A10.w[0] = CX.w[0] << 3;
104 __add_128_128 (A10, A10, CX2);
107 CS.w[0] = short_sqrt128 (A10);
110 if (CS.w[0] * CS.w[0] == A10.w[0]) {
112 if (S2.w[1] == A10.w[1]) // && S2.w[0]==A10
[all...]
H A Dbid_sqrt_macros.h35 short_sqrt128 (UINT128 A10) { argument
42 lx = (BINARY80) A10.w[1] * l64 + (BINARY80) A10.w[0];
136 short_sqrt128 (UINT128 A10) { argument
147 lx = (double) A10.w[1] * l64 + (double) A10.w[0];
153 // A10*RS^2
154 __mul_64x128_to_192 (ARS0, MY, A10);
256 // A10*RS^2, scaled by 2^(2*ey+104)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dlibunwind.S64 ldw .d1t1 *+A4[10], A10
88 stw .d2t1 A10, *+B15[12]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dlibunwind.S64 ldw .d1t1 *+A4[10], A10
88 stw .d2t1 A10, *+B15[12]
/netbsd-current/lib/libm/ld128/
H A Dk_expl.h79 A10 = 2.7557333722375069e-7; /* 0x1.27e505ab56259p-22 */ variable
257 dr * (A7 + dr * (A8 + dr * (A9 + dr * A10))))))));
H A Ds_expl.c286 dr * (A7 + dr * (A8 + dr * (A9 + dr * A10))))))));
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dstg.c380 #define A10 2 /* 10b ack turn around */ macro
416 data = (W0101 << 28) | (phy << 23) | (reg << 18) | (A10 << 16);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl33 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN);
118 [A2] STDW A11:A10,*FP[-4]
252 LDDW *FP[-4],A11:A10 ; ABI says so
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl32 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN);
117 [A2] STDW A11:A10,*FP[-4]
251 LDDW *FP[-4],A11:A10 ; ABI says so
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp116 SystemZ::A8, SystemZ::A9, SystemZ::A10, SystemZ::A11,

Completed in 331 milliseconds

12