HomeSort by relevance Sort by last modified time
    Searched full:ne_constant (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/v8/test/cctest/compiler/
test-branch-combine.cc 28 int32_t ne_constant = 825118; local
36 m.Return(m.Int32Constant(ne_constant));
40 int32_t expect = a == 0 ? eq_constant : ne_constant;
49 int32_t ne_constant = 815118; local
63 m.Return(m.Int32Constant(ne_constant));
67 int32_t expect = (k & 1) == 1 ? (a == 0 ? eq_constant : ne_constant)
68 : (a == 0 ? ne_constant : eq_constant);
79 int32_t ne_constant = 845118; local
87 m.Return(m.Int32Constant(ne_constant));
91 int32_t expect = a < 0 ? eq_constant : ne_constant;
    [all...]

Completed in 887 milliseconds