/toolchain/binutils/binutils-2.25/opcodes/ |
D | m32r-ibld.c | 638 errmsg = insert_normal (cd, fields->f_uimm16, 0, 0, 16, 16, 32, total_length, buffer); in m32r_cgen_insert_operand() 656 errmsg = insert_normal (cd, fields->f_uimm16, 0, 0, 16, 16, 32, total_length, buffer); in m32r_cgen_insert_operand() 775 …= extract_normal (cd, ex_info, insn_value, 0, 0, 16, 16, 32, total_length, pc, & fields->f_uimm16); in m32r_cgen_extract_operand() 793 …= extract_normal (cd, ex_info, insn_value, 0, 0, 16, 16, 32, total_length, pc, & fields->f_uimm16); in m32r_cgen_extract_operand() 888 value = fields->f_uimm16; in m32r_cgen_get_int_operand() 906 value = fields->f_uimm16; in m32r_cgen_get_int_operand() 983 value = fields->f_uimm16; in m32r_cgen_get_vma_operand() 1001 value = fields->f_uimm16; in m32r_cgen_get_vma_operand() 1084 fields->f_uimm16 = value; in m32r_cgen_set_int_operand() 1102 fields->f_uimm16 = value; in m32r_cgen_set_int_operand() [all …]
|
D | xc16x-ibld.c | 713 errmsg = insert_normal (cd, fields->f_uimm16, 0, 0, 31, 16, 32, total_length, buffer); in xc16x_cgen_insert_operand() 731 errmsg = insert_normal (cd, fields->f_uimm16, 0, 0, 31, 16, 32, total_length, buffer); in xc16x_cgen_insert_operand() 933 …= extract_normal (cd, ex_info, insn_value, 0, 0, 31, 16, 32, total_length, pc, & fields->f_uimm16); in xc16x_cgen_extract_operand() 951 …= extract_normal (cd, ex_info, insn_value, 0, 0, 31, 16, 32, total_length, pc, & fields->f_uimm16); in xc16x_cgen_extract_operand() 1154 value = fields->f_uimm16; in xc16x_cgen_get_int_operand() 1172 value = fields->f_uimm16; in xc16x_cgen_get_int_operand() 1357 value = fields->f_uimm16; in xc16x_cgen_get_vma_operand() 1375 value = fields->f_uimm16; in xc16x_cgen_get_vma_operand() 1561 fields->f_uimm16 = value; in xc16x_cgen_set_int_operand() 1579 fields->f_uimm16 = value; in xc16x_cgen_set_int_operand() [all …]
|
D | or1k-ibld.c | 620 errmsg = insert_normal (cd, fields->f_uimm16, 0, 0, 15, 16, 32, total_length, buffer); in or1k_cgen_insert_operand() 730 …= extract_normal (cd, ex_info, insn_value, 0, 0, 15, 16, 32, total_length, pc, & fields->f_uimm16); in or1k_cgen_extract_operand() 819 value = fields->f_uimm16; in or1k_cgen_get_int_operand() 884 value = fields->f_uimm16; in or1k_cgen_get_vma_operand() 956 fields->f_uimm16 = value; in or1k_cgen_set_int_operand() 1018 fields->f_uimm16 = value; in or1k_cgen_set_vma_operand()
|
D | or1k-opc.h | 114 long f_uimm16; member
|
D | m32r-asm.c | 300 …gen_parse_unsigned_integer (cd, strp, M32R_OPERAND_UIMM16, (unsigned long *) (& fields->f_uimm16)); in m32r_cgen_parse_operand() 322 errmsg = parse_ulo16 (cd, strp, M32R_OPERAND_ULO16, (unsigned long *) (& fields->f_uimm16)); in m32r_cgen_parse_operand()
|
D | m32r-opc.h | 113 long f_uimm16; member
|
D | xc16x-asm.c | 336 …en_parse_unsigned_integer (cd, strp, XC16X_OPERAND_UIMM16, (unsigned long *) (& fields->f_uimm16)); in xc16x_cgen_parse_operand() 354 …en_parse_unsigned_integer (cd, strp, XC16X_OPERAND_UPAG16, (unsigned long *) (& fields->f_uimm16)); in xc16x_cgen_parse_operand()
|
D | m32r-dis.c | 255 print_unsigned_with_hash_prefix (cd, info, fields->f_uimm16, 0, pc, length); in m32r_cgen_print_operand() 273 print_normal (cd, info, fields->f_uimm16, 0, pc, length); in m32r_cgen_print_operand()
|
D | xc16x-opc.h | 175 long f_uimm16; member
|
D | xc16x-dis.c | 384 print_normal (cd, info, fields->f_uimm16, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length); in xc16x_cgen_print_operand() 402 … print_with_pag_prefix (cd, info, fields->f_uimm16, 0|(1<<CGEN_OPERAND_PAG_PREFIX), pc, length); in xc16x_cgen_print_operand()
|
D | or1k-dis.c | 129 print_normal (cd, info, fields->f_uimm16, 0, pc, length); in or1k_cgen_print_operand()
|
D | or1k-asm.c | 491 errmsg = parse_uimm16 (cd, strp, OR1K_OPERAND_UIMM16, (unsigned long *) (& fields->f_uimm16)); in or1k_cgen_parse_operand()
|