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 not no_vreg 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))
961 waction("REL_"..mode, v+m, format("(unsigned int)(%s)", s))
964 waction("REL_"..mode, v+m, s, 1)
1073 waction("LABEL_"..mode, n, s, 1)
1101 waction("IMMV", 0, p)
1103 waction("REL_"..mode, v+0x8000, s, 1)
1106 waction("IMMV", 0, format("(unsigned int)(%s)", p))
1107 waction("IMMV", 0, format("(unsigned int)((unsigned long long)(%s)>>32)", p))
1128 waction("ALIGN", align-1, nil, 1) -- Action byte is 2**n-1.
1183 waction("SECTION", num)