/prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/ |
ssa.go | 811 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 824 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[1].Block()}) 828 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 851 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[1].Block()}) 855 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 859 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 862 s.Branches = append(s.Branches, gc.Branch{P: q, B: b.Succs[1].Block()}) 865 b.Fatalf("branch not implemented: %s. Control: %s", b.LongString(), b.Control.LongString())
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/x86/ |
ssa.go | 840 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 853 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[1].Block()}) 857 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 888 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[1].Block()}) 892 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 896 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 899 s.Branches = append(s.Branches, gc.Branch{P: q, B: b.Succs[1].Block()}) 916 b.Fatalf("branch not implemented: %s. Control: %s", b.LongString(), b.Control.LongString())
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
a.out.go | 247 BRANCH 285 // TODO(aram): only one branch class should be enough
|
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
scan-build.1 | 201 .It core.uninitialized.Branch 202 Check for uninitialized values used as branch conditions.
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
scan-build.1 | 201 .It core.uninitialized.Branch 202 Check for uninitialized values used as branch conditions.
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/ |
pat_trie_.hpp | 92 * @ingroup branch-detail 177 /// Branch bag, for split-join.
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/ |
pat_trie_.hpp | 92 * @ingroup branch-detail 177 /// Branch bag, for split-join.
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/ |
pat_trie_.hpp | 92 * @ingroup branch-detail 177 /// Branch bag, for split-join.
|
/toolchain/binutils/binutils-2.25/cpu/ |
epiphany.cpu | 150 (df f-simm8 "branch displacement" (PCREL-ADDR RELOC) 15 8 INT 154 (df f-simm24 "branch displacement" (PCREL-ADDR RELOC) 31 24 INT 290 BRANCH ;; 1000 316 ; cond branch: bits 7..4 318 (define-normal-insn-enum insn-cond "branch conditions" () OPC_ f-condcode 915 ; Branch displacements 918 (comment "branch address pc-relative") 926 (comment "branch address pc-relative") [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-i860.c | 73 /* Indicates error if a pseudo operation was expanded after a branch. */ 397 /* Warn if an opcode is expanded after a delayed branch. */ 399 as_warn (_("Expanded opcode after delayed branch: `%s'"), str); 421 /* Check for expanded opcode after branch or in dual mode. */ 774 /* 26-bit immediate, relative branch (lbroff). */ 780 /* 16-bit split immediate, relative branch (sbroff). */ [all...] |
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-nds32.texi | 58 Back-to-back branch optimization. 232 Branch to label depending on how it is assembled, it is translated into
|
c-s390.texi | 171 @item b @tab branch instruction, for example @samp{bc} for branch on condition 543 These are the short forms of the branch instructions, where the condition 545 branch instructions, the compare and branch instructions, and the 548 For the branch instructions there are 20 condition code strings that can 562 In the mnemonic for a branch instruction the condition code string <m> 590 For the compare and branch, and compare and trap instructions there 624 In the mnemonic for a compare and branch and compare and trap instruction 732 The :tls_gdcall marker is used to flag the branch-and-save instruction t [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
m68hc11.exp | 114 "Operand out of range for a relative branch" 139 "Operand out of range for a relative branch"
|
/toolchain/binutils/binutils-2.25/opcodes/ |
i860-dis.c | 72 /* Print a PC-relative branch offset. VAL is the sign extended value 73 from the branch instruction. */
|
/tools/repohooks/ |
README.md | 88 branch. This is typically latest commit in the remote-tracking branch.
|
/external/llvm/lib/CodeGen/ |
CodeGenPrepare.cpp | 80 "disable-cgp-branch-opts", cl::Hidden, cl::init(false), 81 cl::desc("Disable branch optimizations in CodeGenPrepare")); 89 cl::desc("Disable select to branch conversion.")); 249 // unconditional branch. 257 // If there is a mask, compare against zero, and branch that can be combined 258 // into a single target instruction, push the mask and compare into branch 368 /// unconditional branch. Passes before isel (e.g. LSR/loopsimplify) often split 386 // If this block doesn't end with an uncond branch, ignore it. 391 // If the instruction before the branch (skipping debug info) isn't a phi 428 /// unconditional branch between them, and BB contains no other non-ph [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64InstrInfo.cpp | 69 llvm_unreachable("Unknown branch instruction?"); 95 // Branch analysis. 124 return true; // Can't handle indirect branch. 132 // branches, delete all but the first unconditional branch. 139 // Return now the only terminator is an unconditional branch. 170 // ...likewise if it ends with an indirect branch followed by an unconditional 171 // branch. 190 // Folded compare-and-branch 193 llvm_unreachable("Unknown conditional branch!"); 233 // Remove the branch [all...] |
/external/icu/icu4c/source/common/ |
ucnvscsu.c | 275 * the other branch. 277 * Each branch has two conventional loops: 621 * the other branch. 623 * Each branch has two conventional loops: [all...] |
/external/llvm/lib/Target/Mips/AsmParser/ |
MipsAsmParser.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
InductiveRangeCheckElimination.cpp | 89 /// An inductive range check is conditional branch in a loop with 91 /// 1. a very cold successor (i.e. the branch jumps to that successor very 180 /// This is the value the condition of the branch needs to evaluate to for the 181 /// branch to take the hot successor (see (1) above). 531 // whether to branch to the "true" exit or to `PseudoExit'. 537 // preheader because it is made to branch to the loop header only 642 FailureReason = "latch terminator not conditional branch"; 658 FailureReason = "latch terminator branch not conditional on integral icmp"; 838 // addition that feeds into the icmp for the latch's terminating branch is nuw [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
coff-ppc.c | 226 /* 26-bit address, shifted left 2 (branch absolute) */ 235 /* 26-bit PC-relative offset, shifted left 2 (branch relative) */ 280 /* Fix branch prediction bit to predict branch taken. */ 283 /* Fix branch prediction bit to predict branch not taken. */ 326 ADDR[24|14] : fields that hold addresses in branch and cond 398 /* IMAGE_REL_PPC_ADDR24 0x0003 26-bit address, shifted left 2 (branch absolute) */ 452 /* 26-bit PC-relative offset, shifted left 2 (branch relative) */ [all...] |
/toolchain/binutils/binutils-2.25/opcodes/po/ |
nl.po | 19 # misschien 'branch' vertalen (vertakking? aftakking?) 22 msgid "branch operand unaligned" 23 msgstr "branch-operand niet uitgelijnd" 112 msgid "branch address not on 4 byte boundary" 113 msgstr "branch-adres niet op 4-byte grens" [all...] |
/external/autotest/server/hosts/ |
adb_host.py | 89 BUILD_REGEX = ('(?P<BRANCH>([^/]+))/(?P<BUILD_TARGET>([^/]+))-' 92 # url: http://$devserver:8080/static/branch/target/build_id [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILCFGStructurizer.cpp | 233 //land block, branch cond on this reg. 484 // Remove unconditional branch instr. [all...] |
/external/swiftshader/third_party/LLVM/docs/tutorial/ |
OCamlLangImpl5.html | 285 <p>Once the then/else blocks are finished executing, they both branch back to the 356 (* Grab the first block so that we might later add the conditional branch 370 block), which we'll need to build a conditional branch later. We do this by 387 * other is used for the conditional branch. *) 444 (* Return to the start block to add the conditional branch. *) 450 <p>Once the blocks are created, we can emit the conditional branch that chooses 457 (* Set a unconditional branch at the end of the 'then' block and the 469 <p>To finish off the blocks, we create an unconditional branch 473 instruction</a> such as return or branch. This means that all control flow, 707 create an unconditional branch for the fall-through between the two blocks.</p [all...] |