Err no.
CISC chips = can operate on memory.
RISC chips = are load/store machines and can only operate on register.
68K and x86 = CISC
MIPS/POWER/ARM = RISC
Whether your chip is internally hardcoded, or does Microcode or has pipeline has nothing to do with CISC or RISC.
Hahaha, when marketing becomes policy

By your simplistic (though not wholy inaccurate definition), the x86 is actually a RISC machine! Since it's non orthogonal ISA often requires one to load data into Registers for processing and then written back to the main memory.
To be frank, only the MIPS every really fully implemented all the RISC concepts... And look where that is now! I come back to my original statement: modern CPUs have features of both RISC and CISC designs. PPC an ARM are examples of RISC chips that have woefully complex instruction sets, and the x86 is a great example of a CISC chip that has been on a diet to give it RISC like features.
Check out the ARM64 ISA, that is so
Complex it could be CISC, but so carefully crafted for throughput it's clearly RISC in origin!