Searched refs:f_uimm8 (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | m32r-ibld.c | 653 errmsg = insert_normal (cd, fields->f_uimm8, 0, 0, 8, 8, 32, total_length, buffer); in m32r_cgen_insert_operand() 790 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 8, 32, total_length, pc, & fields->f_uimm8); in m32r_cgen_extract_operand() 903 value = fields->f_uimm8; in m32r_cgen_get_int_operand() 998 value = fields->f_uimm8; in m32r_cgen_get_vma_operand() 1099 fields->f_uimm8 = value; in m32r_cgen_set_int_operand() 1190 fields->f_uimm8 = value; in m32r_cgen_set_vma_operand()
|
D | xc16x-ibld.c | 728 errmsg = insert_normal (cd, fields->f_uimm8, 0, 0, 23, 8, 32, total_length, buffer); in xc16x_cgen_insert_operand() 948 …h = extract_normal (cd, ex_info, insn_value, 0, 0, 23, 8, 32, total_length, pc, & fields->f_uimm8); in xc16x_cgen_extract_operand() 1169 value = fields->f_uimm8; in xc16x_cgen_get_int_operand() 1372 value = fields->f_uimm8; in xc16x_cgen_get_vma_operand() 1576 fields->f_uimm8 = value; in xc16x_cgen_set_int_operand() 1770 fields->f_uimm8 = value; in xc16x_cgen_set_vma_operand()
|
D | m32r-opc.h | 112 long f_uimm8; member
|
D | xc16x-opc.h | 174 long f_uimm8; member
|
D | m32r-asm.c | 319 … cgen_parse_unsigned_integer (cd, strp, M32R_OPERAND_UIMM8, (unsigned long *) (& fields->f_uimm8)); in m32r_cgen_parse_operand()
|
D | xc16x-asm.c | 351 …cgen_parse_unsigned_integer (cd, strp, XC16X_OPERAND_UIMM8, (unsigned long *) (& fields->f_uimm8)); in xc16x_cgen_parse_operand()
|
D | m32r-dis.c | 270 print_unsigned_with_hash_prefix (cd, info, fields->f_uimm8, 0, pc, length); in m32r_cgen_print_operand()
|
D | xc16x-dis.c | 399 print_normal (cd, info, fields->f_uimm8, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length); in xc16x_cgen_print_operand()
|