Searched refs:kMachUint64 (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64-unittest.cc | 25 StreamBuilder m(this, kMachUint64, kMachUint32); in TEST_F() 69 {kMachUint64, kX64Movq, kX64Movq},
|
/external/v8/test/cctest/compiler/ |
D | c-signature.h | 62 return kMachUint64;
|
D | call-tester.h | 79 static MachineType Representation() { return kMachUint64; }
|
D | test-run-machops.cc | 4151 m.StoreToPointer(&actual, kMachUint64, in TEST()
|
/external/v8/src/compiler/ |
D | machine-type.h | 52 kMachUint64 = kRepWord64 | kTypeUint64, enumerator
|
D | simplified-lowering.cc | 262 VisitBinop(node, kMachUint64, kMachUint64); in VisitUint64Binop() 268 void VisitUint64Cmp(Node* node) { VisitBinop(node, kMachUint64, kRepBit); } in VisitUint64Cmp()
|
D | machine-operator-unittest.cc | 48 kMachUint16, kMachInt32, kMachUint32, kMachInt64, kMachUint64,
|
D | instruction-selector-unittest.cc | 259 kMachUint32, kMachInt64, kMachUint64,
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64-unittest.cc | 204 kArm64Mov32, kMachUint64}, 913 {kMachUint64, kArm64Ldr, kArm64Str,
|