HomeSort by relevance Sort by last modified time
    Searched full:spdiff (Results 1 - 5 of 5) sorted by null

  /external/v8/test/unittests/wasm/
control-transfer-unittest.cc 40 << ", spdiff = " << expected_.spdiff
46 if (input.pcdiff != expected_.pcdiff || input.spdiff != expected_.spdiff ||
49 << ", spdiff = " << input.spdiff
  /external/v8/src/wasm/
wasm-interpreter.cc 694 auto spdiff = static_cast<spdiff_t>(from.value_depth - value_depth); local
697 action = spdiff == 0 ? ControlTransfer::kPushVoid
701 (*map)[offset] = {pcdiff, spdiff, action};
710 auto spdiff = static_cast<spdiff_t>(from.value_depth - value_depth); local
712 (*map)[offset] = {pcdiff, spdiff, ControlTransfer::kNoAction};
    [all...]
wasm-interpreter.h 36 spdiff_t spdiff; // number of elements to pop off the stack. member in struct:v8::internal::wasm::ControlTransfer
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
PPCISelLowering.h 713 int SPDiff,
    [all...]

Completed in 215 milliseconds