Home
last modified time | relevance | path

Searched defs:branch (Results 1 – 9 of 9) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc164 LIR* branch = NewLIR2(kX86Jcc8, 0, kX86CondEq); in GenMonitorEnter() local
181 LIR* branch = NewLIR2(kX86Jcc8, 0, kX86CondNe); in GenMonitorExit() local
Dfp_x86.cc260 LIR* branch = NULL; in GenCmpFP() local
289 LIR* branch = NULL; in GenFusedFPCmpBranch() local
Dint_x86.cc34 LIR* branch = OpCondBranch(c_code, tgt); in GenRegMemCheck() local
92 LIR* branch = NewLIR2(kX86Jcc8, 0 /* lir operand for Jcc offset */ , in OpCmpBranch() local
107 LIR* branch = NewLIR2(kX86Jcc8, 0 /* lir operand for Jcc offset */ , cc); in OpCmpImmBranch() local
229 LIR* branch = NewLIR2(kX86Jcc8, 0, is_min ? kX86CondG : kX86CondL); in GenInlinedMinMaxInt() local
Dutility_x86.cc109 LIR* branch = NewLIR2(kX86Jcc8, 0 /* offset to be patched */, in OpCondBranch() local
/art/compiler/dex/quick/
Dgen_common.cc48 LIR* branch = OpCondBranch(c_code, tgt); in GenCheck() local
56 LIR* branch; in GenImmedCheck() local
80 LIR* branch = OpCmpBranch(c_code, reg1, reg2, tgt); in GenRegRegCheck() local
841 LIR* branch = OpCmpImmBranch(kCondNe, TargetReg(kRet0), 0, NULL); in GenConstString() local
1767 LIR* branch = OpTestSuspend(NULL); in GenSuspendTest() local
/art/compiler/dex/quick/mips/
Dint_mips.cc53 LIR* branch = OpCmpImmBranch(kCondNe, rl_result.low_reg, 0, NULL); in GenCmpLong() local
66 LIR* branch; in OpCmpBranch() local
133 LIR* branch; in OpCmpImmBranch() local
/art/compiler/dex/quick/arm/
Dfp_arm.cc307 LIR *branch; in GenInlinedSqrt() local
Dutility_arm.cc214 LIR* branch = NewLIR2(kThumb2BCond, 0 /* offset to be patched */, in OpCondBranch() local
Dint_arm.cc313 LIR* branch; in OpCmpImmBranch() local