Home
last modified time | relevance | path

Searched refs:wflush (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddynasm.lua94 local function wflush(term) function
510 wflush()
529 wflush()
540 wflush()
594 wflush()
636 wflush = m_arch.passcb(wline, werror, wfatal, wwarn)
797 wflush()
828 if g_opt.flushline then wflush() end
834 wflush()
901 wflush()
H A Ddasm_mips.lua106 local function wflush(term) function
784 if secpos+2 > maxsecpos then wflush() end
879 if secpos+1 > maxsecpos then wflush() end
895 if secpos+2 > maxsecpos then wflush() end
902 if secpos+1 > maxsecpos then wflush() end
966 wflush(true) -- SECTION is a terminal action.
990 return wflush
H A Ddasm_arm.lua104 local function wflush(term) function
930 if secpos+3 > maxsecpos then wflush() end
984 if secpos+1 > maxsecpos then wflush() end
1000 if secpos+2 > maxsecpos then wflush() end
1007 if secpos+1 > maxsecpos then wflush() end
1071 wflush(true) -- SECTION is a terminal action.
1095 return wflush
H A Ddasm_arm64.lua104 local function wflush(term) function
981 if secpos+3 > maxsecpos then wflush() end
1037 if secpos+1 > maxsecpos then wflush() end
1053 if secpos+2 > maxsecpos then wflush() end
1060 if secpos+1 > maxsecpos then wflush() end
1124 wflush(true) -- SECTION is a terminal action.
1148 return wflush
H A Ddasm_x86.lua186 local function wflush(term) function
1811 if secpos+6 > maxsecpos then wflush() end
2047 if secpos+2 > maxsecpos then wflush() end
2110 if secpos+2 > maxsecpos then wflush() end
2155 if secpos+2 > maxsecpos then wflush() end
2186 if secpos+1 > maxsecpos then wflush() end
2206 if secpos+1 > maxsecpos then wflush() end
2269 wflush(true) -- SECTION is a terminal action.
2294 return wflush
H A Ddasm_ppc.lua106 local function wflush(term) function
1658 if secpos+3 > maxsecpos then wflush() end
1790 if secpos+1 > maxsecpos then wflush() end
1806 if secpos+2 > maxsecpos then wflush() end
1813 if secpos+1 > maxsecpos then wflush() end
1877 wflush(true) -- SECTION is a terminal action.
1901 return wflush

Completed in 23 milliseconds