HomeSort by relevance Sort by last modified time
    Searched refs:UnalignedStore (Results 1 - 7 of 7) sorted by null

  /external/v8/src/compiler/
raw-machine-assembler.h 152 Node* UnalignedStore(MachineRepresentation rep, Node* base, Node* value) {
153 return UnalignedStore(rep, base, IntPtrConstant(0), value);
155 Node* UnalignedStore(MachineRepresentation rep, Node* base, Node* index,
164 machine()->UnalignedStore(UnalignedStoreRepresentation(rep)), base,
711 return UnalignedStore(rep, PointerConstant(address), node);
simd-scalar-lowering.cc 322 store_op = machine()->UnalignedStore(MachineRepresentation::kWord32);
324 store_op = machine()->UnalignedStore(MachineRepresentation::kFloat32);
machine-operator.cc     [all...]
machine-operator.h 79 // An UnalignedStore needs a MachineType.
596 const Operator* UnalignedStore(UnalignedStoreRepresentation rep);
opcodes.h 541 V(UnalignedStore) \
int64-lowering.cc 219 store_op = machine()->UnalignedStore(MachineRepresentation::kWord32);
    [all...]
wasm-compiler.cc     [all...]

Completed in 517 milliseconds