Searched refs:print_read_write_regs (Results 1 – 7 of 7) sorted by relevance
/external/capstone/cstool/ |
D | cstool_m68k.c | 44 static void print_read_write_regs(cs_detail* detail, csh handle) in print_read_write_regs() function 76 print_read_write_regs(detail, handle); in print_insn_detail_m68k()
|
D | cstool_m680x.c | 13 void print_read_write_regs(csh handle, cs_detail *detail) in print_read_write_regs() function 153 print_read_write_regs(handle, detail); in print_insn_detail_m680x()
|
/external/capstone/bindings/python/ |
D | test_m68k.py | 47 def print_read_write_regs(insn): function 59 print_read_write_regs(insn)
|
/external/capstone/suite/cstest/src/ |
D | m68k_detail.c | 37 static void print_read_write_regs(char *result, cs_detail* detail, csh *handle) in print_read_write_regs() function 73 print_read_write_regs(result, detail, handle); in get_detail_m68k()
|
D | m680x_detail.c | 11 static void print_read_write_regs(char *result, csh *handle, cs_detail *detail) in print_read_write_regs() function 134 print_read_write_regs(result, handle, detail); in get_detail_m680x()
|
/external/capstone/tests/ |
D | test_m68k.c | 62 static void print_read_write_regs(cs_detail* detail) in print_read_write_regs() function 96 print_read_write_regs(detail); in print_insn_detail()
|
D | test_m680x.c | 46 static void print_read_write_regs(csh handle, cs_detail *detail) in print_read_write_regs() function 180 print_read_write_regs(handle, detail); in print_insn_detail()
|