PPC_MOV 102 core/vm-ppc.c PPC_MOV(30, 1); // or r30,r1,r1 PPC_MOV 125 core/vm-ppc.c PPC_MOV(REG(op.a), REG(op.b)); // li rA,B PPC_MOV 224 core/vm-ppc.c PPC_MOV(REG_TMP, REG(op.a)); // mov rD,rB PPC_MOV 331 core/vm-ppc.c PPC_MOV(3, REG(op.a)); // or r3,rA,rA