• Home
  • Raw
  • Download

Lines Matching refs:ARR_SIZE

248 	for (i = 0; i < ARR_SIZE(cpu->pageX_prefix); ++i) {  in M680X_get_insn_id()
272 for (i = 0; i < ARR_SIZE(cpu->overlay_table_size); ++i) { in M680X_get_insn_id()
589 for (i = 0; i < ARR_SIZE(changed_regs); ++i) { in set_changed_regs_read_write_counts()
940 for (i = 0; i < ARR_SIZE(cpu->pageX_table_size); ++i) { in decode_insn()
980 for (i = 0; i < ARR_SIZE(cpu->overlay_table_size); ++i) { in decode_insn()
1955 ARR_SIZE(g_m6801_inst_overlay_table),
1956 ARR_SIZE(g_hd6301_inst_overlay_table)
1969 { ARR_SIZE(g_hd6309_inst_overlay_table), 0 },
1973 ARR_SIZE(g_hd6309_inst_page2_table),
1974 ARR_SIZE(g_hd6309_inst_page3_table),
1997 { ARR_SIZE(g_m6801_inst_overlay_table), 0 },
2021 { ARR_SIZE(g_m6808_inst_overlay_table), 0 },
2024 { ARR_SIZE(g_m6808_inst_page2_table), 0, 0 },
2041 ARR_SIZE(g_m6809_inst_page2_table),
2042 ARR_SIZE(g_m6809_inst_page3_table),
2057 ARR_SIZE(g_m6801_inst_overlay_table),
2058 ARR_SIZE(g_m6811_inst_overlay_table)
2067 ARR_SIZE(g_m6811_inst_page2_table),
2068 ARR_SIZE(g_m6811_inst_page3_table),
2069 ARR_SIZE(g_m6811_inst_page4_table)
2082 { ARR_SIZE(g_cpu12_inst_page2_table), 0, 0 },
2095 ARR_SIZE(g_m6808_inst_overlay_table),
2096 ARR_SIZE(g_hcs08_inst_overlay_table)
2100 { ARR_SIZE(g_hcs08_inst_page2_table), 0, 0 },
2195 if (M680X_REG_ENDING != ARR_SIZE(g_m6800_reg_byte_size)) { in M680X_disassembler_init()
2202 if (M680X_REG_ENDING != ARR_SIZE(g_m6801_reg_byte_size)) { in M680X_disassembler_init()
2209 if (M680X_REG_ENDING != ARR_SIZE(g_m6805_reg_byte_size)) { in M680X_disassembler_init()
2216 if (M680X_REG_ENDING != ARR_SIZE(g_m6808_reg_byte_size)) { in M680X_disassembler_init()
2223 if (M680X_REG_ENDING != ARR_SIZE(g_m6811_reg_byte_size)) { in M680X_disassembler_init()
2230 if (M680X_REG_ENDING != ARR_SIZE(g_cpu12_reg_byte_size)) { in M680X_disassembler_init()
2237 if (M680X_REG_ENDING != ARR_SIZE(g_m6809_reg_byte_size)) { in M680X_disassembler_init()
2244 if (M680X_INS_ENDING != ARR_SIZE(g_insn_props)) { in M680X_disassembler_init()
2251 if (M680X_CPU_TYPE_ENDING != ARR_SIZE(s_cpu_type)) { in M680X_disassembler_init()
2258 if (M680X_CPU_TYPE_ENDING != ARR_SIZE(g_cpu_tables)) { in M680X_disassembler_init()
2265 if (HANDLER_ID_ENDING != ARR_SIZE(g_insn_handler)) { in M680X_disassembler_init()