Home
last modified time | relevance | path

Searched refs:f_uimm8 (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dm32r-ibld.c653 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()
Dxc16x-ibld.c728 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()
Dm32r-opc.h112 long f_uimm8; member
Dxc16x-opc.h174 long f_uimm8; member
Dm32r-asm.c319 … cgen_parse_unsigned_integer (cd, strp, M32R_OPERAND_UIMM8, (unsigned long *) (& fields->f_uimm8)); in m32r_cgen_parse_operand()
Dxc16x-asm.c351 …cgen_parse_unsigned_integer (cd, strp, XC16X_OPERAND_UIMM8, (unsigned long *) (& fields->f_uimm8)); in xc16x_cgen_parse_operand()
Dm32r-dis.c270 print_unsigned_with_hash_prefix (cd, info, fields->f_uimm8, 0, pc, length); in m32r_cgen_print_operand()
Dxc16x-dis.c399 print_normal (cd, info, fields->f_uimm8, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length); in xc16x_cgen_print_operand()