/toolchain/binutils/binutils-2.27/opcodes/ |
D | epiphany-ibld.c | 616 errmsg = insert_normal (cd, fields->f_rm, 0, 0, 9, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand() 621 FLD (f_rm) = ((FLD (f_rm6)) & (7)); in epiphany_cgen_insert_operand() 627 errmsg = insert_normal (cd, fields->f_rm, 0, 0, 9, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand() 684 errmsg = insert_normal (cd, fields->f_rm, 0, 0, 9, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand() 689 FLD (f_rm) = ((FLD (f_rm6)) & (7)); in epiphany_cgen_insert_operand() 695 errmsg = insert_normal (cd, fields->f_rm, 0, 0, 9, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand() 953 …ength = extract_normal (cd, ex_info, insn_value, 0, 0, 9, 3, 32, total_length, pc, & fields->f_rm); in epiphany_cgen_extract_operand() 959 …ength = extract_normal (cd, ex_info, insn_value, 0, 0, 9, 3, 32, total_length, pc, & fields->f_rm); in epiphany_cgen_extract_operand() 962 FLD (f_rm6) = ((((FLD (f_rm_x)) << (3))) | (FLD (f_rm))); in epiphany_cgen_extract_operand() 1009 …ength = extract_normal (cd, ex_info, insn_value, 0, 0, 9, 3, 32, total_length, pc, & fields->f_rm); in epiphany_cgen_extract_operand() [all …]
|
D | mep-ibld.c | 640 errmsg = insert_normal (cd, fields->f_rm, 0, 0, 8, 4, 32, total_length, buffer); in mep_cgen_insert_operand() 1058 errmsg = insert_normal (cd, fields->f_rm, 0, 0, 8, 4, 32, total_length, buffer); in mep_cgen_insert_operand() 1061 errmsg = insert_normal (cd, fields->f_rm, 0, 0, 8, 4, 32, total_length, buffer); in mep_cgen_insert_operand() 1296 …ength = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_rm); in mep_cgen_extract_operand() 1662 …ength = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_rm); in mep_cgen_extract_operand() 1665 …ength = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_rm); in mep_cgen_extract_operand() 1858 value = fields->f_rm; in mep_cgen_get_int_operand() 2155 value = fields->f_rm; in mep_cgen_get_int_operand() 2158 value = fields->f_rm; in mep_cgen_get_int_operand() 2310 value = fields->f_rm; in mep_cgen_get_vma_operand() [all …]
|
D | epiphany-opc.h | 172 long f_rm; member
|
D | epiphany-asm.c | 349 errmsg = parse_shortregs (cd, strp, & epiphany_cgen_opval_gr_names, & fields->f_rm); in epiphany_cgen_parse_operand() 381 errmsg = parse_shortregs (cd, strp, & epiphany_cgen_opval_gr_names, & fields->f_rm); in epiphany_cgen_parse_operand()
|
D | epiphany-dis.c | 188 print_keyword (cd, info, & epiphany_cgen_opval_gr_names, fields->f_rm, 0); in epiphany_cgen_print_operand() 212 print_keyword (cd, info, & epiphany_cgen_opval_gr_names, fields->f_rm, 0); in epiphany_cgen_print_operand()
|
D | mep-dis.c | 764 print_normal (cd, info, fields->f_rm, 0, pc, length); in mep_cgen_print_operand() 1061 print_keyword (cd, info, & mep_cgen_opval_h_gpr, fields->f_rm, 0); in mep_cgen_print_operand() 1064 print_keyword (cd, info, & mep_cgen_opval_h_gpr, fields->f_rm, 0); in mep_cgen_print_operand()
|
D | mep-asm.c | 863 …msg = cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CCCC, (unsigned long *) (& fields->f_rm)); in mep_cgen_parse_operand() 1160 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_gpr, & fields->f_rm); in mep_cgen_parse_operand() 1163 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_gpr, & fields->f_rm); in mep_cgen_parse_operand()
|
D | mep-opc.h | 350 long f_rm; member
|