Lines Matching refs:waction
98 local function waction(action, val, a, num) function
108 if not term then waction("STOP") end -- Terminate action list.
116 if n <= 0x000fffff then waction("ESC") end
284 if shift then waction("VREG", shift, vreg) end
337 waction("IMM", (signed and 32768 or 0)+scale*1024+bits*32+shift, imm)
354 waction("IMM12", 0, imm)
386 waction("IMM13X", 0, format("(unsigned int)(%s)", imm))
390 waction("IMM13W", 0, imm)
405 waction("IMM6", 0, imm)
421 waction("IMML", scale, imm)
489 waction("IMML", scale, format(tp.ctypefmt, tailr))
560 waction("IMM", 32768+7*32+15+scale*1024, format(tp.ctypefmt, tailr))
954 waction("REL_"..mode, v+m, format("(unsigned int)(%s)", s))
957 waction("REL_"..mode, v+m, s, 1)
1066 waction("LABEL_"..mode, n, s, 1)
1094 waction("IMMV", 0, p)
1096 waction("REL_"..mode, v+0x8000, s, 1)
1099 waction("IMMV", 0, format("(unsigned int)(%s)", p))
1100 waction("IMMV", 0, format("(unsigned int)((unsigned long long)(%s)>>32)", p))
1121 waction("ALIGN", align-1, nil, 1) -- Action byte is 2**n-1.
1176 waction("SECTION", num)