Lines Matching refs:waction
96 local function waction(action, val, a, num) function
106 if not term then waction("STOP") end -- Terminate action list.
114 if n <= 0x000fffff then waction("ESC") end
617 waction("IMM", (signed and 32768 or 0)+scale*1024+bits*32+shift, imm)
632 waction("IMM12", 0, imm)
645 waction("IMM16", 32*16, imm)
667 waction(ext and "IMML8" or "IMML12", 32768 + shl(ext and 8 or 12, 5), imm)
733 waction("REL_"..mode, n + (ext and 0x1800 or 0x0800), s, 1)
740 waction(ext and "IMML8" or "IMML12", 32768 + 32*(ext and 8 or 12),
804 waction("IMMV8", 32768 + 32*8, imm)
811 waction("REL_"..mode, n + 0x2800, s, 1)
818 waction("IMMV8", 32768 + 32*8, format(tp.ctypefmt, tailr))
867 waction("REL_"..mode, n, s, 1)
874 waction("REL_"..mode, n, s, 1)
987 waction("LABEL_"..mode, n, s, 1)
1015 waction("ALIGN", align-1, nil, 1) -- Action byte is 2**n-1.
1070 waction("SECTION", num)