Searched refs:f_uimm3 (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | m32r-ibld.c | 644 errmsg = insert_normal (cd, fields->f_uimm3, 0, 0, 5, 3, 32, total_length, buffer); in m32r_cgen_insert_operand() 781 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 5, 3, 32, total_length, pc, & fields->f_uimm3); in m32r_cgen_extract_operand() 894 value = fields->f_uimm3; in m32r_cgen_get_int_operand() 989 value = fields->f_uimm3; in m32r_cgen_get_vma_operand() 1090 fields->f_uimm3 = value; in m32r_cgen_set_int_operand() 1181 fields->f_uimm3 = value; in m32r_cgen_set_vma_operand()
|
D | xc16x-ibld.c | 719 errmsg = insert_normal (cd, fields->f_uimm3, 0, 0, 10, 3, 32, total_length, buffer); in xc16x_cgen_insert_operand() 939 …h = extract_normal (cd, ex_info, insn_value, 0, 0, 10, 3, 32, total_length, pc, & fields->f_uimm3); in xc16x_cgen_extract_operand() 1160 value = fields->f_uimm3; in xc16x_cgen_get_int_operand() 1363 value = fields->f_uimm3; in xc16x_cgen_get_vma_operand() 1567 fields->f_uimm3 = value; in xc16x_cgen_set_int_operand() 1761 fields->f_uimm3 = value; in xc16x_cgen_set_vma_operand()
|
D | m32r-opc.h | 109 long f_uimm3; member
|
D | xc16x-opc.h | 171 long f_uimm3; member
|
D | m32r-asm.c | 310 … cgen_parse_unsigned_integer (cd, strp, M32R_OPERAND_UIMM3, (unsigned long *) (& fields->f_uimm3)); in m32r_cgen_parse_operand()
|
D | xc16x-asm.c | 342 errmsg = cgen_parse_keyword (cd, strp, & xc16x_cgen_opval_reg0_name1, & fields->f_uimm3); in xc16x_cgen_parse_operand()
|
D | m32r-dis.c | 261 print_unsigned_with_hash_prefix (cd, info, fields->f_uimm3, 0, pc, length); in m32r_cgen_print_operand()
|
D | xc16x-dis.c | 390 …print_keyword (cd, info, & xc16x_cgen_opval_reg0_name1, fields->f_uimm3, 0|(1<<CGEN_OPERAND_HASH_P… in xc16x_cgen_print_operand()
|