Home
last modified time | relevance | path

Searched refs:SimulatorRuntimeFPCall (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc2026 using SimulatorRuntimeFPCall = double (*)(double darg0); typedef
2164 SimulatorRuntimeFPCall target = in SoftwareInterrupt()
2165 reinterpret_cast<SimulatorRuntimeFPCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.cc958 using SimulatorRuntimeFPCall = double (*)(double darg0); typedef
1068 SimulatorRuntimeFPCall target = in SoftwareInterrupt()
1069 reinterpret_cast<SimulatorRuntimeFPCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc1607 using SimulatorRuntimeFPCall = double (*)(double darg0); typedef
1756 SimulatorRuntimeFPCall target = in SoftwareInterrupt()
1757 reinterpret_cast<SimulatorRuntimeFPCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc460 using SimulatorRuntimeFPCall = double (*)(double arg1); typedef
817 SimulatorRuntimeFPCall target = in DoRuntimeCall()
818 reinterpret_cast<SimulatorRuntimeFPCall>(external); in DoRuntimeCall()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.cc2749 using SimulatorRuntimeFPCall = double (*)(double darg0); typedef
2862 SimulatorRuntimeFPCall target = in SoftwareInterrupt()
2863 reinterpret_cast<SimulatorRuntimeFPCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc2199 using SimulatorRuntimeFPCall = double (*)(double darg0); typedef
2357 SimulatorRuntimeFPCall target = in SoftwareInterrupt()
2358 reinterpret_cast<SimulatorRuntimeFPCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc2219 using SimulatorRuntimeFPCall = double (*)(double darg0); typedef
2359 SimulatorRuntimeFPCall target = in SoftwareInterrupt()
2360 reinterpret_cast<SimulatorRuntimeFPCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.cc1955 using SimulatorRuntimeFPCall = double (*)(double darg0); typedef
2070 SimulatorRuntimeFPCall target = in SoftwareInterrupt()
2071 reinterpret_cast<SimulatorRuntimeFPCall>(external); in SoftwareInterrupt()