After doing some research I think I can get behind narrowly adding OP_ECADD and OP_ECMUL.
I asked GPT Sol to benchmark native EC ops against a Script-based implementation and found that these two opcodes allow us some 400x efficiency gain in terms of opcost and 100x in byte cost for a secp256k1 DLEQ verifier.
Through this experiment I also come to the same conclusion as @lightswarm, that it’s probably not worth adding the other opcodes because the gains we get from them are quite modest.
Given the ubiquity of the secp256k curve in the Bitcoin/BCH realm, I think adding these two opcodes given the gains still makes sense even if the curve is eventually deprecated by a crypto-relevant quantum computer.
I would consider endorsing a well-specced, benchmarked, and tested CHIP for 2027 lock-in.