Searched refs:f_uimm7 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | xc16x-ibld.c | 732 …errmsg = insert_normal (cd, fields->f_uimm7, 0|(1<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_PCREL_ADDR), 0, … in xc16x_cgen_insert_operand() 952 …(1<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_PCREL_ADDR), 0, 15, 7, 32, total_length, pc, & fields->f_uimm7); in xc16x_cgen_extract_operand() 1173 value = fields->f_uimm7; in xc16x_cgen_get_int_operand() 1376 value = fields->f_uimm7; in xc16x_cgen_get_vma_operand() 1580 fields->f_uimm7 = value; in xc16x_cgen_set_int_operand() 1774 fields->f_uimm7 = value; in xc16x_cgen_set_vma_operand()
|
D | xc16x-opc.h | 173 long f_uimm7; member
|
D | xc16x-asm.c | 348 …cgen_parse_unsigned_integer (cd, strp, XC16X_OPERAND_UIMM7, (unsigned long *) (& fields->f_uimm7)); in xc16x_cgen_parse_operand()
|
D | xc16x-dis.c | 396 …print_normal (cd, info, fields->f_uimm7, 0|(1<<CGEN_OPERAND_HASH_PREFIX)|(1<<CGEN_OPERAND_RELOC)|(… in xc16x_cgen_print_operand()
|