Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dxc16x-ibld.c710 errmsg = insert_normal (cd, fields->f_uimm4, 0, 0, 15, 4, 32, total_length, buffer); in xc16x_cgen_insert_operand()
722 errmsg = insert_normal (cd, fields->f_uimm4, 0, 0, 15, 4, 32, total_length, buffer); in xc16x_cgen_insert_operand()
930 …h = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 4, 32, total_length, pc, & fields->f_uimm4); in xc16x_cgen_extract_operand()
942 …h = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 4, 32, total_length, pc, & fields->f_uimm4); in xc16x_cgen_extract_operand()
1151 value = fields->f_uimm4; in xc16x_cgen_get_int_operand()
1163 value = fields->f_uimm4; in xc16x_cgen_get_int_operand()
1354 value = fields->f_uimm4; in xc16x_cgen_get_vma_operand()
1366 value = fields->f_uimm4; in xc16x_cgen_get_vma_operand()
1558 fields->f_uimm4 = value; in xc16x_cgen_set_int_operand()
1570 fields->f_uimm4 = value; in xc16x_cgen_set_int_operand()
[all …]
Dm32r-ibld.c647 errmsg = insert_normal (cd, fields->f_uimm4, 0, 0, 12, 4, 32, total_length, buffer); in m32r_cgen_insert_operand()
784 …h = extract_normal (cd, ex_info, insn_value, 0, 0, 12, 4, 32, total_length, pc, & fields->f_uimm4); in m32r_cgen_extract_operand()
897 value = fields->f_uimm4; in m32r_cgen_get_int_operand()
992 value = fields->f_uimm4; in m32r_cgen_get_vma_operand()
1093 fields->f_uimm4 = value; in m32r_cgen_set_int_operand()
1184 fields->f_uimm4 = value; in m32r_cgen_set_vma_operand()
Dm32r-opc.h110 long f_uimm4; member
Dxc16x-asm.c333 errmsg = cgen_parse_keyword (cd, strp, & xc16x_cgen_opval_reg0_name, & fields->f_uimm4); in xc16x_cgen_parse_operand()
345 …cgen_parse_unsigned_integer (cd, strp, XC16X_OPERAND_UIMM4, (unsigned long *) (& fields->f_uimm4)); in xc16x_cgen_parse_operand()
Dxc16x-opc.h172 long f_uimm4; member
Dxc16x-dis.c381 print_keyword (cd, info, & xc16x_cgen_opval_reg0_name, fields->f_uimm4, 0); 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()
Dm32r-asm.c313 … cgen_parse_unsigned_integer (cd, strp, M32R_OPERAND_UIMM4, (unsigned long *) (& fields->f_uimm4)); in m32r_cgen_parse_operand()
Dm32r-dis.c264 print_unsigned_with_hash_prefix (cd, info, fields->f_uimm4, 0, pc, length); in m32r_cgen_print_operand()