Searched refs:dis_ppc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | db_disasm.c | 82 void dis_ppc(const struct opcode *opcodeset, instr_t instr, vm_offset_t loc); 984 dis_ppc(opcodes, instr, loc); in op_base() 990 dis_ppc(opcodes_13, instr, loc); in op_cl_x13() 996 dis_ppc(opcodes_1e, instr, loc); in op_cl_x1e() 1002 dis_ppc(opcodes_1f, instr, loc); in op_cl_x1f() 1008 dis_ppc(opcodes_3a, instr, loc); in op_cl_x3a() 1014 dis_ppc(opcodes_3b, instr, loc); in op_cl_x3b() 1020 dis_ppc(opcodes_3e, instr, loc); in op_cl_x3e() 1026 dis_ppc(opcodes_3f, instr, loc); in op_cl_x3f() 1030 dis_ppc(const struct opcode *opcodeset, instr_t instr, vm_offset_t loc) in dis_ppc() function
|