Home | History | Annotate | Download | only in x86

Lines Matching refs:branch

99   LIR* branch = NewLIR2(kX86Jcc8, 0 /* lir operand for Jcc offset */ ,
101 branch->target = target;
102 return branch;
118 LIR* branch = NewLIR2(kX86Jcc8, 0 /* lir operand for Jcc offset */ , cc);
119 branch->target = target;
120 return branch;
395 // Do special compare/branch against simple const operand
1145 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch,
1147 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch),
1183 LIR* branch = OpCondBranch(kCondUge, nullptr);
1184 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch,
1193 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch,
1195 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch),
1220 LIR* branch = OpCondBranch(kCondLs, nullptr);
1221 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch,
1225 // Test suspend flag, return target of taken suspend branch
1235 // Decrement register and branch on condition