Searched refs:xr (Results 1 – 3 of 3) sorted by relevance
28 EXCEPTION_RECORD *xr = xp->ExceptionRecord; in phpdbg_exception_handler_win32() local31 if(xr->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) { in phpdbg_exception_handler_win32()33 if (phpdbg_watchpoint_segfault_handler((void *)xr->ExceptionInformation[1]) == SUCCESS) { in phpdbg_exception_handler_win32()
1901 struct seg {int y, xl, xr, dy;}; member1907 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}1910 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}
488 SLJIT_S390X_RR(xr, 0x1700)2273 FAIL_IF(push_inst(compiler, xr(dst_r, tmp1))); in sljit_emit_op1()3547 WHEN2(op & SLJIT_32, xr, xgr))); in sljit_emit_op_flags()
Completed in 38 milliseconds