Home | History | Annotate | Download | only in i386

Lines Matching defs:opcode

282 	uint32_t opcode;
284 md_syscall_get_opcode(ucp, &opcode);
286 switch (opcode) {
299 md_syscall_get_opcode(ucontext_t *ucp, uint32_t *opcode)
312 *opcode = *p16;
315 *opcode = 0;
320 md_syscall_inc_pc(ucontext_t *ucp, uint32_t opcode)
326 switch (opcode) {
335 panic("%s, unknown illegal instruction: opcode = %x\n",
336 __func__, (uint32_t) opcode);
341 md_syscall_dec_pc(ucontext_t *ucp, uint32_t opcode)
346 switch (opcode) {
355 panic("%s, unknown illegal instruction: opcode = %x\n",
356 __func__, (uint32_t) opcode);