Searched
full:chain (Results
301 -
325 of
2078) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
emit-rtl.h | 74 /* Specify a new insn as the first in the chain. */ 91 /* Specify a new insn as the last in the chain. */
|
insn-notes.def | 25 We are slowly removing the concept of insn-chain notes from the 34 the insn out of the chain. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
emit-rtl.h | 74 /* Specify a new insn as the first in the chain. */ 91 /* Specify a new insn as the last in the chain. */
|
insn-notes.def | 25 We are slowly removing the concept of insn-chain notes from the 34 the insn out of the chain. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
emit-rtl.h | 74 /* Specify a new insn as the first in the chain. */ 91 /* Specify a new insn as the last in the chain. */
|
insn-notes.def | 25 We are slowly removing the concept of insn-chain notes from the 34 the insn out of the chain. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
emit-rtl.h | 74 /* Specify a new insn as the first in the chain. */ 91 /* Specify a new insn as the last in the chain. */
|
insn-notes.def | 25 We are slowly removing the concept of insn-chain notes from the 34 the insn out of the chain. */
|
/dalvik/vm/compiler/codegen/ |
CompilerCodegen.h | 41 /* Perform translation chain operation. */
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S | 46 beq $chaintgt @ predicted chain is valid
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S | 42 beq a3, rIBASE, $chaintgt # branch if predicted chain is valid
|
/external/chromium/net/base/ |
ssl_info.h | 57 // The hashes of the SubjectPublicKeyInfos from each certificate in the chain.
|
x509_certificate_openssl_android.cc | 28 // Make sure the peer's own cert is the first in the chain, if it's not
|
/external/dropbear/libtomcrypt/src/modes/cbc/ |
cbc_start.c | 15 CBC implementation, start chain, Tom St Denis
|
/external/dropbear/libtomcrypt/src/modes/cfb/ |
cfb_start.c | 15 CFB implementation, start chain, Tom St Denis
|
/external/dropbear/libtomcrypt/src/modes/ofb/ |
ofb_start.c | 15 OFB implementation, start chain, Tom St Denis
|
/external/grub/docs/ |
menu.lst | 65 #chainloader /boot/chain.os2
|
/external/ipsec-tools/src/racoon/ |
sainfo.c | 122 LIST_FOREACH(s, &sitree, chain) { 204 LIST_INSERT_HEAD(&sitree, new, chain); 211 LIST_REMOVE(si, chain); 220 next = LIST_NEXT(s, chain);
|
/external/iptables/extensions/ |
libipt_SNAT.man | 5 chain. It specifies that the source address of the packet should be
|
libxt_MARK.man | 4 PREROUTING chain of the mangle table to affect routing.
|
/external/llvm/lib/Target/Hexagon/ |
HexagonSelectionDAGInfo.cpp | 30 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain,
|
HexagonSelectionDAGInfo.h | 30 SDValue Chain,
|
/external/llvm/lib/Target/Mips/ |
MipsSEISelLowering.h | 39 CallLoweringInfo &CLI, SDValue Callee, SDValue Chain) const;
|
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | 359 /// MoveBelowCallOrigChain - Replace the original chain operand of the call with 360 /// load's chain operand and move load below the call's chain operand. 364 SDValue Chain = OrigChain.getOperand(0); 365 if (Chain.getNode() == Load.getNode()) 368 assert(Chain.getOpcode() == ISD::TokenFactor && 369 "Unexpected chain operand"); 370 for (unsigned i = 0, e = Chain.getNumOperands(); i != e; ++i) 371 if (Chain.getOperand(i).getNode() == Load.getNode()) 374 Ops.push_back(Chain.getOperand(i)) [all...] |
/external/llvm/test/Transforms/BBVectorize/ |
no-ldstr-conn.ll | 2 ; RUN: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth=2 -instcombine -gvn -S | FileCheck %s
|
Completed in 359 milliseconds
<<11121314151617181920>>