Searched refs:f_16s16 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dmep-ibld.c947 errmsg = insert_normal (cd, fields->f_16s16, 0|(1<<CGEN_IFLD_SIGNED), 0, 16, 16, 32, total_length, buffer);
950 errmsg = insert_normal (cd, fields->f_16s16, 0|(1<<CGEN_IFLD_SIGNED), 0, 16, 16, 32, total_length, buffer);
1369 length = extract_normal (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 16, 16, 32, total_length, pc, & fields->f_16s16);
1372 length = extract_normal (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 16, 16, 32, total_length, pc, & fields->f_16s16);
1678 value = fields->f_16s16;
1681 value = fields->f_16s16;
1953 value = fields->f_16s16;
1956 value = fields->f_16s16;
2217 fields->f_16s16 = value;
2220 fields->f_16s16
[all...]
H A Dmep-opc.h235 long f_16s16; member in struct:cgen_fields
H A Dmep-asm.c939 errmsg = parse_signed16 (cd, strp, MEP_OPERAND_SDISP16, (long *) (& fields->f_16s16));
942 errmsg = parse_signed16 (cd, strp, MEP_OPERAND_SIMM16, (long *) (& fields->f_16s16));
H A Dmep-dis.c715 print_normal (cd, info, fields->f_16s16, 0|(1<<CGEN_OPERAND_SIGNED), pc, length);
718 print_normal (cd, info, fields->f_16s16, 0|(1<<CGEN_OPERAND_SIGNED), pc, length);

Completed in 113 milliseconds