Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.cc959 using SimulatorRuntimeFPIntCall = double (*)(double darg0, intptr_t arg0); typedef
1075 SimulatorRuntimeFPIntCall target = in SoftwareInterrupt()
1076 reinterpret_cast<SimulatorRuntimeFPIntCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc2027 using SimulatorRuntimeFPIntCall = double (*)(double darg0, int32_t arg0); typedef
2171 SimulatorRuntimeFPIntCall target = in SoftwareInterrupt()
2172 reinterpret_cast<SimulatorRuntimeFPIntCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc1608 using SimulatorRuntimeFPIntCall = double (*)(double darg0, int32_t arg0); typedef
1766 SimulatorRuntimeFPIntCall target = in SoftwareInterrupt()
1767 reinterpret_cast<SimulatorRuntimeFPIntCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.cc2750 using SimulatorRuntimeFPIntCall = double (*)(double darg0, int32_t arg0); typedef
2869 SimulatorRuntimeFPIntCall target = in SoftwareInterrupt()
2870 reinterpret_cast<SimulatorRuntimeFPIntCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc461 using SimulatorRuntimeFPIntCall = double (*)(double arg1, int32_t arg2); typedef
847 SimulatorRuntimeFPIntCall target = in DoRuntimeCall()
848 reinterpret_cast<SimulatorRuntimeFPIntCall>(external); in DoRuntimeCall()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc2200 using SimulatorRuntimeFPIntCall = double (*)(double darg0, int32_t arg0); typedef
2364 SimulatorRuntimeFPIntCall target = in SoftwareInterrupt()
2365 reinterpret_cast<SimulatorRuntimeFPIntCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc2220 using SimulatorRuntimeFPIntCall = double (*)(double darg0, int32_t arg0); typedef
2366 SimulatorRuntimeFPIntCall target = in SoftwareInterrupt()
2367 reinterpret_cast<SimulatorRuntimeFPIntCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.cc1956 using SimulatorRuntimeFPIntCall = double (*)(double darg0, intptr_t arg0); typedef
2077 SimulatorRuntimeFPIntCall target = in SoftwareInterrupt()
2078 reinterpret_cast<SimulatorRuntimeFPIntCall>(external); in SoftwareInterrupt()