OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:branch
(Results
1451 - 1475
of
4746
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/clang/test/Analysis/inlining/
false-positive-suppression.c
49
// Although the report will be suppressed on one
branch
, it should still be
65
// Although the report will be suppressed on one
branch
, it should still be
295
// dominated by a
branch
whose condition we don't know!
/external/fec/
viterbi39_av.c
86
* But this avoids a conditional
branch
, and the writes will
135
/* Form
branch
metrics
145
/* Add
branch
metrics to path metrics */
viterbi615_av.c
86
* But this avoids a conditional
branch
, and the writes will
138
/* Form
branch
metrics
150
/* Add
branch
metrics to path metrics */
/external/libpcap/
gencode.h
250
struct stmt s; /*
branch
stmt */
252
u_int longjt; /* jt
branch
requires long jump */
253
u_int longjf; /* jf
branch
requires long jump */
/external/llvm/include/llvm/IR/
MDBuilder.h
57
/// \brief Return metadata containing two
branch
weights.
60
/// \brief Return metadata containing a number of
branch
weights.
63
/// Return metadata specifying that a
branch
or switch is unpredictable.
/external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h
177
/// block. The two blocks are joined by an unconditional
branch
and the loop
224
/// which ends in an unconditional
branch
. If the return instruction returns a
233
/// conditional
branch
(with value of Cmp being the condition).
/external/llvm/lib/Target/Lanai/
LanaiInstrFormats.td
286
// Conditional
Branch
(BR)
297
// The BR instruction is an absolute
branch
.
301
// The `DDDI' field selects the condition that causes the
branch
to be taken.
323
// If the
branch
is not taken, the BR instruction is a no-op. If the
branch
is
324
// taken, the processor starts executing instructions at the
branch
target
326
// the
branch
has one ?
branch
delay slot?. Be very careful if you find yourself
327
// wanting to put a
branch
in a
branch
delays slot
[
all
...]
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp
121
// Fix a bad compact
branch
encoding for beqc/bnec.
144
llvm_unreachable("Cannot rewrite unknown
branch
!");
265
/// getBranchTargetOpValue - Return binary encoding of the
branch
288
/// getBranchTargetOpValue1SImm16 - Return binary encoding of the
branch
311
/// getBranchTargetOpValueMMR6 - Return binary encoding of the
branch
335
/// getBranchTarget7OpValueMM - Return binary encoding of the microMIPS
branch
358
/// 10-bit
branch
target operand. If the machine operand requires relocation,
379
/// getBranchTargetOpValue - Return binary encoding of the microMIPS
branch
402
/// getBranchTarget21OpValue - Return binary encoding of the
branch
425
/// getBranchTarget21OpValueMM - Return binary encoding of the
branch
[
all
...]
/external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp
191
// The current implementation of long
branch
pass requires a scratch
192
// register ($at) to be available before
branch
instructions. Tail merging
193
// can break this requirement, so disable it when long
branch
pass is
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h
62
PPC970_BRU = 7 << PPC970_Shift //
Branch
Unit
166
//
Branch
analysis.
206
// If conversion by predication (only supported by some
branch
instructions).
/external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp
253
// indirect
branch
or used in a TokenFactor which is the operand of the
254
// indirect
branch
then build a new chain which uses the chain coming into
265
// will be taken. If no resource is ready we
branch
to the address which was
/external/llvm/test/CodeGen/Generic/
select.ll
40
; --
branch
on a constant condition
78
; Test
branch
-on-comparison-with-zero, in two ways:
123
; Test
branch
on floating point comparison
/external/proguard/docs/manual/
optimizations.html
125
<dd>Merges identical blocks of code by modifying
branch
targets.</dd>
140
<code><b>code/simplification/
branch
</b></code></dt>
141
<dd>Performs peephole optimizations for
branch
instructions.</dd>
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
FieldMaskTreeTest.java
45
// New
branch
.
51
// New
branch
.
57
// New
branch
from a non-root node.
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp
159
// into call instructions with a
branch
. This makes the exception blocks
193
// Insert a
branch
to the normal destination right before the
217
// Remove the uncond
branch
and add an unreachable.
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
select.ll
40
; --
branch
on a constant condition
78
; Test
branch
-on-comparison-with-zero, in two ways:
123
; Test
branch
on floating point comparison
/external/toolchain-utils/
buildbot_test_toolchains.py
48
IMAGE_VERSION_STR = r'{chrome_version}-{tip}\.{
branch
}\.{branch_branch}'
57
'
branch
': r'(?P<
branch
>\d+)',
/external/v8/src/compiler/
instruction-selector-impl.h
26
BasicBlock* default_branch; // default
branch
target
315
// The flags continuation is a way to combine a
branch
or a materialization
319
// instruction and the
branch
or set it should be combined with.
/external/v8/src/interpreter/
interpreter-intrinsics.cc
131
__
Branch
(condition, &return_true, &return_false);
162
__
Branch
(condition, &return_true, &return_false);
205
__
Branch
(__ TaggedIsSmi(arg), &if_smi, &if_not_smi);
/external/v8/src/wasm/
ast-decoder.h
242
decoder->error(pc, "
branch
table size overflow");
252
// A helper to iterate over a
branch
table.
262
decoder_->checked_read_u32v(pc_, 0, &length, "
branch
table entry");
/external/vixl/src/aarch32/
label-aarch32.h
326
// Make room for a
branch
over the pools.
345
// Lists of all unbound labels which are used by a
branch
instruction.
356
// Margin we have to take to ensure that 16 bit
branch
instructions will be
/external/webrtc/webrtc/common_audio/signal_processing/
filter_ar_fast_q12_armv7.S
59
beq ODD_A_LENGTH @
branch
if coefficients_length == 3
60
blt POST_LOOP_A_LENGTH @
branch
if coefficients_length == 2
119
beq EVEN_A_LENGTH @
branch
if coefficients_length == 2
/packages/apps/TV/usbtuner-res/values-fr/
strings.xml
35
<string name="ut_setup_new_description" msgid="2610122936163002137">"Vérifiez que le tuner USB est
branch
é et connecté à la source d\'un signal de télévision.\n\nSi vous utilisez une antenne Over The Air, ajustez sa position ou son orientation. Pour obtenir les meilleurs résultats, placez-la dans une position élevée et près d\'une fenêtre, puis relancez la recherche."</string>
42
<string name="ut_setup_again_description" msgid="7837706010887799255">"Cette opération permet de supprimer les chaînes détectées du tuner USB et d\'en rechercher de nouvelles.\n\nVérifiez que le tuner USB est
branch
é et connecté à la source d\'un signal de télévision.\n\nSi vous utilisez une antenne Over The Air, vous devrez peut-être ajuster sa position ou son orientation pour recevoir le plus de chaînes possible. Pour obtenir les meilleurs résultats, placez-la dans une position élevée et près d\'une fenêtre."</string>
78
<string name="ut_result_not_found_description" msgid="1080746285957681414">"La recherche n\'a détecté aucune chaîne. Vérifiez que le tuner USB est
branch
é et connecté à la source d\'un signal de télévision.\n\nSi vous utilisez une antenne Over The Air, ajustez sa position ou son orientation. Pour obtenir les meilleurs résultats, placez-la dans une position élevée et près d\'une fenêtre, puis relancez la recherche."</string>
/toolchain/binutils/binutils-2.25/
README.google
156
branch
users/ccoutant/two-level-line-150331.
164
branch
users/ccoutant/two-level-line-150331.
173
branch
users/ccoutant/two-level-line-150331.
/toolchain/binutils/binutils-2.25/gas/doc/
c-nios2.texi
39
on the extended
branch
range because of the length of the sequences.
44
Replace
branch
instructions not determinable to be in range
241
Replace all
branch
and call instructions with
Completed in 638 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>