Lines Matching defs:tilegx_operand
242 struct tilegx_operand struct
245 tilegx_operand_type type; argument
248 signed int default_reloc : 16;
251 unsigned int num_bits : 5;
254 unsigned int is_signed : 1;
257 unsigned int is_src_reg : 1;
260 unsigned int is_dest_reg : 1;
263 unsigned int is_pc_relative : 1;
266 unsigned int rightshift : 2;
269 tilegx_bundle_bits (*insert) (int op);
272 unsigned int (*extract) (tilegx_bundle_bits bundle);