Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 21 of 21) sorted by relevance

/art/test/663-checker-select-generator/
Dinfo.txt7 false branch true branch
12 true branch
13 false branch
/art/runtime/interpreter/mterp/arm64ng/
Dcontrol_flow.S22 %def zcmp(compare="1", branch=""):
35 ${branch} 1f
85 % zcmp(compare="0", branch="cbz w2,")
91 % zcmp(compare="0", branch="tbz w2, #31,")
97 % zcmp(branch="b.gt")
103 % zcmp(branch="b.le")
109 % zcmp(compare="0", branch="tbnz w2, #31,")
115 % zcmp(compare="0", branch="cbnz w2,")
/art/runtime/interpreter/mterp/arm64/
Dcontrol_flow.S22 %def zcmp(compare="1", branch=""):
36 ${branch} MterpCommonTakenBranchNoFlags
87 % zcmp(compare="0", branch="cbz w2,")
93 % zcmp(compare="0", branch="tbz w2, #31,")
99 % zcmp(branch="b.gt")
105 % zcmp(branch="b.le")
111 % zcmp(compare="0", branch="tbnz w2, #31,")
117 % zcmp(compare="0", branch="cbnz w2,")
/art/test/702-LargeBranchOffset/
Dinfo.txt1 Simple test to check if large branch offset works correctly.
/art/test/800-smali/smali/
Db_22080519.smali9 # Have a branch to reach both the aget-object and something else.
Db_22411633_4.smali7 # Do not merge into the backward branch target.
Db_22411633_5.smali7 # Do not merge into the backward branch target.
Db_22411633_1.smali20 # Another branch forward.
Db_23502994.smali21 monitor-exit v2 # Unlock the else branch
/art/runtime/interpreter/mterp/arm/
Dcontrol_flow.S13 FETCH_S rINST, 1 @ rINST<- branch offset, in code units
32 FETCH_S rINST, 1 @ rINST<- branch offset, in code units
134 bl $func @ r0<- code-unit branch offset
/art/tools/checker/
DREADME124 Notice the CHECK-NEXT statement within the IF branch. When a CHECK-NEXT is encountered,
128 Statements inside branches can define new variables. If a new variable gets defined inside a branch
143 Notice that the variable MyID remained valid outside the branch where it was defined.
144 Furthermore, in this example, the definition of MyID depends on which branch gets selected at
/art/runtime/interpreter/mterp/x86_64ng/
Dcontrol_flow.S16 movswq 2(rPC), rINSTq # Get signed branch offset
/art/test/503-dead-instructions/smali/
DDeadInstructions.smali22 # Create a label and a branch to that label to trick the
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali167 # not replaced with the try entry from the live branch.
177 # Dead branch
182 # Live branch
186 # Merge block. Make complex so it does not get merged with the live branch.
/art/runtime/interpreter/mterp/x86_64/
Dcontrol_flow.S16 movswq 2(rPC), rINSTq # Get signed branch offset
/art/runtime/interpreter/mterp/x86/
Dcontrol_flow.S16 movswl 2(rPC), rINST # Get signed branch offset
/art/test/485-checker-dce-loop-update/smali/
DTestCase.smali197 if-nez v0, :loop_end # will always take the branch
275 if-nez v0, :loop_end # will always take the branch
/art/test/563-checker-fakestring/smali/
DTestCase.smali59 # Will throw NullPointerException if this branch is taken.
/art/test/626-checker-arm64-scratch-register/smali/
DMain2.smali260 # // "else" branch of the following condition generated by ART's
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1795 static bool AreEflagsSetFrom(HInstruction* cond, HInstruction* branch) { in AreEflagsSetFrom() argument
1800 cond->GetNext() == branch && in AreEflagsSetFrom()
Dcode_generator_x86.cc1704 static bool AreEflagsSetFrom(HInstruction* cond, HInstruction* branch) { in AreEflagsSetFrom() argument
1709 cond->GetNext() == branch && in AreEflagsSetFrom()