Lines Matching refs:operand
50 /// Form without size qualifier will adapt to operand size automatically, e.g.:
82 (operand "$"#reg_opnd, 4),
94 (operand "$"#disp_opnd, 8, (encoder disp_encoder))
100 /*REGISTER*/(operand "$"#reg_opnd, 3));
105 /*REGISTER*/(operand "$"#reg_opnd, 3));
110 /*REGISTER with D/A bit*/(operand "$"#reg_opnd, 4));
127 let Supplement = (operand "$"#opnd_name, 16,
133 /*REGISTER*/(operand "$"#opnd_name#".reg", 3));
136 let Supplement = (operand "$"#opnd_name#".disp", 16,
142 /*REGISTER*/(operand "$"#opnd_name#".reg", 3));
151 /*REGISTER*/(operand "$"#reg_opnd, 3));
161 !eq(size, 8) : (descend 0b00000000, (operand "$"#opnd_name, 8,
163 !eq(size, 16) : (operand "$"#opnd_name, 16,
165 !eq(size, 32) : (operand "$"#opnd_name, 32,
184 (operand "$"#opnd_name, 32, (encoder "encodeRelocImm<32>"),
187 (operand "$"#opnd_name, 16, (encoder "encodeRelocImm<16>"))
193 /*REGISTER*/(operand "$"#reg_opnd, 3));
198 /*REGISTER*/(operand "$"#reg_opnd, 3));
209 // M68k INSTRUCTION. Most instructions specify the location of an operand by
214 // require additional information to fully specify the operand. This additional