Searched refs:mmi (Results 1 - 13 of 13) sorted by relevance

/external/openssl/crypto/aes/asm/
H A Daes-ia64.S92 { .mmi; alloc r16=ar.pfs,12,0,0,8
95 { .mmi; LDKEY t1=[rk1],2*KSZ
104 { .mmi; xor s0=s0,t0
107 { .mmi; xor s2=s2,t2
114 { .mmi; (p0) LDKEY t0=[rk0],2*KSZ // 0/0:rk[0]
117 { .mmi; (p0) LDKEY t1=[rk1],2*KSZ // 0/1:rk[1]
120 { .mmi; (p0) LDKEY t2=[rk0],2*KSZ // 1/2:rk[2]
123 { .mmi; (p0) LDKEY t3=[rk1],2*KSZ // 1/3:rk[3]
126 { .mmi; (p0) ld4 te33=[te33] // 2/0:te3[s3&0xff]
129 { .mmi; (p
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl55 { .mmi; ld1 $X[$i]=[inp],2 // MSB
57 { .mmi; ld1 tmp0=[inp],2
63 { .mmi; ld1 $Xn=[inp],2 // forward Xload
66 { .mmi; ld1 tmp2=[tmp3],2 // forward Xload
69 { .mmi; add $e=$e,$K_00_19 // e+=K_00_19
72 { .mmi; add $e=$e,$X[$i] // e+=Xload
75 { .mmi; ld1 tmp0=[inp],2 // forward Xload
78 { .mmi; ld1 tmp4=[tmp3],2 // forward Xload
92 { .mmi; add $e=$e,$K_00_19 // e+=K_00_19
95 { .mmi; ad
[all...]
H A Dsha512-ia64.pl137 { .mmi; alloc pfssave=ar.pfs,3,27,0,16
141 { .mmi; $ADDP input=0,r33 // 2nd arg
156 { .mmi; $LDW A_=[r8],4*$SZ
159 { .mmi; $LDW C_=[r10],4*$SZ
162 { .mmi; $LDW E_=[r8]
165 { .mmi; $LDW G_=[r10]
173 { .mmi; cmp.eq p10,p0=2,r8
176 { .mmi; cmp.eq p13,p0=5,r8
183 { .mmi; mov A=A_
186 { .mmi; mo
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S269 { .mmi
275 { .mmi
282 { .mmi
287 { .mmi
295 { .mmi
313 { .mmi
318 { .mmi
323 { .mmi
337 { .mmi
352 { .mmi
[all...]
/external/openssl/crypto/modes/asm/
H A Dghash-ia64.pl66 { .mmi; ($p16) ld1 in[0]=[inp],-1
80 { .mmi; (p16) ld1 xi[0]=[Xi],-1
107 { .mmi; .save ar.pfs,prevfs
123 { .mmi; ld1 xi[1]=[Xi],-1 // Xi[14]
141 { .mmi; add Hlo=9,Xi;; // ;; is here to prevent
165 { .mmi; ld8 r`16+2*$i+1`=[r8],16 // Htable[$i].hi
167 { .mmi; ldf8 f`32+2*$i+1`=[r10],16 // Htable[`8+$i`].hi
184 { .mmi; .save ar.pfs,prevfs
205 { .mmi; $sum 1<<1 // go big-endian
208 { .mmi; ad
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl243 &I(\$c, "{ .mmi") if ($pAny);
248 &I(\$c, "{ .mmi") if ($pAny);
257 &I(\$c, "{ .mmi") if ($pAny);
262 &I(\$c, "{ .mmi") if ($pAny);
271 &I(\$c, "{ .mmi") if ($pAny);
427 { .mmi; \\
431 }{ .mmi; \\
436 { .mmi; \\
440 }{ .mmi; \\
445 { .mmi; \\
[all...]
/external/openssl/crypto/bn/asm/
H A Dia64-mont.pl81 { .mmi; cmp4.le p6,p7=2,r37;;
108 { .mmi; .save ar.pfs,prevfs
113 { .mmi; .vframe prevsp
123 { .mmi; ldf8 bi=[bptr],8 // (*bp++)
126 { .mmi; ldf8 alo[3]=[r30],16 // ap[1]
129 { .mmi; ldf8 alo[1]=[r30] // ap[3]
132 { .mmi; $ADDP nptr=0,in3
135 { .mmi; ldf8 nlo[2]=[nptr],8 // np[0]
138 { .mmi; ldf8 nlo[1]=[nptr],8 // np[1]
184 { .mmi; get
[all...]
H A Dia64.S311 { .mmi; ADDP r14=0,r32 // rp
314 { .mmi; mov r40=0 // serves as r35 at first (p27)
401 { .mmi; alloc r2=ar.pfs,4,4,0,8
415 { .mmi; ADDP r14=0,r32 // rp
440 { .mmi; (p24) getf.sig r32=f40 // high
448 { .mmi; .pred.rel "mutex",p40,p42
634 { .mmi; add r19=24,r34
638 { .mmi; ldf8 f120=[r34],32
640 { .mmi; ldf8 f122=[r18],32
642 { .mmi; ldf
[all...]
/external/openssl/crypto/
H A Dia64cpuid.S29 { .mmi; mf;;
152 { .mmi; st1 [r32]=r0,1;;
158 { .mmi; st8 [r32]=r0,8
/external/llvm/lib/CodeGen/
H A DBranchFolding.h31 MachineModuleInfo *mmi);
H A DMachineFunction.cpp53 unsigned FunctionNum, MachineModuleInfo &mmi,
55 : Fn(F), Target(TM), Ctx(mmi.getContext()), MMI(mmi), GMI(gmi) {
52 MachineFunction(const Function *F, const TargetMachine &TM, unsigned FunctionNum, MachineModuleInfo &mmi, GCModuleInfo* gmi) argument
H A DBranchFolding.cpp177 MachineModuleInfo *mmi) {
184 MMI = mmi;
174 OptimizeFunction(MachineFunction &MF, const TargetInstrInfo *tii, const TargetRegisterInfo *tri, MachineModuleInfo *mmi) argument
/external/elfutils/src/
H A Dunstrip.c2186 struct match_module_info mmi = { info->args, NULL, info->match_files };
2189 return dwfl_getmodules (info->dwfl, &match_module, &mmi, offset);
2197 list_module (mmi.found);
2203 handle_dwfl_module (info->output_file, false, mmi.found,
2208 handle_output_dir_module (info->output_dir, mmi.found,
2184 struct match_module_info mmi = { info->args, NULL, info->match_files }; local

Completed in 173 milliseconds