Searched defs:eq_constant (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-branch-combine.cc27 int32_t eq_constant = -1033; local
34 m.Return(m.Int32Constant(eq_constant));
40 int32_t expect = a == 0 ? eq_constant : ne_constant;
48 int32_t eq_constant = -1133; local
61 m.Return(m.Int32Constant(eq_constant));
67 int32_t expect = (k & 1) == 1 ? (a == 0 ? eq_constant : ne_constant)
68 : (a == 0 ? ne_constant : eq_constant);
78 int32_t eq_constant = -1433; local
85 m.Return(m.Int32Constant(eq_constant));
91 int32_t expect = a < 0 ? eq_constant
[all...]

Completed in 162 milliseconds