Lines Matching full:in
11 ## This program is distributed in the hope that it will be useful,
38 ## A2_add(RdV, in RsV, in RtV) {
43 ## that the code generated by the parser can expect in input. Some of
44 ## them are inputs ("in" prefix), while some others are outputs.
62 for tag in hex_common.tags:
64 if "A_PRIV" in hex_common.attribdict[tag]:
67 if "A_GUEST" in hex_common.attribdict[tag]:
69 ## Skip instructions that saturate in a ternary expression
70 if tag in {"S2_asr_r_r_sat", "S2_asl_r_r_sat"}:
73 if tag in {"S4_vrcrotate_acc", "S4_vrcrotate"}:
76 if tag in {"J2_trap0", "J2_trap1"}:
79 if tag in {"A7_croundd_ri", "A7_croundd_rr"}:
81 if tag in {
93 if tag in {"S2_interleave", "S2_deinterleave"}:
96 if tag in {
114 tag not in {
125 if "A_COF" in hex_common.attribdict[tag]:
141 for regtype, regid in regs:
143 prefix = "in " if reg.is_read() else ""
146 for immlett, bits, immshift in imms: