Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 25 of 25) 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/runtime/interpreter/mterp/armng/
Dcontrol_flow.S13 FETCH_S rINST, 1 @ rINST<- branch offset, in code units
33 FETCH_S rINST, 1 @ rINST<- branch offset, in code units
134 bl $func @ r0<- code-unit branch offset
/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/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/tools/
DAndroid.bp69 // be different depending on branch, and it's always present anyway,
97 // be different depending on branch, and it's always present anyway,
/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/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/build/
DREADME.md43 For Google internal builds on the internal master-art branch, specify
122 2. Wait for a new build on branch `aosp-master-art`, target `aosp_art_module`.
/art/test/503-dead-instructions/smali/
DDeadInstructions.smali22 # Create a label and a branch to that label to trick the
/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/
Dload_store_elimination_test.cc1536 HInstruction* branch = new (GetAllocator()) HIf(param); in TEST_F() local
1538 start->AddInstruction(branch); in TEST_F()
1631 HInstruction* branch = new (GetAllocator()) HIf(param); in TEST_F() local
1633 start->AddInstruction(branch); in TEST_F()
Dcode_generator_x86_64.cc1868 static bool AreEflagsSetFrom(HInstruction* cond, HInstruction* branch) { in AreEflagsSetFrom() argument
1873 cond->GetNext() == branch && in AreEflagsSetFrom()
Dcode_generator_x86.cc1870 static bool AreEflagsSetFrom(HInstruction* cond, HInstruction* branch) { in AreEflagsSetFrom() argument
1875 cond->GetNext() == branch && in AreEflagsSetFrom()