Home
last modified time | relevance | path

Searched refs:f_u5 (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dcris-opc.h131 long f_u5; member
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dcris-opc.h131 long f_u5; member
/netbsd/src/external/gpl3/gdb/dist/sim/cris/
Dcpuv10.h347 UINT f_u5; member
887 UINT f_u5; \
895 f_u5 = EXTRACT_LSB0_UINT (insn, 16, 4, 5); \
Dcpuv32.h487 UINT f_u5; member
1030 UINT f_u5; \
1038 f_u5 = EXTRACT_LSB0_UINT (insn, 16, 4, 5); \
Ddecodev10.c4692 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()
Ddecodev32.c4168 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()
Dsemcrisv10f-switch.c11313 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()
Dsemcrisv32f-switch.c11583 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()