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.cc1708 IfCondition true_high_cond = if_cond; in GenerateLongComparesAndJumps() local
1723 true_high_cond = kCondLT; in GenerateLongComparesAndJumps()
1729 true_high_cond = kCondGT; in GenerateLongComparesAndJumps()
1735 true_high_cond = kCondB; in GenerateLongComparesAndJumps()
1741 true_high_cond = kCondA; in GenerateLongComparesAndJumps()
1752 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
1756 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
1767 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
1771 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
1780 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
[all …]