OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:branchover
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.cpp
334
ArmLIR *
branchOver
= genCmpImmBranch(cUnit, kArmCondNe, r0, 0);
344
branchOver
->generic.target = (LIR *) target;
/dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp
34
ArmLIR *
branchOver
= genCmpImmBranch(cUnit, kArmCondEq, valReg, 0);
42
branchOver
->generic.target = (LIR *)target;
591
ArmLIR *
branchOver
= genCmpImmBranch(cUnit, kArmCondEq, r0, 0);
618
branchOver
->generic.target = (LIR *) target;
[
all
...]
/dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp
34
MipsLIR *
branchOver
= opCompareBranch(cUnit, kMipsBeq, valReg, r_ZERO);
42
branchOver
->generic.target = (LIR *)target;
653
MipsLIR *
branchOver
= opCompareBranch(cUnit, kMipsBeqz, r_A0, -1);
679
branchOver
->generic.target = (LIR *) target;
[
all
...]
/art/compiler/dex/quick/
gen_common.cc
1000
LIR*
branchover
= NULL;
local
[
all
...]
Completed in 81 milliseconds