/toolchain/binutils/binutils-2.25/opcodes/ |
m32r-ibld.c | 641 errmsg = insert_normal (cd, fields->f_uimm16, 0, 0, 16, 16, 32, total_length, buffer); 659 errmsg = insert_normal (cd, fields->f_uimm16, 0, 0, 16, 16, 32, total_length, buffer); 778 length = extract_normal (cd, ex_info, insn_value, 0, 0, 16, 16, 32, total_length, pc, & fields->f_uimm16); 796 length = extract_normal (cd, ex_info, insn_value, 0, 0, 16, 16, 32, total_length, pc, & fields->f_uimm16); 891 value = fields->f_uimm16; 909 value = fields->f_uimm16; 986 value = fields->f_uimm16; 1004 value = fields->f_uimm16; [all...] |
xc16x-ibld.c | 716 errmsg = insert_normal (cd, fields->f_uimm16, 0, 0, 31, 16, 32, total_length, buffer); 734 errmsg = insert_normal (cd, fields->f_uimm16, 0, 0, 31, 16, 32, total_length, buffer); [all...] |
or1k-opc.h | 114 long f_uimm16; member in struct:cgen_fields
|
m32r-opc.h | 113 long f_uimm16; member in struct:cgen_fields
|
or1k-ibld.c | 623 errmsg = insert_normal (cd, fields->f_uimm16, 0, 0, 15, 16, 32, total_length, buffer); 733 length = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 16, 32, total_length, pc, & fields->f_uimm16); 822 value = fields->f_uimm16; 887 value = fields->f_uimm16; 959 fields->f_uimm16 = value; 1021 fields->f_uimm16 = value;
|
m32r-asm.c | 301 errmsg = cgen_parse_unsigned_integer (cd, strp, M32R_OPERAND_UIMM16, (unsigned long *) (& fields->f_uimm16)); 323 errmsg = parse_ulo16 (cd, strp, M32R_OPERAND_ULO16, (unsigned long *) (& fields->f_uimm16));
|
xc16x-opc.h | 175 long f_uimm16; member in struct:cgen_fields
|
m32r-dis.c | 256 print_unsigned_with_hash_prefix (cd, info, fields->f_uimm16, 0, pc, length); 274 print_normal (cd, info, fields->f_uimm16, 0, pc, length);
|
xc16x-asm.c | 337 errmsg = cgen_parse_unsigned_integer (cd, strp, XC16X_OPERAND_UIMM16, (unsigned long *) (& fields->f_uimm16)); 355 errmsg = cgen_parse_unsigned_integer (cd, strp, XC16X_OPERAND_UPAG16, (unsigned long *) (& fields->f_uimm16));
|
or1k-dis.c | 130 print_normal (cd, info, fields->f_uimm16, 0, pc, length);
|
xc16x-dis.c | 385 print_normal (cd, info, fields->f_uimm16, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length); 403 print_with_pag_prefix (cd, info, fields->f_uimm16, 0|(1<<CGEN_OPERAND_PAG_PREFIX), pc, length);
|
or1k-asm.c | 492 errmsg = parse_uimm16 (cd, strp, OR1K_OPERAND_UIMM16, (unsigned long *) (& fields->f_uimm16));
|