Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dm32r-ibld.c651 errmsg = insert_normal (cd, fields->f_uimm3, 0, 0, 5, 3, 32, total_length, buffer); in m32r_cgen_insert_operand()
788 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 5, 3, 32, total_length, pc, & fields->f_uimm3); in m32r_cgen_extract_operand()
901 value = fields->f_uimm3; in m32r_cgen_get_int_operand()
996 value = fields->f_uimm3; in m32r_cgen_get_vma_operand()
1097 fields->f_uimm3 = value; in m32r_cgen_set_int_operand()
1188 fields->f_uimm3 = value; in m32r_cgen_set_vma_operand()
Dxc16x-ibld.c726 errmsg = insert_normal (cd, fields->f_uimm3, 0, 0, 10, 3, 32, total_length, buffer); in xc16x_cgen_insert_operand()
946 …h = extract_normal (cd, ex_info, insn_value, 0, 0, 10, 3, 32, total_length, pc, & fields->f_uimm3); in xc16x_cgen_extract_operand()
1167 value = fields->f_uimm3; in xc16x_cgen_get_int_operand()
1370 value = fields->f_uimm3; in xc16x_cgen_get_vma_operand()
1574 fields->f_uimm3 = value; in xc16x_cgen_set_int_operand()
1768 fields->f_uimm3 = value; in xc16x_cgen_set_vma_operand()
Dm32r-opc.h109 long f_uimm3; member
Dxc16x-opc.h171 long f_uimm3; member
Dm32r-asm.c310 … cgen_parse_unsigned_integer (cd, strp, M32R_OPERAND_UIMM3, (unsigned long *) (& fields->f_uimm3)); in m32r_cgen_parse_operand()
Dxc16x-asm.c342 errmsg = cgen_parse_keyword (cd, strp, & xc16x_cgen_opval_reg0_name1, & fields->f_uimm3); in xc16x_cgen_parse_operand()
Dm32r-dis.c261 print_unsigned_with_hash_prefix (cd, info, fields->f_uimm3, 0, pc, length); in m32r_cgen_print_operand()
Dxc16x-dis.c390 …print_keyword (cd, info, & xc16x_cgen_opval_reg0_name1, fields->f_uimm3, 0|(1<<CGEN_OPERAND_HASH_P… in xc16x_cgen_print_operand()