Lines Matching refs:opcode
277 uint32_t opcode;
279 md_syscall_get_opcode(ucp, &opcode);
281 switch (opcode) {
295 md_syscall_get_opcode(ucontext_t *ucp, uint32_t *opcode)
307 *opcode = *p16;
310 *opcode = 0;
315 md_syscall_inc_pc(ucontext_t *ucp, uint32_t opcode)
320 switch (opcode) {
329 panic("%s, unknown illegal instruction: opcode = %x\n",
330 __func__, (uint32_t) opcode);
335 md_syscall_dec_pc(ucontext_t *ucp, uint32_t opcode)
339 switch (opcode) {
348 panic("%s, unknown illegal instruction: opcode = %x\n",
349 __func__, (uint32_t) opcode);