Lines Matching full:elseif

158 	elseif bit.band(free,0x100) ~= 0 then reg = 8
159 elseif bit.band(free,0x200) ~= 0 then reg = 9
208 elseif src.reg then
210 elseif src.spill then
213 elseif src.const then
219 elseif type(src.const) == 'table' and src.const.__dissector then
222 elseif vtype and ffi.sizeof(vtype) == 8 then
283 elseif type(blank) == 'boolean' then
306 elseif type(V[a].const) == 'table' and V[a].const.__base > 0 then
312 elseif type(V[a].const) == 'number' and w < 8 then
397 elseif cdef.isptr(V[a].type) then
400 elseif #b <= 4 then
422 elseif op == 'JNE' and tonumber(b) == 0 and V[a].source then
495 elseif w == 8 then
568 elseif V[src].source:find('ptr_to_ctx', 1, true) then
571 elseif V[src].source:find('ptr_to_skb', 1, true) then
574 elseif V[src].source:find('ptr_to_map_value', 1, true) then
577 elseif V[src].source:find('ptr_to_probe', 1, true) then
603 elseif V[a+2] and V[a+2].const then -- var OP imm
605 elseif nargs <= 2 then -- var OP var
611 elseif type(func) == 'table' and func.__dissector then
623 elseif builtins_strict[func] and builtin then
653 elseif V[key].reg and pod_type then
662 elseif V[key].spill then
665 elseif key_base.__base then
721 elseif V[src].reg and pod_type then
730 elseif V[src].spill then
745 elseif base.__base then
780 elseif tonumber(c) ~= nil then
856 elseif vinfo.__dissector then
872 elseif vinfo.__base then
882 elseif vinfo and vinfo and V[a].const then
893 elseif vinfo.__dissector then
914 elseif vinfo.__base then
933 elseif vinfo and V[d].const and V[a].const then
959 elseif base.__base then
969 elseif V[a].const then
982 elseif V[b].source and V[b].source:find('ptr_to_') then
986 elseif cdef.isptr(V[b].type) and d == 0 then
1002 elseif V[b].source and V[b].source:find('ptr_to_') then
1006 elseif type(V[d].const) == 'number' then
1044 elseif V[b].source and V[b].source:find('ptr_to_') then
1160 elseif c == code.bc_pc + 1 then -- luacheck: ignore 542
1416 elseif k == 'reader' then
1572 elseif type(sock) == 'number' then
1574 elseif ffi.istype(S.t.fd, sock) then -- luacheck: ignore