Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddynasm.lua72 local function wline(line, needindent) function
81 wline(g_opt.comment..aline..g_opt.endcomment, true)
88 wline("#line "..g_lineno..' "'..g_fname..'"')
546 wline(function(out)
602 wline(format("#define DASM_SECTION_%s\t%d", upper(name), sn-1))
605 wline(format("#define DASM_MAXSECTION\t\t%d", #map_sections))
637 wflush = m_arch.passcb(wline, werror, wfatal, wwarn)
699 wline(format("#if DASM_VERSION != %d", _info.vernum))
701 wline("#endif")
837 wline(line, false)
[all …]
H A Ddasm_mips.lua38 local wline, werror, wfatal, wwarn
110 wline(format("dasm_put(Dst, %s);", concat(actargs, ", ")), true)
1023 wline(function(out) writeactions(out, name) end)
1030 wline(function(out) writeglobals(out, prefix) end)
1037 wline(function(out) writeglobalnames(out, name) end)
1044 wline(function(out) writeexternnames(out, name) end)
1115 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
1162 wline, werror, wfatal, wwarn = wl, we, wf, ww
H A Ddasm_arm.lua35 local wline, werror, wfatal, wwarn
107 wline(format("dasm_put(Dst, %s);", concat(actargs, ", ")), true)
955 wline(function(out) writeactions(out, name) end)
962 wline(function(out) writeglobals(out, prefix) end)
969 wline(function(out) writeglobalnames(out, name) end)
976 wline(function(out) writeexternnames(out, name) end)
1047 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
1094 wline, werror, wfatal, wwarn = wl, we, wf, ww
H A Ddasm_arm64.lua35 local wline, werror, wfatal, wwarn
109 wline(format("dasm_put(Dst, %s);", concat(actargs, ", ")), true)
1034 wline(function(out) writeactions(out, name) end)
1041 wline(function(out) writeglobals(out, prefix) end)
1048 wline(function(out) writeglobalnames(out, name) end)
1055 wline(function(out) writeexternnames(out, name) end)
1153 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
1200 wline, werror, wfatal, wwarn = wl, we, wf, ww
H A Ddasm_ppc.lua37 local wline, werror, wfatal, wwarn
109 wline(format("dasm_put(Dst, %s);", concat(actargs, ", ")), true)
1761 wline(function(out) writeactions(out, name) end)
1768 wline(function(out) writeglobals(out, prefix) end)
1775 wline(function(out) writeglobalnames(out, name) end)
1782 wline(function(out) writeexternnames(out, name) end)
1853 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
1900 wline, werror, wfatal, wwarn = wl, we, wf, ww
H A Ddasm_x86.lua36 local wline, werror, wfatal, wwarn
169 wline(format("dasm_%s(Dst, %s);", func, concat(args, ", ")), true)
2204 wline(function(out) writeactions(out, name) end)
2211 wline(function(out) writeglobals(out, prefix) end)
2218 wline(function(out) writeglobalnames(out, name) end)
2225 wline(function(out) writeexternnames(out, name) end)
2322 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
2371 wline, werror, wfatal, wwarn = wl, we, wf, ww

Completed in 41 milliseconds