Lines Matching refs:print_normal
42 static void print_normal
237 print_normal (cd, info, fields->f_op_1bit, 0, pc, length); in xc16x_cgen_print_operand()
240 print_normal (cd, info, fields->f_op_bit1, 0, pc, length); in xc16x_cgen_print_operand()
243 print_normal (cd, info, fields->f_op_bit2, 0, pc, length); in xc16x_cgen_print_operand()
246 print_normal (cd, info, fields->f_op_bit4, 0, pc, length); in xc16x_cgen_print_operand()
249 print_normal (cd, info, fields->f_op_bit8, 0, pc, length); in xc16x_cgen_print_operand()
252 print_normal (cd, info, fields->f_op_onebit, 0, pc, length); in xc16x_cgen_print_operand()
261 print_normal (cd, info, fields->f_data8, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length); in xc16x_cgen_print_operand()
264 print_normal (cd, info, fields->f_datahi8, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length); in xc16x_cgen_print_operand()
291 print_normal (cd, info, fields->f_op_lbit2, 0, pc, length); in xc16x_cgen_print_operand()
294 print_normal (cd, info, fields->f_op_lbit4, 0, pc, length); in xc16x_cgen_print_operand()
297 print_normal (cd, info, fields->f_mask8, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length); in xc16x_cgen_print_operand()
300 print_normal (cd, info, fields->f_datahi8, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length); in xc16x_cgen_print_operand()
312 print_normal (cd, info, fields->f_pagenum, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length); in xc16x_cgen_print_operand()
345 …print_normal (cd, info, fields->f_rel8, 0|(1<<CGEN_OPERAND_SIGNED)|(1<<CGEN_OPERAND_RELOC)|(1<<CGE… in xc16x_cgen_print_operand()
348 …print_normal (cd, info, fields->f_relhi8, 0|(1<<CGEN_OPERAND_SIGNED)|(1<<CGEN_OPERAND_RELOC)|(1<<C… in xc16x_cgen_print_operand()
351 print_normal (cd, info, fields->f_seg8, 0, pc, length); in xc16x_cgen_print_operand()
354 print_normal (cd, info, fields->f_segnum8, 0, pc, length); in xc16x_cgen_print_operand()
384 print_normal (cd, info, fields->f_uimm16, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length); in xc16x_cgen_print_operand()
393 print_normal (cd, info, fields->f_uimm4, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length); in xc16x_cgen_print_operand()
396 …print_normal (cd, info, fields->f_uimm7, 0|(1<<CGEN_OPERAND_HASH_PREFIX)|(1<<CGEN_OPERAND_RELOC)|(… in xc16x_cgen_print_operand()
399 print_normal (cd, info, fields->f_uimm8, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length); in xc16x_cgen_print_operand()
408 …print_normal (cd, info, fields->f_offset16, 0|(1<<CGEN_OPERAND_SEG_PREFIX)|(1<<CGEN_OPERAND_RELOC)… in xc16x_cgen_print_operand()
411 print_normal (cd, info, fields->f_seg8, 0|(1<<CGEN_OPERAND_SEG_PREFIX), pc, length); in xc16x_cgen_print_operand()
414 …print_normal (cd, info, fields->f_offset16, 0|(1<<CGEN_OPERAND_SOF_PREFIX)|(1<<CGEN_OPERAND_RELOC)… in xc16x_cgen_print_operand()
444 print_normal (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, in print_normal() function