Searched refs:f_imm4 (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dxstormy16-opc.h109 long f_imm4; member in struct:cgen_fields
H A Dxstormy16-ibld.c633 errmsg = insert_normal (cd, fields->f_imm4, 0, 0, 8, 4, 32, total_length, buffer);
775 length = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_imm4);
905 value = fields->f_imm4;
997 value = fields->f_imm4;
1096 fields->f_imm4 = value;
1185 fields->f_imm4 = value;
H A Dxstormy16-asm.c248 errmsg = parse_small_immediate (cd, strp, XSTORMY16_OPERAND_IMM4, (unsigned long *) (& fields->f_imm4));
H A Dxstormy16-dis.c140 print_normal (cd, info, fields->f_imm4, 0, pc, length);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dxstormy16-opc.h109 long f_imm4; member in struct:cgen_fields
H A Dxstormy16-ibld.c633 errmsg = insert_normal (cd, fields->f_imm4, 0, 0, 8, 4, 32, total_length, buffer);
775 length = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_imm4);
905 value = fields->f_imm4;
997 value = fields->f_imm4;
1096 fields->f_imm4 = value;
1185 fields->f_imm4 = value;
H A Dxstormy16-asm.c248 errmsg = parse_small_immediate (cd, strp, XSTORMY16_OPERAND_IMM4, (unsigned long *) (& fields->f_imm4));
H A Dxstormy16-dis.c140 print_normal (cd, info, fields->f_imm4, 0, pc, length);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh64/
H A Ddefs-compact.h53 UINT f_imm4; member in struct:sem_fields::__anon2107
421 UINT f_imm4; \
427 f_imm4 = EXTRACT_MSB0_UINT (insn, 16, 12, 4); \
H A Dsh-opc.h159 long f_imm4; member in struct:cgen_fields
H A Ddecode-compact.c4545 UINT f_imm4; local
4548 f_imm4 = EXTRACT_MSB0_UINT (insn, 16, 12, 4);
4551 FLD (f_imm4) = f_imm4;
4553 TRACE_EXTRACT (current_cpu, abuf, (current_cpu, pc, "sfmt_movb5_compact", "f_imm4 0x%x", 'x', f_imm4, "f_rm 0x%x", 'x', f_rm, (char *) 0));
4683 UINT f_imm4; local
4686 f_imm4 = EXTRACT_MSB0_UINT (insn, 16, 12, 4);
4689 FLD (f_imm4) = f_imm4;
[all...]
H A Dsem-compact-switch.c3017 tmp_addr = ADDSI (GET_H_GRC (FLD (f_rm)), FLD (f_imm4));
3135 SI opval = EXTQISI (GETMEMQI (current_cpu, pc, ADDSI (GET_H_GRC (FLD (f_rm)), FLD (f_imm4))));
H A Dsem-compact.c2979 tmp_addr = ADDSI (GET_H_GRC (FLD (f_rm)), FLD (f_imm4));
3107 SI opval = EXTQISI (GETMEMQI (current_cpu, pc, ADDSI (GET_H_GRC (FLD (f_rm)), FLD (f_imm4))));

Completed in 216 milliseconds