Searched refs:instruction_call (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/ |
H A D | os_emul.c | 138 if (emulation != (os_emul*)0 && emulation->instruction_call != 0) in os_emul_instruction_call() 139 return emulation->instruction_call(processor, cia, ra, emulation->data); in os_emul_instruction_call()
|
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | os_emul.c | 138 if (emulation != (os_emul*)0 && emulation->instruction_call != 0) in os_emul_instruction_call() 139 return emulation->instruction_call(processor, cia, ra, emulation->data); in os_emul_instruction_call()
|
H A D | emul_generic.h | 72 os_emul_instruction_call_handler *instruction_call; member
|
H A D | powerpc.igen | 1493 0.0,6./,11./,16./,21./,31.1:X:::instruction_call
|
H A D | ChangeLog-2021 | 5276 * ppc-instructions (instruction_call): Add illegal instruction to
|