Searched refs:f_u5 (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | cris-opc.h | 131 long f_u5; member
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | cris-opc.h | 131 long f_u5; member
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cris/ |
| D | cpuv10.h | 347 UINT f_u5; member 887 UINT f_u5; \ 895 f_u5 = EXTRACT_LSB0_UINT (insn, 16, 4, 5); \
|
| D | cpuv32.h | 487 UINT f_u5; member 1030 UINT f_u5; \ 1038 f_u5 = EXTRACT_LSB0_UINT (insn, 16, 4, 5); \
|
| D | decodev10.c | 4692 UINT f_u5; in crisv10f_decode() local 4695 f_u5 = EXTRACT_LSB0_UINT (insn, 16, 4, 5); in crisv10f_decode() 4699 FLD (f_u5) = f_u5; in crisv10f_decode() 4700 …ent_cpu, pc, "sfmt_asrq", "f_operand2 0x%x", 'x', f_operand2, "f_u5 0x%x", 'x', f_u5, (char *) 0)); in crisv10f_decode() 4806 UINT f_u5; in crisv10f_decode() local 4809 f_u5 = EXTRACT_LSB0_UINT (insn, 16, 4, 5); in crisv10f_decode() 4813 FLD (f_u5) = f_u5; in crisv10f_decode() 4814 …nt_cpu, pc, "sfmt_btstq", "f_operand2 0x%x", 'x', f_operand2, "f_u5 0x%x", 'x', f_u5, (char *) 0)); in crisv10f_decode()
|
| D | decodev32.c | 4168 UINT f_u5; in crisv32f_decode() local 4171 f_u5 = EXTRACT_LSB0_UINT (insn, 16, 4, 5); in crisv32f_decode() 4175 FLD (f_u5) = f_u5; in crisv32f_decode() 4176 …ent_cpu, pc, "sfmt_asrq", "f_operand2 0x%x", 'x', f_operand2, "f_u5 0x%x", 'x', f_u5, (char *) 0)); in crisv32f_decode() 4282 UINT f_u5; in crisv32f_decode() local 4285 f_u5 = EXTRACT_LSB0_UINT (insn, 16, 4, 5); in crisv32f_decode() 4289 FLD (f_u5) = f_u5; in crisv32f_decode() 4290 …nt_cpu, pc, "sfmt_btstq", "f_operand2 0x%x", 'x', f_operand2, "f_u5 0x%x", 'x', f_u5, (char *) 0)); in crisv32f_decode()
|
| D | semcrisv10f-switch.c | 11313 tmp_tmpd = SRASI (GET_H_GR (FLD (f_operand2)), FLD (f_u5)); in CASE() 11523 tmp_tmpd = SRLSI (GET_H_GR (FLD (f_operand2)), FLD (f_u5)); in CASE() 11733 tmp_tmpd = SLLSI (GET_H_GR (FLD (f_operand2)), FLD (f_u5)); in CASE() 11828 tmp_tmpd = SLLSI (GET_H_GR (FLD (f_operand2)), SUBSI (31, FLD (f_u5))); in CASE()
|
| D | semcrisv32f-switch.c | 11583 tmp_tmpd = SRASI (GET_H_GR (FLD (f_operand2)), FLD (f_u5)); in CASE() 11793 tmp_tmpd = SRLSI (GET_H_GR (FLD (f_operand2)), FLD (f_u5)); in CASE() 12003 tmp_tmpd = SLLSI (GET_H_GR (FLD (f_operand2)), FLD (f_u5)); in CASE() 12098 tmp_tmpd = SLLSI (GET_H_GR (FLD (f_operand2)), SUBSI (31, FLD (f_u5))); in CASE()
|