Searched refs:StoreToPointer (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 2859 m.StoreToPointer(&output, kMachFloat64, t1); in TEST() 2879 m.StoreToPointer(&output, kMachFloat64, t1); in TEST() 2917 m.StoreToPointer(&output, kMachFloat64, in TEST() 2939 m.StoreToPointer(&output, kMachFloat64, in TEST() 2969 m.StoreToPointer(&output, kMachFloat64, m.Float64Sub(a, m.Float64Mul(b, c))); in TEST() 2997 m.StoreToPointer(&output, kMachFloat64, t1); in TEST() 3012 m.StoreToPointer(&output, kMachFloat64, t1); in TEST() 3758 m.StoreToPointer(&input, kRepresentation, ap1); in LoadStoreTruncation() 3886 m.StoreToPointer(&outputs[i], kMachInt32, accs[i]); in TEST() 3912 m.StoreToPointer(&outputs[i], kMachInt32, accs[i]); in TEST() [all …]
|
D | codegen-tester.h | 41 void StoreToPointer(void* address, MachineType rep, Node* node) { in StoreToPointer() function
|