Home
last modified time | relevance | path

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

/external/v8/src/compiler/x64/
Dinstruction-selector-x64-unittest.cc25 StreamBuilder m(this, kMachUint64, kMachUint32); in TEST_F()
69 {kMachUint64, kX64Movq, kX64Movq},
/external/v8/test/cctest/compiler/
Dc-signature.h62 return kMachUint64;
Dcall-tester.h79 static MachineType Representation() { return kMachUint64; }
Dtest-run-machops.cc4151 m.StoreToPointer(&actual, kMachUint64, in TEST()
/external/v8/src/compiler/
Dmachine-type.h52 kMachUint64 = kRepWord64 | kTypeUint64, enumerator
Dsimplified-lowering.cc262 VisitBinop(node, kMachUint64, kMachUint64); in VisitUint64Binop()
268 void VisitUint64Cmp(Node* node) { VisitBinop(node, kMachUint64, kRepBit); } in VisitUint64Cmp()
Dmachine-operator-unittest.cc48 kMachUint16, kMachInt32, kMachUint32, kMachInt64, kMachUint64,
Dinstruction-selector-unittest.cc259 kMachUint32, kMachInt64, kMachUint64,
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc204 kArm64Mov32, kMachUint64},
913 {kMachUint64, kArm64Ldr, kArm64Str,