Home
last modified time | relevance | path

Searched refs:true_high_cond (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.cc1542 IfCondition true_high_cond = if_cond; in GenerateLongComparesAndJumps() local
1557 true_high_cond = kCondLT; in GenerateLongComparesAndJumps()
1563 true_high_cond = kCondGT; in GenerateLongComparesAndJumps()
1569 true_high_cond = kCondB; in GenerateLongComparesAndJumps()
1575 true_high_cond = kCondA; in GenerateLongComparesAndJumps()
1586 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
1590 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
1601 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
1605 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
1614 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
[all …]