Lines Matching defs:tilegx_operand
244 struct tilegx_operand struct
247 tilegx_operand_type type; argument
250 signed int default_reloc : 16;
253 unsigned int num_bits : 5;
256 unsigned int is_signed : 1;
259 unsigned int is_src_reg : 1;
262 unsigned int is_dest_reg : 1;
265 unsigned int is_pc_relative : 1;
268 unsigned int rightshift : 2;
271 tilegx_bundle_bits (*insert) (int op);
274 unsigned int (*extract) (tilegx_bundle_bits bundle);