Searched refs:wline (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dynasm.lua | 72 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)) 636 wflush = m_arch.passcb(wline, werror, wfatal, wwarn) 698 wline(format("#if DASM_VERSION != %d", _info.vernum)) 700 wline("#endif") 836 wline(line, false) [all …]
|
H A D | dasm_mips.lua | 37 local wline, werror, wfatal, wwarn 109 wline(format("dasm_put(Dst, %s);", concat(actargs, ", ")), true) 850 wline(function(out) writeactions(out, name) end) 857 wline(function(out) writeglobals(out, prefix) end) 864 wline(function(out) writeglobalnames(out, name) end) 871 wline(function(out) writeexternnames(out, name) end) 942 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype)) 989 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_arm.lua | 35 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 D | dasm_arm64.lua | 35 local wline, werror, wfatal, wwarn 107 wline(format("dasm_put(Dst, %s);", concat(actargs, ", ")), true) 1008 wline(function(out) writeactions(out, name) end) 1015 wline(function(out) writeglobals(out, prefix) end) 1022 wline(function(out) writeglobalnames(out, name) end) 1029 wline(function(out) writeexternnames(out, name) end) 1100 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype)) 1147 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_ppc.lua | 37 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 D | dasm_x86.lua | 36 local wline, werror, wfatal, wwarn 169 wline(format("dasm_%s(Dst, %s);", func, concat(args, ", ")), true) 2126 wline(function(out) writeactions(out, name) end) 2133 wline(function(out) writeglobals(out, prefix) end) 2140 wline(function(out) writeglobalnames(out, name) end) 2147 wline(function(out) writeexternnames(out, name) end) 2244 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype)) 2293 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
Completed in 40 milliseconds