Searched defs:branch (Results 1 – 9 of 9) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 164 LIR* branch = NewLIR2(kX86Jcc8, 0, kX86CondEq); in GenMonitorEnter() local 181 LIR* branch = NewLIR2(kX86Jcc8, 0, kX86CondNe); in GenMonitorExit() local
|
D | fp_x86.cc | 260 LIR* branch = NULL; in GenCmpFP() local 289 LIR* branch = NULL; in GenFusedFPCmpBranch() local
|
D | int_x86.cc | 34 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
|
D | utility_x86.cc | 109 LIR* branch = NewLIR2(kX86Jcc8, 0 /* offset to be patched */, in OpCondBranch() local
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 48 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/ |
D | int_mips.cc | 53 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/ |
D | fp_arm.cc | 307 LIR *branch; in GenInlinedSqrt() local
|
D | utility_arm.cc | 214 LIR* branch = NewLIR2(kThumb2BCond, 0 /* offset to be patched */, in OpCondBranch() local
|
D | int_arm.cc | 313 LIR* branch; in OpCmpImmBranch() local
|