HomeSort by relevance Sort by last modified time
    Searched defs:UnalignedLoad (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
machine-operator.cc 466 struct UnalignedLoad##Type##Operator final \
468 UnalignedLoad##Type##Operator() \
472 "UnalignedLoad", 2, 1, 1, 1, 1, 0, MachineType::Type()) {} \
491 UnalignedLoad##Type##Operator kUnalignedLoad##Type; \
    [all...]
raw-machine-assembler.h 142 Node* UnalignedLoad(MachineType rep, Node* base) {
143 return UnalignedLoad(rep, base, IntPtrConstant(0));
145 Node* UnalignedLoad(MachineType rep, Node* base, Node* index) {
149 return AddNode(machine()->UnalignedLoad(rep), base, index);
707 return UnalignedLoad(rep, PointerConstant(address), Int32Constant(offset));

Completed in 560 milliseconds