Searched refs:f_uimm4 (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | xc16x-ibld.c | 710 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 …]
|
D | m32r-ibld.c | 647 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()
|
D | m32r-opc.h | 110 long f_uimm4; member
|
D | xc16x-asm.c | 333 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()
|
D | xc16x-opc.h | 172 long f_uimm4; member
|
D | xc16x-dis.c | 381 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()
|
D | m32r-asm.c | 313 … cgen_parse_unsigned_integer (cd, strp, M32R_OPERAND_UIMM4, (unsigned long *) (& fields->f_uimm4)); in m32r_cgen_parse_operand()
|
D | m32r-dis.c | 264 print_unsigned_with_hash_prefix (cd, info, fields->f_uimm4, 0, pc, length); in m32r_cgen_print_operand()
|