PPC_MOV 101 core/vm-ppc.c PPC_MOV(30, 1); // or r30,r1,r1 PPC_MOV 124 core/vm-ppc.c PPC_MOV(REG(op.a), REG(op.b)); // li rA,B PPC_MOV 228 core/vm-ppc.c PPC_MOV(REG_TMP, REG(op.a)); // mov rD,rB PPC_MOV 338 core/vm-ppc.c PPC_MOV(3, REG(op.a)); // or r3,rA,rA