Home
last modified time | relevance | path

Searched refs:PC_sig (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmSignalHandlers.cpp375 # define PC_sig(p) RIP_sig(p) macro
379 # define PC_sig(p) EIP_sig(p) macro
386 # define PC_sig(p) R15_sig(p) macro
388 # define PC_sig(p) EPC_sig(p) macro
393 # define PC_sig(p) EPC_sig(p) macro
399 # define PC_sig(p) R32_sig(p) macro
403 # define PC_sig(p) EPC_sig(p) macro
410 # ifdef PC_sig in SetContextPC()
411 *reinterpret_cast<uint8_t**>(&PC_sig(context)) = pc; in SetContextPC()
418 # ifdef PC_sig in ContextToPC()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmSignalHandlers.cpp148 # define PC_sig(p) ((p)->uc_mcontext.mc_gregs[MC_PC]) macro
349 # define PC_sig(p) RIP_sig(p) macro
353 # define PC_sig(p) EIP_sig(p) macro
360 # define PC_sig(p) R15_sig(p) macro
362 # define PC_sig(p) EPC_sig(p) macro
367 # define PC_sig(p) EPC_sig(p) macro
373 # define PC_sig(p) R32_sig(p) macro
379 #ifdef PC_sig in SetContextPC()
380 *reinterpret_cast<uint8_t**>(&PC_sig(context)) = pc; in SetContextPC()
387 #ifdef PC_sig in ContextToPC()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmSignalHandlers.cpp148 # define PC_sig(p) ((p)->uc_mcontext.mc_gregs[MC_PC]) macro
349 # define PC_sig(p) RIP_sig(p) macro
353 # define PC_sig(p) EIP_sig(p) macro
360 # define PC_sig(p) R15_sig(p) macro
362 # define PC_sig(p) EPC_sig(p) macro
367 # define PC_sig(p) EPC_sig(p) macro
373 # define PC_sig(p) R32_sig(p) macro
379 #ifdef PC_sig in SetContextPC()
380 *reinterpret_cast<uint8_t**>(&PC_sig(context)) = pc; in SetContextPC()
387 #ifdef PC_sig in ContextToPC()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmSignalHandlers.cpp149 # define PC_sig(p) ((p)->uc_mcontext.mc_gregs[MC_PC]) macro
362 # define PC_sig(p) RIP_sig(p) macro
366 # define PC_sig(p) EIP_sig(p) macro
373 # define PC_sig(p) R15_sig(p) macro
375 # define PC_sig(p) EPC_sig(p) macro
380 # define PC_sig(p) EPC_sig(p) macro
386 # define PC_sig(p) R32_sig(p) macro
392 #ifdef PC_sig in SetContextPC()
393 *reinterpret_cast<uint8_t**>(&PC_sig(context)) = pc; in SetContextPC()
400 #ifdef PC_sig in ContextToPC()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/accel/tcg/
H A Duser-exec.c238 #define PC_sig(context) _UC_MACHINE_PC(context) macro
243 #define PC_sig(context) ((context)->sc_rip) macro
250 #define PC_sig(context) (*((unsigned long *)&(context)->uc_mcontext.mc_rip)) macro
255 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP]) macro
274 pc = PC_sig(uc); in cpu_signal_handler()
/dports/emulators/qemu42/qemu-4.2.1/accel/tcg/
H A Duser-exec.c281 #define PC_sig(context) _UC_MACHINE_PC(context) macro
286 #define PC_sig(context) ((context)->sc_rip) macro
293 #define PC_sig(context) (*((unsigned long *)&(context)->uc_mcontext.mc_rip)) macro
298 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP]) macro
317 pc = PC_sig(uc); in cpu_signal_handler()
/dports/emulators/qemu-utils/qemu-4.2.1/accel/tcg/
H A Duser-exec.c281 #define PC_sig(context) _UC_MACHINE_PC(context) macro
286 #define PC_sig(context) ((context)->sc_rip) macro
293 #define PC_sig(context) (*((unsigned long *)&(context)->uc_mcontext.mc_rip)) macro
298 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP]) macro
317 pc = PC_sig(uc); in cpu_signal_handler()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/accel/tcg/
H A Duser-exec.c283 #define PC_sig(context) _UC_MACHINE_PC(context) macro
288 #define PC_sig(context) ((context)->sc_rip) macro
295 #define PC_sig(context) (*((unsigned long *)&(context)->uc_mcontext.mc_rip)) macro
300 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP]) macro
319 pc = PC_sig(uc); in cpu_signal_handler()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/accel/tcg/
H A Duser-exec.c283 #define PC_sig(context) _UC_MACHINE_PC(context) macro
288 #define PC_sig(context) ((context)->sc_rip) macro
295 #define PC_sig(context) (*((unsigned long *)&(context)->uc_mcontext.mc_rip)) macro
300 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP]) macro
319 pc = PC_sig(uc); in cpu_signal_handler()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmSignalHandlers.cpp183 #define PC_sig(p) ((p)->uc_mcontext.mc_gregs[MC_PC]) macro
430 #define PC_sig(p) RIP_sig(p) macro
434 #define PC_sig(p) EIP_sig(p) macro
441 #define PC_sig(p) R15_sig(p) macro
443 #define PC_sig(p) EPC_sig(p) macro
448 #define PC_sig(p) EPC_sig(p) macro
454 #define PC_sig(p) R32_sig(p) macro
459 #if defined(PC_sig) && defined(FP_sig) && defined(SP_sig)
465 return reinterpret_cast<uint8_t**>(&PC_sig(context)); in ContextToPC()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/
H A Dcpu-exec.c867 #define PC_sig(context) _UC_MACHINE_PC(context) macro
872 #define PC_sig(context) ((context)->sc_rip) macro
879 #define PC_sig(context) (*((unsigned long*)&(context)->uc_mcontext.mc_rip)) macro
884 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP]) macro
903 pc = PC_sig(uc); in cpu_signal_handler()
/dports/emulators/qemu5/qemu-5.2.0/accel/tcg/
H A Duser-exec.c308 #define PC_sig(context) _UC_MACHINE_PC(context) macro
313 #define PC_sig(context) ((context)->sc_rip) macro
320 #define PC_sig(context) (*((unsigned long *)&(context)->uc_mcontext.mc_rip)) macro
325 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP]) macro
344 pc = PC_sig(uc); in cpu_signal_handler()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/accel/tcg/
H A Duser-exec.c320 #define PC_sig(context) _UC_MACHINE_PC(context) macro
327 #define PC_sig(context) ((context)->sc_rip) macro
336 #define PC_sig(context) (*((unsigned long *)&(context)->uc_mcontext.mc_rip)) macro
342 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP]) macro
362 pc = PC_sig(uc); in cpu_signal_handler()
/dports/emulators/qemu60/qemu-6.0.0/accel/tcg/
H A Duser-exec.c312 #define PC_sig(context) _UC_MACHINE_PC(context) macro
317 #define PC_sig(context) ((context)->sc_rip) macro
324 #define PC_sig(context) (*((unsigned long *)&(context)->uc_mcontext.mc_rip)) macro
329 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP]) macro
348 pc = PC_sig(uc); in cpu_signal_handler()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmSignalHandlers.cpp377 # define PC_sig(p) RIP_sig(p) macro
379 # define PC_sig(p) EIP_sig(p) macro
381 # define PC_sig(p) R15_sig(p) macro
383 # define PC_sig(p) EPC_sig(p) macro
385 # define PC_sig(p) EPC_sig(p) macro
394 return reinterpret_cast<uint8_t**>(&PC_sig(context)); in ContextToPC()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/asmjs/
H A DAsmJSSignalHandlers.cpp345 # define PC_sig(p) RIP_sig(p) macro
347 # define PC_sig(p) EIP_sig(p) macro
349 # define PC_sig(p) R15_sig(p) macro
351 # define PC_sig(p) EPC_sig(p) macro
360 return reinterpret_cast<uint8_t**>(&PC_sig(context)); in ContextToPC()