Home
last modified time | relevance | path

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

1234

/external/openssl/crypto/rc4/asm/
Drc4-586.pl168 &mov (&LB($xx),&BP(0,$dat)); # load key->x
169 &mov (&LB($yy),&BP(4,$dat)); # load key->y
259 &xor (&LB($ty),&BP(0,$inp));
263 &mov (&BP(-1,$out,$inp),&LB($ty));
270 &movz ($tx,&BP(0,$dat,$xx));
274 &movz ($ty,&BP(0,$dat,$yy));
275 &mov (&BP(0,$dat,$yy),&LB($tx));
276 &mov (&BP(0,$dat,$xx),&LB($ty));
278 &movz ($ty,&BP(0,$dat,$ty));
280 &xor (&LB($ty),&BP(0,$inp));
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
Drc4-586.pl168 &mov (&LB($xx),&BP(0,$dat)); # load key->x
169 &mov (&LB($yy),&BP(4,$dat)); # load key->y
259 &xor (&LB($ty),&BP(0,$inp));
263 &mov (&BP(-1,$out,$inp),&LB($ty));
270 &movz ($tx,&BP(0,$dat,$xx));
274 &movz ($ty,&BP(0,$dat,$yy));
275 &mov (&BP(0,$dat,$yy),&LB($tx));
276 &mov (&BP(0,$dat,$xx),&LB($ty));
278 &movz ($ty,&BP(0,$dat,$ty));
280 &xor (&LB($ty),&BP(0,$inp));
[all …]
/external/openssl/crypto/perlasm/
Dcbc.pl161 &movb(&HB("edx"), &BP(6,$in,"",0));
164 &movb(&HB("edx"), &BP(5,$in,"",0));
166 &movb(&LB("edx"), &BP(4,$in,"",0));
171 &movb(&HB("ecx"), &BP(2,$in,"",0));
174 &movb(&HB("ecx"), &BP(1,$in,"",0));
176 &movb(&LB("ecx"), &BP(0,$in,"",0));
284 &movb(&BP(6,$out,"",0), &LB("edx"));
287 &movb(&BP(5,$out,"",0), &HB("edx"));
289 &movb(&BP(4,$out,"",0), &LB("edx"));
295 &movb(&BP(2,$out,"",0), &LB("ecx"));
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
Dcbc.pl161 &movb(&HB("edx"), &BP(6,$in,"",0));
164 &movb(&HB("edx"), &BP(5,$in,"",0));
166 &movb(&LB("edx"), &BP(4,$in,"",0));
171 &movb(&HB("ecx"), &BP(2,$in,"",0));
174 &movb(&HB("ecx"), &BP(1,$in,"",0));
176 &movb(&LB("ecx"), &BP(0,$in,"",0));
284 &movb(&BP(6,$out,"",0), &LB("edx"));
287 &movb(&BP(5,$out,"",0), &HB("edx"));
289 &movb(&BP(4,$out,"",0), &LB("edx"));
295 &movb(&BP(2,$out,"",0), &LB("ecx"));
[all …]
/external/llvm/test/CodeGen/Generic/
Dllvm-ct-intrinsics.ll12 define void @ctpoptest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
18 store i16 %b, i16* %BP
32 define void @ctlztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
38 store i16 %b, i16* %BP
52 define void @cttztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
58 store i16 %b, i16* %BP
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
Daes-586.pl444 &movz ($out,&BP(-128,$te,$out,1));
448 &movz ($tmp,&BP(-128,$te,$tmp,1));
457 &movz ($tmp,&BP(-128,$te,$tmp,1));
465 &movz ($tmp,&BP(-128,$te,$tmp,1));
612 &movz ("ecx",&BP(-128,$tbl,$acc,1)); # 0
615 &movz ("edx",&BP(-128,$tbl,"edx",1)); # 1
620 &movz ($acc,&BP(-128,$tbl,$acc,1)); # 10
625 &movz ($acc,&BP(-128,$tbl,$acc,1)); # 11
631 &movz ($acc,&BP(-128,$tbl,$acc,1)); # 5
635 &movz ($acc,&BP(-128,$tbl,$acc,1)); # 15
[all …]
/external/openssl/crypto/aes/asm/
Daes-586.pl444 &movz ($out,&BP(-128,$te,$out,1));
448 &movz ($tmp,&BP(-128,$te,$tmp,1));
457 &movz ($tmp,&BP(-128,$te,$tmp,1));
465 &movz ($tmp,&BP(-128,$te,$tmp,1));
612 &movz ("ecx",&BP(-128,$tbl,$acc,1)); # 0
615 &movz ("edx",&BP(-128,$tbl,"edx",1)); # 1
620 &movz ($acc,&BP(-128,$tbl,$acc,1)); # 10
625 &movz ($acc,&BP(-128,$tbl,$acc,1)); # 11
631 &movz ($acc,&BP(-128,$tbl,$acc,1)); # 5
635 &movz ($acc,&BP(-128,$tbl,$acc,1)); # 15
[all …]
/external/llvm/include/llvm/ADT/
DSmallPtrSet.h147 explicit SmallPtrSetIteratorImpl(const void *const *BP, const void*const *E) in SmallPtrSetIteratorImpl() argument
148 : Bucket(BP), End(E) { in SmallPtrSetIteratorImpl()
184 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E) in SmallPtrSetIterator() argument
185 : SmallPtrSetIteratorImpl(BP, E) {} in SmallPtrSetIterator()
/external/llvm/lib/IR/
DPassManager.cpp191 BasicBlockPass *BP = getContainedPass(Index); in dumpPassStructure() local
192 BP->dumpPassStructure(Offset + 1); in dumpPassStructure()
193 dumpLastUses(BP, Offset+1); in dumpPassStructure()
199 BasicBlockPass *BP = static_cast<BasicBlockPass *>(PassVector[N]); in getContainedPass() local
200 return BP; in getContainedPass()
1290 BasicBlockPass *BP = getContainedPass(Index); in runOnFunction() local
1293 dumpPassInfo(BP, EXECUTION_MSG, ON_BASICBLOCK_MSG, I->getName()); in runOnFunction()
1294 dumpRequiredSet(BP); in runOnFunction()
1296 initializeAnalysisImpl(BP); in runOnFunction()
1300 PassManagerPrettyStackEntry X(BP, *I); in runOnFunction()
[all …]
/external/llvm/lib/MC/
DMCELFObjectTargetWriter.cpp45 static int cmpRel(const void *AP, const void *BP) { in cmpRel() argument
47 const ELFRelocationEntry &B = *(const ELFRelocationEntry *)BP; in cmpRel()
/external/llvm/test/Transforms/SimplifyCFG/
DUnreachableEliminate.ll3 define void @test1(i1 %C, i1* %BP) {
10 store i1 %C, i1* %BP
Dbranch-phi-thread.ll48 define i32 @test3(i32 %X, i1 %D, i32* %AP, i32* %BP) {
55 store i32 %XX, i32* %BP
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Delfcore.h69 #define BP rbp macro
79 #define BP ebp
93 #define BP uregs[11] /* Frame pointer */
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Delfcore.h69 #define BP rbp macro
79 #define BP ebp
93 #define BP uregs[11] /* Frame pointer */
/external/llvm/lib/Target/X86/
DX86RegisterInfo.cpp536 case X86::BPL: case X86::BP: case X86::EBP: case X86::RBP: in getX86SubSuperRegister()
537 return X86::BP; in getX86SubSuperRegister()
564 case X86::BPL: case X86::BP: case X86::EBP: case X86::RBP: in getX86SubSuperRegister()
601 case X86::BPL: case X86::BP: case X86::EBP: case X86::RBP: in getX86SubSuperRegister()
602 return X86::BP; in getX86SubSuperRegister()
637 case X86::BPL: case X86::BP: case X86::EBP: case X86::RBP: in getX86SubSuperRegister()
673 case X86::BPL: case X86::BP: case X86::EBP: case X86::RBP: in getX86SubSuperRegister()
/external/openssl/crypto/modes/asm/
Dghash-x86.pl162 &mov (&LB($rem),&BP($off,"esp",$cnt));
194 &mov (&LB($rem),&BP($off+15-($i>>1),"esp"));
197 &mov (&LB($rem),&BP($off+15-($i>>1),"esp"));
378 &mov (&LB($nlo),&BP($cnt/2,$inp)) if (!$odd && $cnt>=0);
419 &movz ($Zll,&BP(15,$inp));
522 &mov (&LB($nlo),&BP(0,$inp,$cnt));
592 &movz ($Zll,&BP(15,$inp));
661 &mov (&BP($i,"esp"),&LB("edx")) if ($i<16);
717 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4)
749 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4)
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
Dghash-x86.pl162 &mov (&LB($rem),&BP($off,"esp",$cnt));
194 &mov (&LB($rem),&BP($off+15-($i>>1),"esp"));
197 &mov (&LB($rem),&BP($off+15-($i>>1),"esp"));
378 &mov (&LB($nlo),&BP($cnt/2,$inp)) if (!$odd && $cnt>=0);
419 &movz ($Zll,&BP(15,$inp));
522 &mov (&LB($nlo),&BP(0,$inp,$cnt));
592 &movz ($Zll,&BP(15,$inp));
661 &mov (&BP($i,"esp"),&LB("edx")) if ($i<16);
717 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4)
749 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4)
/external/llvm/unittests/Support/
DCasting.cpp201 Base *BP = dyn_cast<Base>(&D); in TEST() local
202 EXPECT_TRUE(BP != NULL); in TEST()
/external/qemu-pc-bios/vgabios/
Dvgabios.c583 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS) in int10_debugmsg() argument
584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS; in int10_debugmsg()
596 static void int10_func(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS) in int10_func() argument
597 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS; in int10_func()
679 biosfn_load_text_user_pat(GET_AL(),ES,BP,CX,DX,GET_BL(),GET_BH());
694 biosfn_load_gfx_8_8_chars(ES,BP);
697 biosfn_load_gfx_user_chars(ES,BP,CX,GET_BL(),GET_DL());
709 biosfn_get_font_info(GET_BH(),&ES,&BP,&CX,&DX);
739 biosfn_write_string(GET_AL(),GET_BH(),GET_BL(),CX,GET_DH(),GET_DL(),ES,BP);
2677 static void biosfn_load_text_user_pat (AL,ES,BP,CX,DX,BL,BH) Bit8u AL;Bit16u ES;Bit16u BP;Bit16u CX… in biosfn_load_text_user_pat() argument
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/
Dx86cpuid.pl317 &mov (&BP(0,"edx"),"al");
327 &mov (&BP(0,"edx"),"al");
/external/openssl/crypto/
Dx86cpuid.pl317 &mov (&BP(0,"edx"),"al");
327 &mov (&BP(0,"edx"),"al");
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
Dxdfprotect.asm104 idesc32 isrP, 0x0008, 0 ; 0x03, 3, #BP, Breakpoint
142 dw isrR, 0 ; 0x03, 3, #BP, Breakpoint
Dxdflong.asm130 idesc64 isrL, 0x0008, 0 ; 0x03, 3, #BP, Breakpoint
169 dw isrR, 0 ; 0x03, 3, #BP, Breakpoint
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kdt_lfz5.pkb61 �P�F��q�,݈���D�Q+gi-��JY�`��4�~��BP�R x�v0��n
/external/clang/lib/Lex/
DPPDirectives.cpp43 MIChain = BP.Allocate<MacroInfoChain>(); in AllocateMacroInfo()
66 BP.Allocate<DeserializedMacroInfoChain>(); in AllocateDeserializedMacroInfo()
80 DefMacroDirective *MD = BP.Allocate<DefMacroDirective>(); in AllocateDefMacroDirective()
87 UndefMacroDirective *MD = BP.Allocate<UndefMacroDirective>(); in AllocateUndefMacroDirective()
95 VisibilityMacroDirective *MD = BP.Allocate<VisibilityMacroDirective>(); in AllocateVisibilityMacroDirective()
1738 MI->setArgumentList(&Arguments[0], Arguments.size(), BP); in ReadMacroDefinitionArgList()
1772 MI->setArgumentList(&Arguments[0], Arguments.size(), BP); in ReadMacroDefinitionArgList()
1788 MI->setArgumentList(&Arguments[0], Arguments.size(), BP); in ReadMacroDefinitionArgList()

1234