Searched refs:f_spr_h (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dfrv-ibld.c816 FLD (f_spr_h) = ((UINT) (FLD (f_spr)) >> (6));
819 errmsg = insert_normal (cd, fields->f_spr_h, 0, 0, 30, 6, 32, total_length, buffer);
1138 length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_spr_h);
1143 FLD (f_spr) = ((((FLD (f_spr_h)) << (6))) | (FLD (f_spr_l)));
H A Dfrv-opc.h325 long f_spr_h; member in struct:cgen_fields
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dfrv-ibld.c816 FLD (f_spr_h) = ((UINT) (FLD (f_spr)) >> (6));
819 errmsg = insert_normal (cd, fields->f_spr_h, 0, 0, 30, 6, 32, total_length, buffer);
1138 length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_spr_h);
1143 FLD (f_spr) = ((((FLD (f_spr_h)) << (6))) | (FLD (f_spr_l)));
H A Dfrv-opc.h325 long f_spr_h; member in struct:cgen_fields
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Dcpu.h2162 UINT f_spr_h; \
2172 f_spr_h = EXTRACT_LSB0_UINT (insn, 32, 30, 6); \
2175 f_spr = ((((f_spr_h) << (6))) | (f_spr_l));\
H A Ddecode.c7234 UINT f_spr_h; local
7239 f_spr_h = EXTRACT_LSB0_UINT (insn, 32, 30, 6);
7243 f_spr = ((((f_spr_h) << (6))) | (f_spr_l));
7268 UINT f_spr_h; local
7273 f_spr_h = EXTRACT_LSB0_UINT (insn, 32, 30, 6);
7277 f_spr = ((((f_spr_h) << (6))) | (f_spr_l));

Completed in 175 milliseconds