Home | History | Annotate | Download | only in compiler

Lines Matching full:int64constant

170                                            node, jsgraph()->Int64Constant(val)),
272 return jsgraph()->Int64Constant(0xdeadbeefdeadbeef);
475 Node* WasmGraphBuilder::Int64Constant(int64_t value) {
476 return jsgraph()->Int64Constant(value);
999 return graph()->NewNode(op, input, jsgraph()->Int64Constant(0));
1164 if (match.Value() != masked) node = jsgraph()->Int64Constant(masked);
1167 jsgraph()->Int64Constant(kMask64));
1200 result = jsgraph()->Int64Constant(0);
1251 jsgraph()->Int64Constant(shiftCount));
1253 jsgraph()->Int64Constant(shiftCount));
1256 jsgraph()->Int64Constant(static_cast<uint64_t>(0xFF)
1260 jsgraph()->Int64Constant(static_cast<uint64_t>(0xFF) << i));
1342 jsgraph()->Int64Constant(0x7fffffffffffffff)),
1344 jsgraph()->Int64Constant(0x8000000000000000))));
2119 jsgraph()->Int64Constant(-1)),
2144 jsgraph()->Int64Constant(-1)));
2151 return d.Phi(MachineRepresentation::kWord64, jsgraph()->Int64Constant(0),
2366 jsgraph()->Int64Constant(64 - m.Value()));
2369 Binop(wasm::kExprI64Sub, jsgraph()->Int64Constant(64), right));