/toolchain/binutils/binutils-2.25/opcodes/ |
m32r-opc.h | 111 long f_uimm5; member in struct:cgen_fields
|
m32r-ibld.c | 653 errmsg = insert_normal (cd, fields->f_uimm5, 0, 0, 11, 5, 32, total_length, buffer); 790 length = extract_normal (cd, ex_info, insn_value, 0, 0, 11, 5, 32, total_length, pc, & fields->f_uimm5); 903 value = fields->f_uimm5; 998 value = fields->f_uimm5; [all...] |
m32r-asm.c | 317 errmsg = cgen_parse_unsigned_integer (cd, strp, M32R_OPERAND_UIMM5, (unsigned long *) (& fields->f_uimm5));
|
m32r-dis.c | 268 print_unsigned_with_hash_prefix (cd, info, fields->f_uimm5, 0, pc, length);
|