Home
last modified time | relevance | path

Searched refs:INSN_S_L_BIT_NUM (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-tdep.c11164 #define INSN_S_L_BIT_NUM 20 macro
11771 else if (!bit (arm_insn_r->arm_insn, INSN_S_L_BIT_NUM) in arm_record_data_proc_misc_ld_str()
12137 if (bit (arm_insn_r->arm_insn, INSN_S_L_BIT_NUM)) in arm_record_ld_st_imm_offset()
12234 if (bit (arm_insn_r->arm_insn, INSN_S_L_BIT_NUM)) in arm_record_ld_st_reg_offset()
12497 if (bit (arm_insn_r->arm_insn, INSN_S_L_BIT_NUM)) in arm_record_ld_st_multiple()
13779 if (bit (thumb2_insn_r->arm_insn, INSN_S_L_BIT_NUM)) in thumb2_record_ld_st_multiple()
13793 if (bit (thumb2_insn_r->arm_insn, INSN_S_L_BIT_NUM)) in thumb2_record_ld_st_multiple()
13874 if (bit (thumb2_insn_r->arm_insn, INSN_S_L_BIT_NUM)) in thumb2_record_ld_st_dual_ex_tbb()
DChangeLog-20142120 * arm-tdep.c (INSN_S_L_BIT_NUM): Document.