Lines Matching refs:opname
414 local opname = name.."_"..#mparams
415 if map_op[opname] or map_op[name.."_*"] then
433 mac_list[#mac_list+1] = opname
435 map_op[opname] = function(params)
438 if mac_active[opname] then wfatal("recursive macro invocation") end
439 mac_active[opname] = true
464 mac_active[opname] = nil
478 for _,opname in ipairs(mac_list) do
479 local name = sub(opname, 1, -3)
480 local params, lines = map_op[opname]()
596 local opname = "."..name.."_0"
598 map_op[opname] or map_op["."..name.."_*"] then
603 map_op[opname] = function(params) g_arch.section(sn-1) end