Lines Matching defs:opcode
422 uint32_t opcode;
423 if (copyin((void *)tf->tf_srr0, &opcode, sizeof(opcode)) != 0)
426 if (opcode == OPC_LWSYNC)
429 if (OPC_MFSPR_P(opcode, SPR_PVR)) {
430 __asm ("mfpvr %0" : "=r"(tf->tf_fixreg[OPC_MFSPR_REG(opcode)]));
434 if (OPC_MFSPR_P(opcode, SPR_PIR)) {
436 : "=r"(tf->tf_fixreg[OPC_MFSPR_REG(opcode)])
441 if (OPC_MFSPR_P(opcode, SPR_SVR)) {
443 : "=r"(tf->tf_fixreg[OPC_MFSPR_REG(opcode)])
448 return emulate_mxmsr(curlwp, tf, opcode);