Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddynasm.lua94 local function wflush(term) function
510 wflush()
529 wflush()
540 wflush()
594 wflush()
637 wflush = m_arch.passcb(wline, werror, wfatal, wwarn)
798 wflush()
829 if g_opt.flushline then wflush() end
835 wflush()
902 wflush()
H A Ddasm_mips.lua107 local function wflush(term) function
955 if secpos+2 > maxsecpos then wflush() end
1052 if secpos+1 > maxsecpos then wflush() end
1068 if secpos+2 > maxsecpos then wflush() end
1075 if secpos+1 > maxsecpos then wflush() end
1139 wflush(true) -- SECTION is a terminal action.
1163 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.lua106 local function wflush(term) function
1005 if secpos+4 > maxsecpos then wflush() end
1063 if secpos+1 > maxsecpos then wflush() end
1103 if secpos+2 > maxsecpos then wflush() end
1113 if secpos+1 > maxsecpos then wflush() end
1177 wflush(true) -- SECTION is a terminal action.
1201 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
H A Ddasm_x86.lua186 local function wflush(term) function
1889 if secpos+6 > maxsecpos then wflush() end
2125 if secpos+2 > maxsecpos then wflush() end
2182 if secpos+2 > maxsecpos then wflush() end
2231 if secpos+2 > maxsecpos then wflush() end
2262 if secpos+1 > maxsecpos then wflush() end
2282 if secpos+1 > maxsecpos then wflush() end
2345 wflush(true) -- SECTION is a terminal action.
2370 return wflush

Completed in 29 milliseconds